From 23d6a6d6ab9c3b8a4a7cf9633959342c9f31fd30 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Wed, 18 Feb 2015 01:16:25 +0100 Subject: reproducible: remove code which shouldnt be there. thanks mapreri for spotting this --- bin/reproducible_setup_pbuilder.sh | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'bin/reproducible_setup_pbuilder.sh') diff --git a/bin/reproducible_setup_pbuilder.sh b/bin/reproducible_setup_pbuilder.sh index d9a6132b..804acc74 100755 --- a/bin/reproducible_setup_pbuilder.sh +++ b/bin/reproducible_setup_pbuilder.sh @@ -10,17 +10,6 @@ common_init "$@" # common code defining db access . /srv/jenkins/bin/reproducible_common.sh -set +x -# blacklist some packages -for PKG in cups zurl openclipart eigen3 xmds2 ; do - RESULT=$(sqlite3 -init $INIT $PACKAGES_DB " SELECT name FROM source_packages WHERE status = 'blacklisted' AND name = '$PKG'") - if [ "$RESULT" = "" ] ; then - set -x - sqlite3 -init $INIT $PACKAGES_DB "REPLACE into source_packages VALUES ('$PKG','0','blacklisted',date('now'))" - set +x - fi -done - # # create script to configure a pbuilder chroot # -- cgit v1.2.3-70-g09d2