X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=vbuild-nightly.sh;h=245dd6f6ca216efd7e1a2690c6d4d820500fa29a;hb=789d5c09880a2583858c4fca2867c8f1adf9ba7f;hp=483c5f4d632ba40c28b31e723d685a2055ff631e;hpb=983e1db82ea838e114af299d5294748442c2e303;p=build.git diff --git a/vbuild-nightly.sh b/vbuild-nightly.sh index 483c5f4d..245dd6f6 100755 --- a/vbuild-nightly.sh +++ b/vbuild-nightly.sh @@ -165,6 +165,7 @@ function success () { webpublish_cp_local_to_remote $LOG $WEBLOG summary $LOG | webpublish_append_stdin_to_file $WEBLOG if [ -n "$DO_TEST" ] ; then + short_message="PASS" ( \ echo "Successfully built and tested" ; \ echo "see build results at $WEBBASE_URL" ; \ @@ -173,6 +174,7 @@ function success () { ) | webpublish_cp_stdin_to_file $WEBBASE.pass webpublish rm -f $WEBBASE.pkg-ok $WEBBASE.ko else + short_message="PKGOK" ( \ echo "Successful package-only build, no test requested" ; \ echo "see build results at $WEBBASE_URL" ; \ @@ -182,7 +184,7 @@ function success () { fi if [ -n "$MAILTO" ] ; then ( \ - echo "Subject: PASS ${BASE} ${MAIL_SUBJECT}" ; \ + echo "Subject: $short_message ${BASE} ${MAIL_SUBJECT}" ; \ echo "To: $MAILTO" ; \ echo "$PLDISTRO ($BASE) build for $FCDISTRO completed on $(date)" ; \ echo "see build results at $WEBBASE_URL" ; \