[Piuparts-commits] [SCM] piuparts git repository branch, develop, updated. 0.44-686-gc4918d0
Andreas Beckmann
debian at abeckmann.de
Wed Jun 6 15:24:38 UTC 2012
The following commit has been merged in the develop branch:
commit 51f34be8a3339465c6cf68767bc7ea07bfcf5b9d
Author: Andreas Beckmann <debian at abeckmann.de>
Date: Wed Jun 6 11:23:29 2012 +0200
drop scripts/pre_upgrade_exceptions
This is no longer executed.
I accept that the apt-listchanges test fails as long as there are RC bugs.
Signed-off-by: Andreas Beckmann <debian at abeckmann.de>
diff --git a/org/piuparts.debian.org/etc/scripts/pre_upgrade_exceptions b/org/piuparts.debian.org/etc/scripts/pre_upgrade_exceptions
deleted file mode 100755
index db0a126..0000000
--- a/org/piuparts.debian.org/etc/scripts/pre_upgrade_exceptions
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/bin/sh
-
-log_debug() {
- echo "Debug: piuparts exception for package $PIUPARTS_OBJECTS"
-}
-
-echo "Debug: running script $0"
-case $PIUPARTS_OBJECTS in
- apt-listbugs) log_debug
- # apt-listbugs is run on installations / upgrades
- # and will them fail if packages have RC bugs
- # (which is good and sensible)
- printf "%b\n" "#/bin/sh\nexit 0" > /usr/sbin/apt-listbugs
- ;;
-esac
-
-exit 0
-
--
piuparts git repository
More information about the Piuparts-commits
mailing list