summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-05-18 09:25:57 +0200
committerHolger Levsen <holger@layer-acht.org>2015-05-18 09:25:57 +0200
commit9687de8fa9e9b65c0850819d22e633e3ef719fb5 (patch)
treebd4a712885e26fb6ffc4cb9b174d8b351132ecab /bin
parenta446d2037f159c500b5ffe6f2be4f5a62ec41176 (diff)
downloadjenkins.debian.net-9687de8fa9e9b65c0850819d22e633e3ef719fb5.tar.xz
reproducible: fixup: install debbindiff from sid in testing schroot for running debbindiff
Diffstat (limited to 'bin')
-rwxr-xr-xbin/reproducible_setup_schroot.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_setup_schroot.sh b/bin/reproducible_setup_schroot.sh
index abe5c185..e76acecb 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