From 1298490ff498b9ae24256273bc9d1b8b710b5fd8 Mon Sep 17 00:00:00 2001 From: Anton McClure Date: Wed, 20 Mar 2019 10:24:37 -0400 Subject: [PATCH] Update 'roles/common/files/mirror-rsync' --- roles/common/files/mirror-rsync | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/common/files/mirror-rsync b/roles/common/files/mirror-rsync index 5b1d5d9..4cc7d78 100644 --- a/roles/common/files/mirror-rsync +++ b/roles/common/files/mirror-rsync @@ -3,4 +3,5 @@ rsync -rvltpHS --delete-excluded rsync://ftp.gnu.org/gnu/ /var/www/ftp.thunix.cf/gnu-ftp rsync -rvltpHS --delete-excluded rsync://ftp.gnu.org/alpha/ /var/www/ftp.thunix.cf/gnu-alpha -rsync -rvltpHS --delete-excluded rsync://ftp.gnu.org/old-gnu/ /var/www/ftp.thunix.cf/gnu-old \ No newline at end of file +rsync -rvltpHS --delete-excluded rsync://ftp.gnu.org/old-gnu/ /var/www/ftp.thunix.cf/gnu-old +rsync -rvltpHS --delete-excluded rsync://ftp.halifax.rwth-aachen.de/ubuntu-releases/ /var/www/ftp.thunix.cf/ubuntu-releases \ No newline at end of file