You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by jm...@apache.org on 2007/07/23 16:54:26 UTC

svn commit: r558759 - /spamassassin/branches/3.2/build/update_stable

Author: jm
Date: Mon Jul 23 07:54:25 2007
New Revision: 558759

URL: http://svn.apache.org/viewvc?view=rev&rev=558759
Log:
trivial: fix build script to output md5/sha1 lines indented in the same style as the release announcement mails use

Modified:
    spamassassin/branches/3.2/build/update_stable

Modified: spamassassin/branches/3.2/build/update_stable
URL: http://svn.apache.org/viewvc/spamassassin/branches/3.2/build/update_stable?view=diff&rev=558759&r1=558758&r2=558759
==============================================================================
--- spamassassin/branches/3.2/build/update_stable (original)
+++ spamassassin/branches/3.2/build/update_stable Mon Jul 23 07:54:25 2007
@@ -21,9 +21,9 @@
 set +x
 echo
 
-echo "md5sum of archive files:"
-cat $RELDIR/$DISTVNAME.*.md5
-
-echo "sha1sum of archive files:"
-cat $RELDIR/$DISTVNAME.*.sha1
+echo "  md5sum of archive files:"
+cat $RELDIR/$DISTVNAME.*.md5 | sed -e 's/^/  /'
+echo
+echo "  sha1sum of archive files:"
+cat $RELDIR/$DISTVNAME.*.sha1 | sed -e 's/^/  /'