diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-10-16 21:10:12 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-10-16 21:11:32 +0200 |
commit | 32664bd42f28e54556c0e279d50b96c203449b22 (patch) | |
tree | 51d09add50efaac95b257c26a2a9c7f747fbfca1 | |
parent | 7d19268279b4bed221c7f0ab0a7321f69d694725 (diff) | |
download | jenkins.debian.net-32664bd42f28e54556c0e279d50b96c203449b22.tar.xz |
reproducible: add link to (jenkins) BUILD_URL in rbuild.log
-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 85f0f86a..324036ca 100755 --- a/bin/reproducible_build.sh +++ b/bin/reproducible_build.sh @@ -48,6 +48,7 @@ else RBUILDLOG=/var/lib/jenkins/userContent/rbuild/${SRCPACKAGE}_None.rbuild.log echo "Starting to build ${SRCPACKAGE} on $DATE" | tee ${RBUILDLOG} + echo "The jenkins build log is/was available at $BUILD_URL/console" | tee -a ${RBUILDLOG} # host has only sid in deb-src in sources.list set +e apt-get source --download-only --only-source ${SRCPACKAGE} >> ${RBUILDLOG} 2>&1 @@ -138,7 +139,6 @@ else figlet ${SRCPACKAGE} echo | tee -a ${RBUILDLOG} echo "debbindiff.py found no differences in the changes files, and a .buildinfo file also exist." | tee -a ${RBUILDLOG} - echo | tee -a ${RBUILDLOG} echo "${SRCPACKAGE} built successfully and reproducibly." | tee -a ${RBUILDLOG} sqlite3 -init $INIT ${PACKAGES_DB} "REPLACE INTO source_packages VALUES (\"${SRCPACKAGE}\", \"${VERSION}\", \"reproducible\", \"$DATE\")" unschedule_from_db |