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
0beefd28
Commit
0beefd28
authored
Mar 21, 2016
by
Luca Falavigna
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Configuration for ppc64el
parent
f2c30abd
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
19 additions
and
3 deletions
+19
-3
config/ppc64el.config
config/ppc64el.config
+9
-0
config/s390x.config
config/s390x.config
+1
-1
debomatic-webui/views/header.ejs
debomatic-webui/views/header.ejs
+1
-1
proxy/proxy.js
proxy/proxy.js
+8
-1
No files found.
config/ppc64el.config
0 → 100644
View file @
0beefd28
###
debomatic
-
webui
ppc64el
configuration
###
architecture
=
"ppc64el"
port
=
8008
# DO NOT EDIT THIS LINE:
config
=
require
(
process
.
env
.
DWCONFIG
+
'/mergerconfig.coffee'
)(
architecture
,
port
)
config/s390x.config
View file @
0beefd28
...
@@ -3,7 +3,7 @@ debomatic-webui s390x configuration
...
@@ -3,7 +3,7 @@ debomatic-webui s390x configuration
###
###
architecture
=
"s390x"
architecture
=
"s390x"
port
=
800
8
port
=
800
9
# DO NOT EDIT THIS LINE:
# DO NOT EDIT THIS LINE:
config
=
require
(
process
.
env
.
DWCONFIG
+
'/mergerconfig.coffee'
)(
architecture
,
port
)
config
=
require
(
process
.
env
.
DWCONFIG
+
'/mergerconfig.coffee'
)(
architecture
,
port
)
debomatic-webui/views/header.ejs
View file @
0beefd28
...
@@ -24,7 +24,7 @@
...
@@ -24,7 +24,7 @@
<a
style=
"color: #eee; font-size: 15px; padding: 15px 10px;"
href=
"#"
class=
"dropdown-toggle"
data-toggle=
"dropdown"
><
%=
web
.
debomatic
.
architecture
%
>
<span
class=
"caret"
></span></a>
<a
style=
"color: #eee; font-size: 15px; padding: 15px 10px;"
href=
"#"
class=
"dropdown-toggle"
data-toggle=
"dropdown"
><
%=
web
.
debomatic
.
architecture
%
>
<span
class=
"caret"
></span></a>
<ul
class=
"dropdown-menu"
role=
"menu"
>
<ul
class=
"dropdown-menu"
role=
"menu"
>
<script>
<script>
var
all_services
=
[
'
amd64
'
,
'
i386
'
,
'
arm64
'
,
'
armel
'
,
'
armhf
'
,
'
mips64el
'
,
'
mips
'
,
'
mipsel
'
,
'
powerpc
'
,
'
s390x
'
];
var
all_services
=
[
'
amd64
'
,
'
i386
'
,
'
arm64
'
,
'
armel
'
,
'
armhf
'
,
'
mips64el
'
,
'
mips
'
,
'
mipsel
'
,
'
powerpc
'
,
'
ppc64el
'
,
'
s390x
'
];
for
(
var
i
=
0
;
i
<
all_services
.
length
;
i
++
)
{
for
(
var
i
=
0
;
i
<
all_services
.
length
;
i
++
)
{
var
arch
=
all_services
[
i
];
var
arch
=
all_services
[
i
];
var
host
=
"
debomatic-
"
+
arch
+
'
.debian.net
'
;
var
host
=
"
debomatic-
"
+
arch
+
'
.debian.net
'
;
...
...
proxy/proxy.js
View file @
0beefd28
...
@@ -66,13 +66,20 @@ subdomains["debomatic-powerpc.debian.net"] = new httpProxy.createProxyServer({
...
@@ -66,13 +66,20 @@ subdomains["debomatic-powerpc.debian.net"] = new httpProxy.createProxyServer({
}
}
})
})
subdomains
[
"
debomatic-
s390x
.debian.net
"
]
=
new
httpProxy
.
createProxyServer
({
subdomains
[
"
debomatic-
ppc64el
.debian.net
"
]
=
new
httpProxy
.
createProxyServer
({
target
:
{
target
:
{
host
:
'
localhost
'
,
host
:
'
localhost
'
,
port
:
8008
port
:
8008
}
}
})
})
subdomains
[
"
debomatic-s390x.debian.net
"
]
=
new
httpProxy
.
createProxyServer
({
target
:
{
host
:
'
localhost
'
,
port
:
8009
}
})
subdomains
[
"
debomatic-staging.debian.net
"
]
=
new
httpProxy
.
createProxyServer
({
subdomains
[
"
debomatic-staging.debian.net
"
]
=
new
httpProxy
.
createProxyServer
({
target
:
{
target
:
{
host
:
'
localhost
'
,
host
:
'
localhost
'
,
...
...
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