SF.net SVN: opencsw:[666] buildfarm/bin/check-catalogs
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Tue Oct 15 22:46:38 CEST 2013
Revision: 666
http://sourceforge.net/p/opencsw/code/666
Author: dmichelsen
Date: 2013-10-15 20:46:38 +0000 (Tue, 15 Oct 2013)
Log Message:
-----------
check-catalogs: Tiny changes
Modified Paths:
--------------
buildfarm/bin/check-catalogs
Modified: buildfarm/bin/check-catalogs
===================================================================
--- buildfarm/bin/check-catalogs 2013-10-15 20:11:36 UTC (rev 665)
+++ buildfarm/bin/check-catalogs 2013-10-15 20:46:38 UTC (rev 666)
@@ -9,8 +9,7 @@
curl -s http://buildfarm.opencsw.org/pkgdb/rest/catalogs/ | \
/opt/csw/bin/python -c 'import json, sys; a = json.loads(sys.stdin.read()); print "\n".join(" ".join(x) for x in a)' | \
while read R A C; do \
- echo $R $A $C; \
- /home/web/bin/gar/bin/chkdbcat --os-release $R --arch $A --catalog-release $C --timestamp-file $CACHE/timestamp-$C-$A-$R.json; \
+ /home/web/bin/gar/bin/chkdbcat --os-release $R --arch $A --catalog-release $C --timestamp-file $CACHE/timestamp-$C-$A-$R.json --verbose; \
done
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