From 36ea8fb164e670d5c1b05eb7675306a5f92c3757 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sat, 18 Apr 2015 19:20:19 +0200 Subject: reproducible: minor refactoring --- bin/reproducible_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-54-g00ecf