]> git.donarmstrong.com Git - dak.git/commitdiff
why, oh why, doesnt this fix itself when its wrong?
authorJoerg Jaspert <joerg@debian.org>
Thu, 31 Dec 2009 11:59:22 +0000 (12:59 +0100)
committerJoerg Jaspert <joerg@debian.org>
Thu, 31 Dec 2009 11:59:22 +0000 (12:59 +0100)
Signed-off-by: Joerg Jaspert <joerg@debian.org>
config/debian/common

index c7c9c9077a4142826325e3eadca15cb853f43de5..6730889db1805c81f23b7108f7896d089db35a83 100644 (file)
@@ -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)