Commit b6264639 authored by Leo Iannacone's avatar Leo Iannacone

focus architecture on header description

parent 728037fa
...@@ -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
......
...@@ -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'];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment