diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-03-12 17:02:27 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-03-12 17:02:27 +0100 |
commit | 9c89d922d027c51d1ae421d5f95ce9f7996c07d5 (patch) | |
tree | 03b5239d6a043f3eb059aac64634c10df152c78d /bin | |
parent | caacafa2d8b23220b011776025e7929223323c7c (diff) | |
download | jenkins.debian.net-9c89d922d027c51d1ae421d5f95ce9f7996c07d5.tar.xz |
reproducible: also upgrade packages
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_setup_pbuilder.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/reproducible_setup_pbuilder.sh b/bin/reproducible_setup_pbuilder.sh index 5e952740..cfc09020 100755 --- a/bin/reproducible_setup_pbuilder.sh +++ b/bin/reproducible_setup_pbuilder.sh @@ -58,6 +58,7 @@ Mb0BawlXZui0MNUSnZtxHMxrjejdvZdqtskHl9srB1QThH0jasmUqbQPxCnxMbf1 -----END PGP PUBLIC KEY BLOCK-----" | apt-key add - echo 'deb http://reproducible.alioth.debian.org/debian/ ./' > /etc/apt/sources.list.d/reproducible.list apt-get update +apt-get -y upgrade apt-get install -y $@ echo apt-cache policy |