[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 b0988a0228e58ae241e0761222bf294360d4c313
Author: Holger Levsen <holger at layer-acht.org>
Date:   Mon May 13 12:50:32 2013 +0200

    detect_slave_problems: remove check limiting this script to be run on piatti only.

diff --git a/debian/changelog b/debian/changelog
index 5378545..737fd57 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -91,6 +91,8 @@ 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.
 
  -- Andreas Beckmann <anbe at debian.org>  Sat, 16 Mar 2013 00:14:13 +0100
 
diff --git a/slave-bin/detect_slave_problems.in b/slave-bin/detect_slave_problems.in
index 2d6a4b2..2e72040 100755
--- a/slave-bin/detect_slave_problems.in
+++ b/slave-bin/detect_slave_problems.in
@@ -40,12 +40,6 @@ file_age()
 }
 
 
-HOSTNAME=`hostname`
-if [ "$HOSTNAME" != "piatti" ] ; then
-	exit 0
-fi
-
-
 get_config_value SLAVEROOT global slave-directory
 get_config_value IDLE_SLEEP global idle-sleep 1800
 

-- 
piuparts git repository



More information about the Piuparts-commits mailing list