Commit 0beefd28 authored by Luca Falavigna's avatar Luca Falavigna

Configuration for ppc64el

parent f2c30abd
###
debomatic-webui ppc64el configuration
###
architecture = "ppc64el"
port = 8008
# DO NOT EDIT THIS LINE:
config = require(process.env.DWCONFIG + '/mergerconfig.coffee')(architecture, port)
......@@ -3,7 +3,7 @@ debomatic-webui s390x configuration
###
architecture = "s390x"
port = 8008
port = 8009
# DO NOT EDIT THIS LINE:
config = require(process.env.DWCONFIG + '/mergerconfig.coffee')(architecture, port)
......@@ -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>
<ul class="dropdown-menu" role="menu">
<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++) {
var arch = all_services[i];
var host = "debomatic-" + arch + '.debian.net';
......
......@@ -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: {
host: 'localhost',
port: 8008
}
})
subdomains["debomatic-s390x.debian.net"] = new httpProxy.createProxyServer({
target: {
host: 'localhost',
port: 8009
}
})
subdomains["debomatic-staging.debian.net"] = new httpProxy.createProxyServer({
target: {
host: 'localhost',
......
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