From 0e36105cb1646b5e5af792582861e96c1151cacb Mon Sep 17 00:00:00 2001 From: Joerg Jaspert Date: Thu, 31 Dec 2009 12:59:22 +0100 Subject: [PATCH] why, oh why, doesnt this fix itself when its wrong? Signed-off-by: Joerg Jaspert --- config/debian/common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/debian/common b/config/debian/common index c7c9c907..6730889d 100644 --- a/config/debian/common +++ b/config/debian/common @@ -85,7 +85,7 @@ function sync_debbugs () { echo "--" >> $report timestamp=$(date "+%Y-%m-%d-%H:%M") mkdir -p $queuedir/${timestamp} - rsync -aq $queuedir/bts_version_track/ $queuedir/${timestamp} + rsync -aq $queuedir/bts_version_track/ $queuedir/bts_version_track_archive/${timestamp} rmdir --ignore-fail-on-non-empty $queuedir/${timestamp} # remove if empty. rsync -aq -e "ssh -o Batchmode=yes -o ConnectTimeout=30 -o SetupTimeout=30" --remove-source-files $queuedir/bts_version_track/ bugs-sync:/org/bugs.debian.org/versions/queue/ftp-master/ 2>/dev/null && touch $lockdir/synced_bts_version || true NOW=$(date +%s) -- 2.39.2