[Piuparts-commits] [piuparts] 06/08: do not test distupgrades of localepurge

Holger Levsen holger at layer-acht.org
Sat Jan 14 14:39:51 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 29d5c31419c4383ab33af617401c267be6d025f1
Author: Andreas Beckmann <anbe at debian.org>
Date:   Sat Jan 14 12:33:20 2017 +0100

    do not test distupgrades of localepurge
    
    removing localepurge may require a reinstall of all packages
    in the base system to restore "disappeared" files
    
    Signed-off-by: Andreas Beckmann <anbe at debian.org>
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 custom-scripts/scripts/is_testable_uninstallable | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/custom-scripts/scripts/is_testable_uninstallable b/custom-scripts/scripts/is_testable_uninstallable
index e190c7e..fa9f183 100755
--- a/custom-scripts/scripts/is_testable_uninstallable
+++ b/custom-scripts/scripts/is_testable_uninstallable
@@ -59,6 +59,9 @@ case ${PIUPARTS_OBJECTS%%=*}@${PIUPARTS_DISTRIBUTION} in
 	matlab-support@*)
 		skip_always "requires a matlab installation"
 		;;
+	localepurge@*)
+		skip_distupgrade "requires a full --reinstall to restore disappeared files"
+		;;
 	nautilus-dropbox at wheezy)
 		skip_distupgrade "#770402: downloads awfully slow, hangs during installation"
 		;;

-- 
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