[Piuparts-commits] [SCM] piuparts git repository branch, master, updated. 0.51

Holger Levsen holger at layer-acht.org
Wed May 15 10:10:04 UTC 2013


The following commit has been merged in the master branch:
commit 219c2728e790b8ee2ccb00f16e11cae9fb95fe03
Author: Holger Levsen <holger at layer-acht.org>
Date:   Mon May 13 14:54:09 2013 +0200

    master-bin/prepare_backup: also backup sources.txt.

diff --git a/TODO b/TODO
index cd5e989..15a6013 100644
--- a/TODO
+++ b/TODO
@@ -56,7 +56,7 @@ for 0.5x:
 
 - update references to piatti with ones to pejacevic
 
-- move counts.txt from htdocs to master
+- move counts.txt and sources.txt from htdocs to master
 
 
 for 0.6x:
diff --git a/debian/changelog b/debian/changelog
index 737fd57..e415c73 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -91,8 +91,9 @@ piuparts (0.51) UNRELEASED; urgency=low
     - Run slave_cleanup before starting the slave.
   * Bump Standards-Version to 3.9.4.
   * Use /srv/piuparts.debian.org/ on piatti.debian.org as per DSA policy.
-  * detect_slave_problems: remove check limiting this script to be run on
-    piatti only.
+  * slave-bin/detect_slave_problems: remove check limiting this script to be
+    run on piatti only.
+  * master-bin/prepare_backup: also backup sources.txt.
 
  -- Andreas Beckmann <anbe at debian.org>  Sat, 16 Mar 2013 00:14:13 +0100
 
diff --git a/master-bin/prepare_backup.in b/master-bin/prepare_backup.in
index 535866b..2253a30 100755
--- a/master-bin/prepare_backup.in
+++ b/master-bin/prepare_backup.in
@@ -45,4 +45,7 @@ for SECTION in $SECTIONS ; do
 	if [ -f $HTDOCS/$SECTION/counts.txt ]; then
 		cp $HTDOCS/$SECTION/counts.txt $BACKUPDIR/$SECTION/
 	fi
+	if [ -f $HTDOCS/$SECTION/sources.txt ]; then
+		cp $HTDOCS/$SECTION/sources.txt $BACKUPDIR/$SECTION/
+	fi
 done

-- 
piuparts git repository



More information about the Piuparts-commits mailing list