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
b6264639
Commit
b6264639
authored
Jun 16, 2014
by
Leo Iannacone
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
focus architecture on header description
parent
728037fa
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
History.md
History.md
+1
-0
debomatic-webui/lib/config.js
debomatic-webui/lib/config.js
+5
-2
No files found.
History.md
View file @
b6264639
...
@@ -4,6 +4,7 @@
...
@@ -4,6 +4,7 @@
*
[new] always show datestamp information below the file title
*
[new] always show datestamp information below the file title
*
[new] add page commands which documents the tasks interface of Deb-o-Matic
*
[new] add page commands which documents the tasks interface of Deb-o-Matic
*
[new] better tooltip on action buttons (such as Download, View al file, Get all)
*
[new] better tooltip on action buttons (such as Download, View al file, Get all)
*
[new] focus debomatic architecture in header description
# 0.4.2 (2014-06-15)
# 0.4.2 (2014-06-15)
*
[fix] calculate pidfile for debomatic status check after merging configurations
*
[fix] calculate pidfile for debomatic status check after merging configurations
...
...
debomatic-webui/lib/config.js
View file @
b6264639
...
@@ -30,9 +30,8 @@ config.routes.distribution = '/distribution';
...
@@ -30,9 +30,8 @@ config.routes.distribution = '/distribution';
config
.
routes
.
preferences
=
'
/preferences
'
;
config
.
routes
.
preferences
=
'
/preferences
'
;
config
.
routes
.
commands
=
'
/commands
'
;
config
.
routes
.
commands
=
'
/commands
'
;
// web configuration
config
.
web
=
{};
config
.
web
=
{};
config
.
web
.
title
=
'
Deb-o-Matic web.ui
'
;
config
.
web
.
description
=
'
This is a web interface for debomatic
'
;
// debomatic configuration exportable for web
// debomatic configuration exportable for web
config
.
web
.
debomatic
=
{};
config
.
web
.
debomatic
=
{};
...
@@ -48,6 +47,10 @@ config.web.debomatic.dput.login = 'debomatic';
...
@@ -48,6 +47,10 @@ config.web.debomatic.dput.login = 'debomatic';
config
.
web
.
debomatic
.
dput
.
method
=
'
scp
'
;
config
.
web
.
debomatic
.
dput
.
method
=
'
scp
'
;
config
.
web
.
debomatic
.
dput
.
unsigned_uploads
=
false
;
config
.
web
.
debomatic
.
dput
.
unsigned_uploads
=
false
;
// header title and description
config
.
web
.
title
=
'
Deb-o-Matic web.ui
'
;
config
.
web
.
description
=
'
This is a web interface for debomatic over
'
+
config
.
web
.
debomatic
.
architecture
;
// list of files get preview
// list of files get preview
config
.
web
.
file
=
{};
config
.
web
.
file
=
{};
config
.
web
.
file
.
preview
=
[
'
buildlog
'
];
config
.
web
.
file
.
preview
=
[
'
buildlog
'
];
...
...
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