Commit 3e24b2b7 authored by Luca Falavigna's avatar Luca Falavigna

Support for powerpc

parent 9c222685
/*
* debomatic-webui amd64 configuration
* debomatic-webui armel configuration
*/
var architecture = 'armel'
......
/*
* debomatic-webui amd64 configuration
* debomatic-webui armhf configuration
*/
var architecture = 'armhf'
......
/*
* debomatic-webui powerpc configuration
*/
var architecture = 'powerpc'
var port = 8002
// common config
var config = {}
config.host = 'localhost'
config.port = port
config.web = {}
config.web.debomatic = {}
config.web.debomatic.admin = {}
config.web.debomatic.admin.email = "dktrkranz AT debian DOT org" // please use this SPAMFREE form - it will be converted client side by javascript
config.web.debomatic.architecture = architecture
config.debomatic = {}
config.debomatic.path = '/srv/debomatic-' + architecture
config.debomatic.jsonfile = '/var/log/debomatic-' + architecture + '.json'
config.web.debomatic.dput = {}
config.web.debomatic.dput.incoming = config.debomatic.path
config.web.debomatic.dput.host = "debomatic-" + architecture + ".debian.net"
// DO NOT EDIT THIS LINE:
module.exports = config
......@@ -9,6 +9,4 @@ ExecStop=/bin/kill -TERM $MAINPID
Restart=on-failure
[Install]
Requires=debomatic-webui@amd64.service
Requires=debomatic-webui@i386.service
WantedBy=multi-user.target
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