Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
debomatic-webui
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
debomatic-webui-admins
debomatic-webui
Commits
a492fd83
Commit
a492fd83
authored
Jul 28, 2019
by
Luca Falavigna
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Switch to sftp
parent
a24d0b39
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
25 additions
and
25 deletions
+25
-25
debomatic-webui/lib/config.coffee
debomatic-webui/lib/config.coffee
+1
-1
debomatic-webui/user.config
debomatic-webui/user.config
+1
-1
debomatic-webui/views/index.ejs
debomatic-webui/views/index.ejs
+23
-23
No files found.
debomatic-webui/lib/config.coffee
View file @
a492fd83
...
...
@@ -54,7 +54,7 @@ Configuration of dput to show in the home page.
config
.
web
.
debomatic
.
dput
.
incoming
=
config
.
debomatic
.
path
config
.
web
.
debomatic
.
dput
.
host
=
config
.
host
config
.
web
.
debomatic
.
dput
.
login
=
"debomatic"
config
.
web
.
debomatic
.
dput
.
method
=
"s
c
p"
config
.
web
.
debomatic
.
dput
.
method
=
"s
ft
p"
config
.
web
.
debomatic
.
dput
.
unsigned_uploads
=
false
###
...
...
debomatic-webui/user.config
View file @
a492fd83
...
...
@@ -47,7 +47,7 @@ Configuration of dput to show in the home page.
config
.
web
.
debomatic
.
dput
.
incoming
=
config
.
debomatic
.
path
config
.
web
.
debomatic
.
dput
.
host
=
config
.
host
config
.
web
.
debomatic
.
dput
.
login
=
"debomatic"
config
.
web
.
debomatic
.
dput
.
method
=
"s
c
p"
config
.
web
.
debomatic
.
dput
.
method
=
"s
ft
p"
config
.
web
.
debomatic
.
dput
.
unsigned_uploads
=
false
###
...
...
debomatic-webui/views/index.ejs
View file @
a492fd83
...
...
@@ -44,29 +44,6 @@
To upload packages, you may want to add these entries to your dput configuration:
</header>
<section>
<!-- dput -->
<div class="dput col-md-6">
<div class="panel panel-info">
<div class="panel-heading">
<h3 class="panel-title">dput</h3>
</div>
<div class="panel-body">
<pre>
[debomatic-<%= web.debomatic.architecture %>]
fqdn = <%= web.debomatic.dput.host %>
incoming = <%= web.debomatic.dput.incoming %>
login = <%= web.debomatic.dput.login %>
method = <%= web.debomatic.dput.method %>
allow_unsigned_uploads = <%= web.debomatic.dput.unsigned_uploads ? '1' : '0' %>
allow_dcut = 1
scp_compress = 1
</pre>
</div>
</div>
</div>
<!-- /dput -->
<!-- dput-ng -->
<div class="dput col-md-6">
<div class="panel panel-info">
...
...
@@ -88,6 +65,29 @@ scp_compress = 1
</div>
</div>
<!-- /dput-ng -->
<!-- dput -->
<div class="dput col-md-6">
<div class="panel panel-info">
<div class="panel-heading">
<h3 class="panel-title">dput</h3>
</div>
<div class="panel-body">
<pre>
Not currently supported, see <a href="https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=505173">#505173</a>
</pre>
</div>
</div>
</div>
<!-- /dput -->
</section>
</article> <!-- /#configuration -->
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment