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
699b5e8a
Commit
699b5e8a
authored
Mar 12, 2016
by
Luca Falavigna
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Configuration for mips64el
parent
3673f9b3
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
25 additions
and
9 deletions
+25
-9
config/mips.config
config/mips.config
+1
-1
config/mips64el.config
config/mips64el.config
+9
-0
config/mipsel.config
config/mipsel.config
+1
-1
config/powerpc.config
config/powerpc.config
+1
-1
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
+11
-4
No files found.
config/mips.config
View file @
699b5e8a
...
@@ -3,7 +3,7 @@ debomatic-webui mips configuration
...
@@ -3,7 +3,7 @@ debomatic-webui mips configuration
###
###
architecture
=
"mips"
architecture
=
"mips"
port
=
800
4
port
=
800
5
# 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
)
config/mips64el.config
0 → 100644
View file @
699b5e8a
###
debomatic
-
webui
mips64el
configuration
###
architecture
=
"mips64el"
port
=
8004
# DO NOT EDIT THIS LINE:
config
=
require
(
process
.
env
.
DWCONFIG
+
'/mergerconfig.coffee'
)(
architecture
,
port
)
config/mipsel.config
View file @
699b5e8a
...
@@ -3,7 +3,7 @@ debomatic-webui mipsel configuration
...
@@ -3,7 +3,7 @@ debomatic-webui mipsel configuration
###
###
architecture
=
"mipsel"
architecture
=
"mipsel"
port
=
800
5
port
=
800
6
# 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
)
config/powerpc.config
View file @
699b5e8a
...
@@ -3,7 +3,7 @@ debomatic-webui powerpc configuration
...
@@ -3,7 +3,7 @@ debomatic-webui powerpc configuration
###
###
architecture
=
"powerpc"
architecture
=
"powerpc"
port
=
800
6
port
=
800
7
# 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
)
config/s390x.config
View file @
699b5e8a
...
@@ -3,7 +3,7 @@ debomatic-webui s390x configuration
...
@@ -3,7 +3,7 @@ debomatic-webui s390x configuration
###
###
architecture
=
"s390x"
architecture
=
"s390x"
port
=
800
7
port
=
800
8
# 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 @
699b5e8a
...
@@ -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
'
,
'
mips
'
,
'
mipsel
'
,
'
powerpc
'
,
'
s390x
'
];
var
all_services
=
[
'
amd64
'
,
'
i386
'
,
'
arm64
'
,
'
armel
'
,
'
armhf
'
,
'
mips
64el
'
,
'
mips
'
,
'
mipsel
'
,
'
powerpc
'
,
'
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 @
699b5e8a
...
@@ -38,34 +38,41 @@ subdomains["debomatic-armhf.debian.net"] = new httpProxy.createProxyServer({
...
@@ -38,34 +38,41 @@ subdomains["debomatic-armhf.debian.net"] = new httpProxy.createProxyServer({
}
}
})
})
subdomains
[
"
debomatic-mips.debian.net
"
]
=
new
httpProxy
.
createProxyServer
({
subdomains
[
"
debomatic-mips
64el
.debian.net
"
]
=
new
httpProxy
.
createProxyServer
({
target
:
{
target
:
{
host
:
'
localhost
'
,
host
:
'
localhost
'
,
port
:
8004
port
:
8004
}
}
})
})
subdomains
[
"
debomatic-mips
el
.debian.net
"
]
=
new
httpProxy
.
createProxyServer
({
subdomains
[
"
debomatic-mips.debian.net
"
]
=
new
httpProxy
.
createProxyServer
({
target
:
{
target
:
{
host
:
'
localhost
'
,
host
:
'
localhost
'
,
port
:
8005
port
:
8005
}
}
})
})
subdomains
[
"
debomatic-
powerpc
.debian.net
"
]
=
new
httpProxy
.
createProxyServer
({
subdomains
[
"
debomatic-
mipsel
.debian.net
"
]
=
new
httpProxy
.
createProxyServer
({
target
:
{
target
:
{
host
:
'
localhost
'
,
host
:
'
localhost
'
,
port
:
8006
port
:
8006
}
}
})
})
subdomains
[
"
debomatic-
s390x
.debian.net
"
]
=
new
httpProxy
.
createProxyServer
({
subdomains
[
"
debomatic-
powerpc
.debian.net
"
]
=
new
httpProxy
.
createProxyServer
({
target
:
{
target
:
{
host
:
'
localhost
'
,
host
:
'
localhost
'
,
port
:
8007
port
:
8007
}
}
})
})
subdomains
[
"
debomatic-s390x.debian.net
"
]
=
new
httpProxy
.
createProxyServer
({
target
:
{
host
:
'
localhost
'
,
port
:
8008
}
})
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