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
3e24b2b7
Commit
3e24b2b7
authored
Apr 15, 2014
by
Luca Falavigna
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Support for powerpc
parent
9c222685
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
32 additions
and
4 deletions
+32
-4
config/armel.config.js
config/armel.config.js
+1
-1
config/armhf.config.js
config/armhf.config.js
+1
-1
config/powerpc.config.js
config/powerpc.config.js
+30
-0
systemd/debomatic-webui-proxy.service
systemd/debomatic-webui-proxy.service
+0
-2
No files found.
config/armel.config.js
View file @
3e24b2b7
/*
* debomatic-webui a
md64
configuration
* debomatic-webui a
rmel
configuration
*/
var
architecture
=
'
armel
'
...
...
config/armhf.config.js
View file @
3e24b2b7
/*
* debomatic-webui a
md64
configuration
* debomatic-webui a
rmhf
configuration
*/
var
architecture
=
'
armhf
'
...
...
config/powerpc.config.js
0 → 100644
View file @
3e24b2b7
/*
* 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
systemd/debomatic-webui-proxy.service
View file @
3e24b2b7
...
...
@@ -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
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