Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Mattia Rizzolo
jenkins.d.n
Commits
f29896bb
Commit
f29896bb
authored
Jun 14, 2018
by
Mattia Rizzolo
Browse files
wip
Signed-off-by:
Mattia Rizzolo
<
mattia@debian.org
>
parent
a591243c
Changes
1
Hide whitespace changes
Inline
Side-by-side
hosts/jenkins/etc/apache2/reproduciblemap.conf
View file @
f29896bb
# These redirects applies only to the tests.reproducible-builds.org domain.
# These redirects applies only to the tests.reproducible-builds.org domain.
# use reproducible.html as "home page"
# use
debian/
reproducible.html as "home page"
RewriteCond
%{
REQUEST_URI
} ^/$
RewriteCond
%{
REQUEST_URI
} ^/$
RewriteRule
^/(.*) /
debian
/
reproducible
.
html
[
R
,
L
]
RewriteRule
^/(.*) /
debian
/
reproducible
.
html
[
R
,
L
]
...
@@ -12,18 +12,14 @@ RewriteRule ^/userContent/(.*)$ /$1 [R=301,L]
...
@@ -12,18 +12,14 @@ RewriteRule ^/userContent/(.*)$ /$1 [R=301,L]
# redirect debian specific requests from t.r-b.o/$URI → t.r-b.o/debian/$URI
# redirect debian specific requests from t.r-b.o/$URI → t.r-b.o/debian/$URI
RewriteCond
/
var
/
lib
/
jenkins
/
userContent
/
reproducible
/
debian
/$
1
-
f
RewriteCond
/
var
/
lib
/
jenkins
/
userContent
/
reproducible
/
debian
/$
1
-
f
Rewrite
Cond
%{
REQUEST_URI
} ^/(
static
|
stretch
|
testing
|
unstable
|
experimental
|
history
|
rb
-
pg
|
notes
|
issues
|
rbuild
|
logs
|
dbd
|
dbdtxt
|
index_
.*\.
html
|
stats_
.*\.
png
|
reproducible
.*\.
json
).*$
Rewrite
Rule
^/(
index_
.*\.
html
|
stats_
.*\.
png
|
reproducible
.*\.
json
).*$
/
debian
/$
1
[
R
=
301
,
L
]
RewriteRule
^
/(.*)
/
debian
/
$
1
[
R
=
302
,
L
]
RewriteRule
^/
debian
/
(
issues
|
# redirect t.r-b.o/issues/$ISSUE → t.r-b.o/issues/unstable/$ISSUE
# redirect t.r-b.o/debian/issues/$ISSUE → t.r-b.o/debian/issues/unstable/$ISSUE
RewriteCond
%{
REQUEST_FILENAME
} !-
f
RewriteCond
%{
REQUEST_FILENAME
} !-
d
RewriteCond
/
var
/
lib
/
jenkins
/
userContent
/
reproducible
/
debian
/
issues
/
unstable
/$
2
-
f
RewriteCond
/
var
/
lib
/
jenkins
/
userContent
/
reproducible
/
debian
/
issues
/
unstable
/$
2
-
f
RewriteRule
^/
(
debian
/
|)
issues
/([
a
-
z0
-
9
.+-
_
]+) /
debian
/
issues
/
unstable
/$
2
[
R
=
302
,
L
]
RewriteRule
^/
debian
/
issues
/([
a
-
z0
-
9
.+-
_
]+) /
debian
/
issues
/
unstable
/$
2
[
R
=
302
,
L
]
# redirect t.r-b.o/$PKG → t.r-b.o/rb-pkg/unstable/amd64/$PKG.html
# redirect t.r-b.o/$PKG | t.r-b.o/debian/$PKG → t.r-b.o/rb-pkg/unstable/amd64/$PKG.html
RewriteCond
%{
REQUEST_FILENAME
} !-
f
RewriteCond
%{
REQUEST_FILENAME
} !-
d
RewriteCond
/
var
/
lib
/
jenkins
/
userContent
/
reproducible
/
debian
/
rb
-
pkg
/
unstable
/
amd64
/$
2
.
html
-
f
RewriteCond
/
var
/
lib
/
jenkins
/
userContent
/
reproducible
/
debian
/
rb
-
pkg
/
unstable
/
amd64
/$
2
.
html
-
f
RewriteRule
^/(
debian
/|)([
a
-
z0
-
9
.+-]+) /
debian
/
rb
-
pkg
/
unstable
/
amd64
/$
2
.
html
[
R
=
302
,
L
]
RewriteRule
^/(
debian
/|)([
a
-
z0
-
9
.+-]+) /
debian
/
rb
-
pkg
/
unstable
/
amd64
/$
2
.
html
[
R
=
302
,
L
]
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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