[Piuparts-commits] [piuparts] 07/15: Revert "custom-scripts: add debugging output for resolvconf. (See #660350)"
Holger Levsen
holger at moszumanska.debian.org
Mon Dec 1 09:43:58 UTC 2014
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch develop
in repository piuparts.
commit 380c919b7a1a27ae2d904d7a506d7d5b541a1c1b
Author: Andreas Beckmann <anbe at debian.org>
Date: Sun Nov 30 17:49:47 2014 +0100
Revert "custom-scripts: add debugging output for resolvconf. (See #660350)"
This reverts commit 6dbb92a36d27cfd56920c66962b45c51e3395650.
---
custom-scripts/scripts/post_remove_extras | 14 --------------
custom-scripts/scripts/pre_install_extras | 5 -----
2 files changed, 19 deletions(-)
diff --git a/custom-scripts/scripts/post_remove_extras b/custom-scripts/scripts/post_remove_extras
deleted file mode 100755
index f1c4a6f..0000000
--- a/custom-scripts/scripts/post_remove_extras
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/sh
-set -e
-
-log_debug() {
- echo "Debug: piuparts exception for package $PIUPARTS_OBJECTS"
-}
-
-case ${PIUPARTS_OBJECTS%%=*} in
- resolvconf)
- log_debug
- echo "Debug: contents of /etc/resolv.conf"
- cat /etc/resolv.conf
- ;;
-esac
diff --git a/custom-scripts/scripts/pre_install_extras b/custom-scripts/scripts/pre_install_extras
index 653ff68..8a2663b 100755
--- a/custom-scripts/scripts/pre_install_extras
+++ b/custom-scripts/scripts/pre_install_extras
@@ -30,11 +30,6 @@ if [ "$PIUPARTS_PHASE" = "install" ]; then
esac
apt-get -y install $HEADERS-$FLAVOR
;;
- resolvconf)
- log_debug
- echo "Debug: contents of /etc/resolv.conf"
- cat /etc/resolv.conf
- ;;
esac
fi
--
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