[Qa-jenkins-scm] [jenkins.debian.net] 02/02: reproducible: fixup: install debbindiff from sid in testing schroot for running debbindiff
Holger Levsen
holger at moszumanska.debian.org
Mon May 18 07:26:14 UTC 2015
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit 9687de8fa9e9b65c0850819d22e633e3ef719fb5
Author: Holger Levsen <holger at layer-acht.org>
Date: Mon May 18 09:25:57 2015 +0200
reproducible: fixup: install debbindiff from sid in testing schroot for running debbindiff
---
bin/reproducible_setup_schroot.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/reproducible_setup_schroot.sh b/bin/reproducible_setup_schroot.sh
index abe5c18..e76acec 100755
--- a/bin/reproducible_setup_schroot.sh
+++ b/bin/reproducible_setup_schroot.sh
@@ -106,7 +106,7 @@ EOF
fi
# use debbindiff from unstable
if [ "$SUITE" = "testing" ] ; then
- echo "deb-src $MIRROR unstable main" | sudo tee -a $CHROOT_TARGET/etc/apt/sources.list > /dev/null
+ echo "deb $MIRROR unstable main" | sudo tee -a $CHROOT_TARGET/etc/apt/sources.list > /dev/null
sudo chroot $CHROOT_TARGET apt-get update
# install debbindiff from unstable without re-adding all recommends...
sudo chroot $CHROOT_TARGET apt-get install -y -t unstable --no-install-recommends debbindiff
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list