Skip to content
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.

Commit

Permalink
Merge pull request #186 from sharifelgamal/debian
Browse files Browse the repository at this point in the history
removing --force-yes from debian build
  • Loading branch information
sharifelgamal authored Feb 12, 2018
2 parents 970982c + 5b36383 commit 92d4235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian/reproducible/mkimage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ deb http://snapshot.debian.org/archive/debian/$SNAPSHOT $DIST-updates main
deb http://snapshot.debian.org/archive/debian-security/$SNAPSHOT $DIST/updates main
EOF
rootfs_chroot apt-get -o Acquire::Check-Valid-Until=false update
rootfs_chroot apt-get -y -q --force-yes upgrade
rootfs_chroot apt-get -y -q upgrade

# Clean some apt artifacts
rootfs_chroot apt-get clean
Expand Down

0 comments on commit 92d4235

Please sign in to comment.