[otrs-cvs] otrs/scripts auto_build.sh,1.118,1.119
"CVS commits notifications of OTRS.org" <[email protected]>
| Newsgroups | gmane.comp.otrs.cvs |
|---|---|
| Message-ID | <[email protected]> |
Comments:
Update of /home/cvs/otrs/scripts
In directory lancelot:/tmp/cvs-serv15292/scripts
Modified Files:
auto_build.sh
Log Message:
Improved build script to output md5 sums in wiki table format to avoid manual "postprocessing" :D
Author: mg
Index: auto_build.sh
===================================================================
RCS file: /home/cvs/otrs/scripts/auto_build.sh,v
retrieving revision 1.118
retrieving revision 1.119
diff -2 -u -d -r1.118 -r1.119
--- auto_build.sh 24 Jan 2013 09:37:16 -0000 1.118
+++ auto_build.sh 24 Jan 2013 11:18:34 -0000 1.119
@@ -327,6 +327,6 @@
echo "-----------------------------------------------------------------";
if which md5sum >> /dev/null; then
- echo "MD5 message digest (128-bit) checksums";
- find . -name "*$PACKAGE*" | xargs md5sum
+ echo "MD5 message digest (128-bit) checksums in wiki table format";
+ find . -name "*$PACKAGE*" | xargs md5sum | sed -e "s/^/| /" -e "s/\.\//| http:\/\/ftp.otrs.org\/pub\/otrs\//" -e "s/$/ |/"
else
echo "No md5sum found in \$PATH!"
---------------------------------------------------------------------
OTRS mailing list: cvs-log - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/cvs-log
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/cvs-log