1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2025-01-18 08:06:16 +01:00

syncrepo: allow syncing links.tar.gz

Allow the synchronisation of the links database used by sogrep.
This commit is contained in:
Jelle van der Waa 2019-10-15 21:42:20 +02:00
parent d0270fac57
commit fd2b6c6aab

@ -77,7 +77,6 @@ if ! tty -s && [[ -f "$target/lastupdate" ]] && diff -b <(curl -Ls "$lastupdate_
fi
rsync_cmd \
--exclude='*.links.tar.gz*' \
--exclude='/other' \
--exclude='/sources' \
"${source_url}" \