1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2025-01-18 08:06:16 +01:00
infrastructure/roles/aurweb/templates/aurweb-git-archive.timer.j2
Kevin Morris 50e8432806
aurweb: release 6.1.7 - git archives
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>
2022-10-12 15:57:15 +03:00

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