[Piuparts-commits] [piuparts] 02/12: drop special handling for experimental

Holger Levsen holger at layer-acht.org
Thu Jan 12 16:58:09 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 6810e2ba311907fb4645fa43fd413c9b358799e9
Author: Andreas Beckmann <anbe at debian.org>
Date:   Thu Jan 12 00:32:03 2017 +0100

    drop special handling for experimental
    
    Signed-off-by: Andreas Beckmann <anbe at debian.org>
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 .../scripts/post_distupgrade_experimental          | 24 ++--------------------
 1 file changed, 2 insertions(+), 22 deletions(-)

diff --git a/custom-scripts/scripts/post_distupgrade_experimental b/custom-scripts/scripts/post_distupgrade_experimental
index 240110f..6baa6d6 100755
--- a/custom-scripts/scripts/post_distupgrade_experimental
+++ b/custom-scripts/scripts/post_distupgrade_experimental
@@ -1,26 +1,6 @@
 #!/bin/sh
 set -e
 
-test "$PIUPARTS_DISTRIBUTION" = "experimental" || exit 0
+# This script is an empty stub, it may be removed at some point in the future.
 
-# apt-get -t experimental dist-upgrade may pull in too many
-# packages that are not co-installable in experimental
-# so maintain a list of packages in the sid base system
-# that are in experimental, too, and don't cause problems
-
-PKGS=""
-PKGS="$PKGS apt"
-PKGS="$PKGS libc6"
-PKGS="$PKGS libc-bin"
-PKGS="$PKGS libgcc1"
-PKGS="$PKGS libstdc++6"
-PKGS="$PKGS multiarch-support"
-PKGS="$PKGS findutils"
-PKGS="$PKGS insserv"
-PKGS="$PKGS dash"
-PKGS="$PKGS libdbus-1-3"
-PKGS="$PKGS grep"
-PKGS="$PKGS libsystemd0"
-PKGS="$PKGS libudev1"
-
-apt-get -y -t experimental install $PKGS
+exit 0

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