From 285c4d12005acf6034a561f77bdf4072f3164252 Mon Sep 17 00:00:00 2001 From: Lizhou Sha Date: Thu, 12 Apr 2018 19:07:09 -0400 Subject: [PATCH] debian: restore --links option --- fetch-scripts/debian | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fetch-scripts/debian b/fetch-scripts/debian index 98506ff..a4027f6 100644 --- a/fetch-scripts/debian +++ b/fetch-scripts/debian @@ -9,7 +9,7 @@ set -u BASEDIR=${MIRRORDIR}/debian RSYNCSOURCE=rsync://debian.gtisc.gatech.edu/debian -RSYNC_OPTS="--recursive --safe-links --times --sparse --timeout 3600 --perms" +RSYNC_OPTS="--recursive --links --safe-links --times --sparse --timeout 3600 --perms" #OTHER_OPTS="--verbose --stats --dry-run" OTHER_OPTS="--verbose --stats" -- 2.45.2