[otrs-cvs] otrs/scripts auto_build.sh,1.87.2.10,1.87.2.11
"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-serv15304/scripts
Modified Files:
Tag: rel-3_0
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.87.2.10
retrieving revision 1.87.2.11
diff -2 -u -d -r1.87.2.10 -r1.87.2.11
--- auto_build.sh 9 Mar 2012 07:43:06 -0000 1.87.2.10
+++ auto_build.sh 24 Jan 2013 11:18:40 -0000 1.87.2.11
@@ -2,5 +2,5 @@
# --
# auto_build.sh - build automatically OTRS tar, rpm and src-rpm
-# Copyright (C) 2001-2012 OTRS AG, http://otrs.org/
+# Copyright (C) 2001-2013 OTRS AG, http://otrs.org/
# --
# $Id$
@@ -23,5 +23,5 @@
echo "auto_build.sh - build automatically OTRS tar, rpm and src-rpm <\$Revision$>"
-echo "Copyright (C) 2001-2012 OTRS AG, http://otrs.org/\n";
+echo "Copyright (C) 2001-2013 OTRS AG, http://otrs.org/\n";
PATH_TO_CVS_SRC=$1
@@ -326,6 +326,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