[csw-devel] SF.net SVN: opencsw:[607] buildfarm/bin/generate-catalog
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Fri Feb 17 17:02:28 CET 2012
Revision: 607
http://opencsw.svn.sourceforge.net/opencsw/?rev=607&view=rev
Author: dmichelsen
Date: 2012-02-17 16:02:28 +0000 (Fri, 17 Feb 2012)
Log Message:
-----------
Add timestamp to catalog and check for cycles now that chkcat is fast enough
Modified Paths:
--------------
buildfarm/bin/generate-catalog
Modified: buildfarm/bin/generate-catalog
===================================================================
--- buildfarm/bin/generate-catalog 2012-02-17 15:55:05 UTC (rev 606)
+++ buildfarm/bin/generate-catalog 2012-02-17 16:02:28 UTC (rev 607)
@@ -17,12 +17,12 @@
readonly _URL
# bldcat prints a lot of output
-if ! bldcat --fast --timestamp . >/dev/null
+if ! bldcat --fast --param=timestamp . >/dev/null
then
echo "bldcat failed in $(pwd)."
false
fi
-if chkcat -e --nocyclic catalog
+if chkcat -e catalog
then
echo chkcat returned no errors
else
@@ -39,7 +39,7 @@
if curl -s -f ${_URL} > catalog.new
then
mv catalog.new catalog
- /opt/csw/bin/gzip --to-stdout catalog > catalog.gz
+ /opt/csw/bin/gzip -9 --to-stdout catalog > catalog.gz
else
echo "Signing $(pwd) failed."
fi
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list