[Reproducible-commits] [misc] 01/01: Remove deprecated apt-get switch --force-yes which should be unnecessary anyway

Esa Peuha esa.peuha-guest at moszumanska.debian.org
Thu Dec 24 10:28:07 UTC 2015


This is an automated email from the git hooks/post-receive script.

esa.peuha-guest pushed a commit to branch master
in repository misc.

commit d75ee5d8f4682fb430cbab9fa536b3e73d7ca5d9
Author: Esa Peuha <esa.peuha at gmail.com>
Date:   Thu Dec 24 12:27:22 2015 +0200

    Remove deprecated apt-get switch --force-yes which should be unnecessary anyway
---
 prebuilder/pbuilderhooks/B92_diffoscope | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/prebuilder/pbuilderhooks/B92_diffoscope b/prebuilder/pbuilderhooks/B92_diffoscope
index 9bce838..62ec04f 100755
--- a/prebuilder/pbuilderhooks/B92_diffoscope
+++ b/prebuilder/pbuilderhooks/B92_diffoscope
@@ -13,7 +13,7 @@ tar -C /tmp/initial_build -xf /tmp/buildd/initial_build.tar
 rm /tmp/buildd/initial_build.tar
 
 echo "I: installing diffoscope and running it on the package"
-apt-get install -y --install-recommends --force-yes sudo diffoscope 2>&1 > /dev/null
+apt-get install -y --install-recommends sudo diffoscope 2>&1 > /dev/null
 touch /tmp/buildd/diffoscope.{txt,html}
 chown nobody /tmp/buildd/diffoscope.{txt,html}
 if sudo -u nobody diffoscope --text /tmp/buildd/diffoscope.txt --html /tmp/buildd/diffoscope.html /tmp/initial_build/*.changes /tmp/buildd/*.changes; then

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/misc.git



More information about the Reproducible-commits mailing list