From bcc970262c19e0d88c22f271ae05286d68ebdf87 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Fri, 7 Jan 2022 09:14:10 +0200 Subject: debian-mirror: add Sponsored-by: author --- ansible/roles/debian-mirror/files/mirror-debian | 28 ++++++++----------------- 1 file changed, 9 insertions(+), 19 deletions(-) (limited to 'ansible/roles/debian-mirror') diff --git a/ansible/roles/debian-mirror/files/mirror-debian b/ansible/roles/debian-mirror/files/mirror-debian index bf7719b..93eca56 100644 --- a/ansible/roles/debian-mirror/files/mirror-debian +++ b/ansible/roles/debian-mirror/files/mirror-debian @@ -5,24 +5,14 @@ set -eu mirror_root="$1" debmirror \ - --no-check-gpg \ - --host=ftp.fi.debian.org \ - --method=http \ - --rsync-extra=trace \ - --arch=amd64 \ - --getcontents \ - --dist=stretch-backports \ - --dist=stretch-updates \ - --dist=oldstable \ - --dist=jessie-updates \ - --dist=stable \ - --dist=buster-backports \ - --dist=buster-updates \ - --dist=testing \ - --dist=bullseye-backports \ - --dist=bullseye-updates \ - --dist=unstable \ - --dist=experimental \ - "$mirror_root" + --no-check-gpg \ + --host=ftp.fi.debian.org \ + --method=http \ + --rsync-extra=trace \ + --arch=amd64 \ + --getcontents \ + --dist=bullseye \ + -v \ + "$mirror_root" echo "Finished mirroring Debian" -- cgit v1.2.1