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
Debian QA
jenkins.debian.net
Commits
2a9ea663
Commit
2a9ea663
authored
Aug 17, 2021
by
Holger Levsen
Browse files
reproducible Debian: support apache redirects for bookworm
Signed-off-by:
Holger Levsen
<
holger@layer-acht.org
>
parent
4a114b33
Changes
1
Hide whitespace changes
Inline
Side-by-side
hosts/jenkins/etc/apache2/reproduciblemap.conf
View file @
2a9ea663
...
@@ -99,11 +99,11 @@ RewriteRule ^/debian/testing/(.*) /debian/bullseye/$1
...
@@ -99,11 +99,11 @@ RewriteRule ^/debian/testing/(.*) /debian/bullseye/$1
# redirect /$suite to /$suite/index_suite_amd64_stats.html
# redirect /$suite to /$suite/index_suite_amd64_stats.html
# note: the missing slash in the RewriteRule is wanted to avoid a double slash
# note: the missing slash in the RewriteRule is wanted to avoid a double slash
RewriteCond
%{
REQUEST_URI
} ^/(
debian
/|)(
stretch
|
buster
|
bullseye
|
unstable
|
experimental
)(/|)$
RewriteCond
%{
REQUEST_URI
} ^/(
debian
/|)(
stretch
|
buster
|
bullseye
|
bookworm
|
unstable
|
experimental
)(/|)$
RewriteRule
^/(
debian
/|)(.*) /
debian
/$
2
/
index_suite_amd64_stats
.
html
[
R
,
L
]
RewriteRule
^/(
debian
/|)(.*) /
debian
/$
2
/
index_suite_amd64_stats
.
html
[
R
,
L
]
# redirect /$suite/$arch to $suite/index_suite_$arch_stats.html
# redirect /$suite/$arch to $suite/index_suite_$arch_stats.html
RewriteCond
%{
REQUEST_URI
} ^/(
debian
/|)(
stretch
|
buster
|
bullseye
|
unstable
|
experimental
)/(
amd64
|
arm64
|
armhf
|
i386
)(/|)$
RewriteCond
%{
REQUEST_URI
} ^/(
debian
/|)(
stretch
|
buster
|
bullseye
|
bookworm
|
unstable
|
experimental
)/(
amd64
|
arm64
|
armhf
|
i386
)(/|)$
RewriteRule
^/(
debian
/|)([
a
-
z0
-
9
]+)/([
a
-
z0
-
9
]+) /
debian
/$
2
/
index_suite_
$
3
_
stats
.
html
[
R
,
L
]
RewriteRule
^/(
debian
/|)([
a
-
z0
-
9
]+)/([
a
-
z0
-
9
]+) /
debian
/$
2
/
index_suite_
$
3
_
stats
.
html
[
R
,
L
]
# redirect /$arch to /unstable/index_suite_$arch_stats.html
# redirect /$arch to /unstable/index_suite_$arch_stats.html
...
...
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