[Piuparts-commits] [piuparts] 01/01: whitespace cleanup

Holger Levsen holger at layer-acht.org
Tue Mar 7 12:59:39 UTC 2017


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch develop
in repository piuparts.

commit c07323b0c61de8c910851db1c33946ba37be57fe
Author: Andreas Beckmann <anbe at debian.org>
Date:   Tue Mar 7 13:30:22 2017 +0100

    whitespace cleanup
    
    Signed-off-by: Andreas Beckmann <anbe at debian.org>
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 master-bin/detect_archive_issues.in  | 6 +++---
 master-bin/detect_piuparts_issues.in | 4 ++--
 slave-bin/slave_stop.in              | 2 +-
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/master-bin/detect_archive_issues.in b/master-bin/detect_archive_issues.in
index d232a95..00ff7e1 100755
--- a/master-bin/detect_archive_issues.in
+++ b/master-bin/detect_archive_issues.in
@@ -58,9 +58,9 @@ if [ -s $URLS ]; then
 	echo 'The following packages have been moved to $section/untestable and will be'
 	echo "tested again in $DAYS days."
 	echo
-        echo "Broken packages are usually a temporary problem in the archive and are"
-        echo "caught by other tools like britney or https://qa.debian.org/dose/debcheck.html"
-        echo
+	echo "Broken packages are usually a temporary problem in the archive and are"
+	echo "caught by other tools like britney or https://qa.debian.org/dose/debcheck.html"
+	echo
 	echo "If it is always the same package failing, it's likely to be an issue in the"
 	echo "package."
 	echo
diff --git a/master-bin/detect_piuparts_issues.in b/master-bin/detect_piuparts_issues.in
index 05c98a9..011df6d 100755
--- a/master-bin/detect_piuparts_issues.in
+++ b/master-bin/detect_piuparts_issues.in
@@ -76,12 +76,12 @@ if [ -s $FILE ] ; then
 	echo "and for some python errors and tracebacks in failed logs.)"
 	echo
 	echo "Please review the following logfiles/packages."
-        echo "If it is always the same package failing, it's likely to be an issue in the"
+	echo "If it is always the same package failing, it's likely to be an issue in the"
 	echo "package."
 	echo
 		sort -u $FILE | xargs rm -v
 	echo
-        echo "----------------------------------------------------------------------"
+	echo "----------------------------------------------------------------------"
 	echo
 fi
 rm $FILE
diff --git a/slave-bin/slave_stop.in b/slave-bin/slave_stop.in
index 06895fd..8459c62 100755
--- a/slave-bin/slave_stop.in
+++ b/slave-bin/slave_stop.in
@@ -43,7 +43,7 @@ i=1
 while pgrep --full '/usr/bin/python /srv/piuparts.debian.org/share/piuparts/piuparts-slave' > /dev/null ; do
 	echo -n "$(date -u +%T) - "
 	pgrep --full '/usr/bin/python /srv/piuparts.debian.org/share/piuparts/piuparts-slave' | xargs -r echo -n "slaves running: "
-        SLEEP=$(( $i * $i ))
+	SLEEP=$(( $i * $i ))
 	echo -n " sleeping ${SLEEP}sec now..."
 	for j in $(seq 1 $SLEEP) ; do
 		sleep 1

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/piuparts/piuparts.git



More information about the Piuparts-commits mailing list