[Piuparts-commits] [SCM] piuparts git repository branch, develop, updated. 0.44-686-gc4918d0

Andreas Beckmann debian at abeckmann.de
Wed Jun 6 15:24:22 UTC 2012


The following commit has been merged in the develop branch:
commit 9a4f50bbb012709b5d5f065194c63ee1f2cd3638
Author: Andreas Beckmann <debian at abeckmann.de>
Date:   Wed Jun 6 10:56:42 2012 +0200

    scripts: reduce verboseness
    
    The piuparts log already states that the script is being run,
    no need to have the script repeat this.
    
    Signed-off-by: Andreas Beckmann <debian at abeckmann.de>

diff --git a/org/piuparts.debian.org/etc/scripts/post_purge_exceptions b/org/piuparts.debian.org/etc/scripts/post_purge_exceptions
index 0a343f4..4a19899 100755
--- a/org/piuparts.debian.org/etc/scripts/post_purge_exceptions
+++ b/org/piuparts.debian.org/etc/scripts/post_purge_exceptions
@@ -5,8 +5,6 @@ log_debug() {
 	echo "Debug: piuparts exception for package $PIUPARTS_OBJECTS"
 }
 
-echo "Debug: running script $0"
-
 #
 # deal with packages depending on exceptions:
 #
@@ -32,8 +30,6 @@ case $PIUPARTS_OBJECTS in
 	ltsp-client-core)	log_debug
 				rm -f /etc/ltsp_chroot
 				;;
-	apt-listbugs)		log_debug
-				;;
 	upstart)		log_debug
 				#  removal wont work if sysvinit isn't reinstalled
 				apt-get -y install sysvinit
diff --git a/org/piuparts.debian.org/etc/scripts/pre_install_exceptions b/org/piuparts.debian.org/etc/scripts/pre_install_exceptions
index c212e81..65b926a 100755
--- a/org/piuparts.debian.org/etc/scripts/pre_install_exceptions
+++ b/org/piuparts.debian.org/etc/scripts/pre_install_exceptions
@@ -5,8 +5,6 @@ log_debug() {
 	echo "Debug: piuparts exception for package $PIUPARTS_OBJECTS"
 }
 
-echo "Debug: running script $0"
-
 #
 # deal with packages depending on exceptions:
 #
diff --git a/org/piuparts.debian.org/etc/scripts/pre_remove_exceptions b/org/piuparts.debian.org/etc/scripts/pre_remove_exceptions
index 0a92206..e77f10d 100755
--- a/org/piuparts.debian.org/etc/scripts/pre_remove_exceptions
+++ b/org/piuparts.debian.org/etc/scripts/pre_remove_exceptions
@@ -5,8 +5,6 @@ log_debug() {
 	echo "Debug: piuparts exception for package $PIUPARTS_OBJECTS"
 }
 
-echo "Debug: running script $0"
-
 #
 # deal with exceptions:
 #

-- 
piuparts git repository



More information about the Piuparts-commits mailing list