diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-02-27 10:15:16 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-02-27 10:15:16 +0100 |
commit | e924140d6e33c2dbd803d83621b4405f18f49ebb (patch) | |
tree | 47ec691d2cdae1019fd295fc17c5498143ff5f94 | |
parent | 4d3f591f10c9227279bf46f03819f983fed0f410 (diff) | |
download | jenkins.debian.net-e924140d6e33c2dbd803d83621b4405f18f49ebb.tar.xz |
chroot-installation: remove temporary notification when working around apt/proxy problems
-rwxr-xr-x | bin/chroot-installation.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/chroot-installation.sh b/bin/chroot-installation.sh index 47b48d68..ccaa4577 100755 --- a/bin/chroot-installation.sh +++ b/bin/chroot-installation.sh @@ -61,7 +61,6 @@ execute_ctmpfile() { echo echo "Warning: Network problem detected." echo "Trying to workaround temporarily failure fetching packages, trying again..." - kgb-client --conf /srv/jenkins/kgb/debian-qa.conf --relay-msg "h01ger: check $BUILD_URL for 'Trying to workaround'..." echo sudo chroot $CHROOT_TARGET $TMPFILE else |