diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-02-03 02:42:37 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-02-03 02:42:37 +0100 |
commit | 7114f1c51165a0b2013c3b8f18a088527ddd86e5 (patch) | |
tree | 2308a4c70ca42f861fb1c57bb480b5053869dbf8 | |
parent | a77ecd79d9468cdcb851a7222905e03e3bf1a990 (diff) | |
download | jenkins.debian.net-7114f1c51165a0b2013c3b8f18a088527ddd86e5.tar.xz |
reproducible: 'fix' deployment scripts 1st run
-rwxr-xr-x | update_jdn.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/update_jdn.sh b/update_jdn.sh index c94681d3..27fd16de 100755 --- a/update_jdn.sh +++ b/update_jdn.sh @@ -329,7 +329,7 @@ if [ -f /etc/debian_version ] ; then sudo apt-get update sudo apt-get install $DEBS $MASTERDEBS sudo apt-get install -t jessie-backports \ - pbuilder + pbuilder || echo "this should only fail on the firts install" # botch # for varying kernels if [ "$HOSTNAME" = "profitbricks-build5-amd64" ] || [ "$HOSTNAME" = "profitbricks-build6-amd64" ]; then |