diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-09-23 23:34:53 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-09-23 23:34:53 +0200 |
commit | 6f3051d540fb1e2243a865bc0324a2ab25150b32 (patch) | |
tree | 8ec98004d178ef8018863a0fc907f0a95b3427f9 /bin | |
parent | ac53cf36d5c5f9941e1256cc31fa76f961131146 (diff) | |
download | jenkins.debian.net-6f3051d540fb1e2243a865bc0324a2ab25150b32.tar.xz |
reproducible: minor fixes
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_setup.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/reproducible_setup.sh b/bin/reproducible_setup.sh index 8f5348e1..3cd89485 100755 --- a/bin/reproducible_setup.sh +++ b/bin/reproducible_setup.sh @@ -14,6 +14,7 @@ echo "Warning: Usage of --force-yes to override the apt authentication warning. apt-get install --force-yes -y dpkg dpkg-dev debhelper dh-python discount EOF +sudo rm /var/cache/pbuilder/base-reproducible.tgz sudo pbuilder --create --basetgz /var/cache/pbuilder/base-reproducible.tgz --distribution sid sudo pbuilder --execute --save-after-exec --basetgz /var/cache/pbuilder/base-reproducible.tgz -- rm $TMPFILE |