mirror of
https://gitlab.archlinux.org/archlinux/infrastructure.git
synced 2025-01-18 08:06:16 +01:00
This commit brings in four new routes to nginx: - /archives/metadata.git - /archives/users.git - /archives/pkgbases.git - /archives/pkgnames.git See https://gitlab.archlinux.org/archlinux/aurweb/-/blob/master/doc/git-archive.md For now, we will be updating the repositories once every 10 minutes. Signed-off-by: Leonidas Spyropoulos <artafinde@archlinux.org> Co-signed by: Kevin Morris <kevr@0cost.org>
14 lines
410 B
Django/Jinja
14 lines
410 B
Django/Jinja
[Unit]
|
|
Description=Generate and update Git Archive repositories
|
|
|
|
[Timer]
|
|
# This is set to 10m intervals as of 09/26/2022. We'll be keeping
|
|
# aurweb-mkpkglists around for two months after v6.1.5 deployment.
|
|
# At that time (two months after deploy), this should be changed
|
|
# to 5m intervals and aurweb-mkpkglists should be removed from use.
|
|
OnStartupSec=10m
|
|
OnUnitActiveSec=10m
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|