diff options
author | Mattia Rizzolo <mattia@mapreri.org> | 2015-06-15 21:44:33 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-06-16 11:53:19 +0200 |
commit | 47ecfc54655538ccb2d0ec4ed3f54d97ca37a95a (patch) | |
tree | 08f91a6a7f5c3e25cf773514cff0c52cdbf18525 | |
parent | 7fd7a85a674e727987ea56184280432c8f304ff3 (diff) | |
download | jenkins.debian.net-47ecfc54655538ccb2d0ec4ed3f54d97ca37a95a.tar.xz |
reproducible: build: remove double slash from /console
-rwxr-xr-x | bin/reproducible_build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh index 5b135853..d2ce5149 100755 --- a/bin/reproducible_build.sh +++ b/bin/reproducible_build.sh @@ -329,7 +329,7 @@ init() { handle_race_condition init fi echo "Starting to build ${SRCPACKAGE}/${SUITE} on $DATE" | tee ${RBUILDLOG} - echo "The jenkins build log is/was available at $BUILD_URL/console" | tee -a ${RBUILDLOG} + echo "The jenkins build log is/was available at ${BUILD_URL}console" | tee -a ${RBUILDLOG} } get_source_package() { |