]> granicus.if.org Git - docbook-dsssl/commitdiff
Put buildcheck output at the beginning of buildbot e-mail message.
authorMichael Smith <xmldoc@users.sourceforge.net>
Wed, 29 Aug 2007 10:02:12 +0000 (10:02 +0000)
committerMichael Smith <xmldoc@users.sourceforge.net>
Wed, 29 Aug 2007 10:02:12 +0000 (10:02 +0000)
releasetools/docbook-build

index c610bd90e6a4b2d0b6323618be1147058d4cd5b1..eb123648545f2249ddee5625d1534496b5ffbe2d 100755 (executable)
@@ -351,12 +351,13 @@ Subject: snapshot $REVISION
 
 EOF
 
+    # run buildcheck and copy the output to the beginning of the
+    # buildbot message
+    $DOCBOOK_SVN/buildtools/build-check $LOGDIR/docbook-$DISTRO-$RELEASEVERSION.log.tmp >> $TMP/docbook-$DISTRO-$RELEASEVERSION-message.txt
     # copy the entire log file to the buildbot message
     cat $LOGDIR/docbook-$DISTRO-$RELEASEVERSION.log.tmp >> $TMP/docbook-$DISTRO-$RELEASEVERSION-message.txt
     echo >> $TMP/docbook-$DISTRO-$RELEASEVERSION-message.txt
     echo "buildcheck output:" >> $TMP/docbook-$DISTRO-$RELEASEVERSION-message.txt
-    # run buildcheck and copy the output to the buildbot message
-    $DOCBOOK_SVN/buildtools/build-check $LOGDIR/docbook-$DISTRO-$RELEASEVERSION.log.tmp >> $TMP/docbook-$DISTRO-$RELEASEVERSION-message.txt
 
     # send the buildbot message
     /usr/sbin/sendmail -f smith@sideshowbarker.net smith@sideshowbarker.net < $TMP/docbook-$DISTRO-$RELEASEVERSION-message.txt