Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Sébastien Luttringer
infrastructure
Commits
a5455f04
Verified
Commit
a5455f04
authored
Aug 06, 2019
by
Florian Pritz
Browse files
archive: Redirect /packages/*/$pkg to archive.org
Signed-off-by:
Florian Pritz
<
bluewind@xinu.at
>
parent
35993e5f
Changes
1
Hide whitespace changes
Inline
Side-by-side
roles/archive/templates/nginx.d.conf.j2
View file @
a5455f04
...
...
@@ -36,7 +36,7 @@ server {
}
# XXX: This regex is the same as for .all above. Change both if you change this!
location ~ ^/repos/
201[3456]/.*
/(?<filename>(?<pkgname>(?<pkgname_first_char>[^/])[^/]+)-(?<pkgver>[^-/]+)-(?<pkgrel>[0-9]+)-(?<arch>[^-/]+)\.pkg\.tar\.xz(?<sig>\.sig)?)$ {
location ~ ^/
(?:
repos/
\d+/.*|packages/.*)
/(?<filename>(?<pkgname>(?<pkgname_first_char>[^/])[^/]+)-(?<pkgver>[^-/]+)-(?<pkgrel>[0-9]+)-(?<arch>[^-/]+)\.pkg\.tar\.xz(?<sig>\.sig)?)$ {
rewrite ^ /archive.org/archlinux_pkg_$pkgname/$filename last;
}
# archive.org download URLs look like:
...
...
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