[csw-devel] SF.net SVN: gar:[11416] csw/mgar/gar/v2/lib/sh/run_full_cat.sh
wahwah at users.sourceforge.net
wahwah at users.sourceforge.net
Tue Oct 26 11:34:33 CEST 2010
Revision: 11416
http://gar.svn.sourceforge.net/gar/?rev=11416&view=rev
Author: wahwah
Date: 2010-10-26 09:34:32 +0000 (Tue, 26 Oct 2010)
Log Message:
-----------
mGAR v2: checkpkg libpolicy, add a sample script to run checkpkg against the whole catalog.
Added Paths:
-----------
csw/mgar/gar/v2/lib/sh/run_full_cat.sh
Added: csw/mgar/gar/v2/lib/sh/run_full_cat.sh
===================================================================
--- csw/mgar/gar/v2/lib/sh/run_full_cat.sh (rev 0)
+++ csw/mgar/gar/v2/lib/sh/run_full_cat.sh 2010-10-26 09:34:32 UTC (rev 11416)
@@ -0,0 +1,10 @@
+#!/opt/csw/bin/bash
+
+# A small script to run checkpkg against the whole catalog
+
+c="/home/mirror/opencsw/current/sparc/5.9"
+bin/checkpkg \
+ -q \
+ -M "${c}/catalog" \
+ "${c}/"*.pkg \
+ "${c}/"*.pkg.gz
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