diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-04-18 19:20:19 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-04-18 19:20:19 +0200 |
commit | 36ea8fb164e670d5c1b05eb7675306a5f92c3757 (patch) | |
tree | 7b59fe966d947cfcda132e0d2e5baf9f2988d835 /bin | |
parent | 97b2376ef7d959b2355ab0b5feba0efa42be25f7 (diff) | |
download | jenkins.debian.net-36ea8fb164e670d5c1b05eb7675306a5f92c3757.tar.xz |
reproducible: minor refactoring
Diffstat (limited to 'bin')
-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 9f5ae6b6..a43f9b73 100755 --- a/bin/reproducible_build.sh +++ b/bin/reproducible_build.sh @@ -140,8 +140,8 @@ handle_404() { handle_not_for_us() { # a list of valid architecture for this package should be passed to this function - DURATION='' echo "Package ${SRCPACKAGE} (${VERSION}) shall only be build on \"$(echo "$@" | xargs echo )\" and thus was skipped." | tee -a ${RBUILDLOG} + DURATION='' update_db_and_html "not for us" if [ $SAVE_ARTIFACTS -eq 1 ] ; then SAVE_ARTIFACTS=2 ; fi exit 0 |