[otrs-cvs] otrs/scripts auto_build.sh,1.108.2.2,1.108.2.3
"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-serv15253/scripts
Modified Files:
Tag: rel-3_1
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.108.2.2
retrieving revision 1.108.2.3
diff -2 -u -d -r1.108.2.2 -r1.108.2.3
--- auto_build.sh 11 Dec 2012 17:05:28 -0000 1.108.2.2
+++ auto_build.sh 24 Jan 2013 11:18:23 -0000 1.108.2.3
@@ -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
@@ -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