[csw-devel] SF.net SVN: gar:[11417] 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:57 CEST 2010


Revision: 11417
          http://gar.svn.sourceforge.net/gar/?rev=11417&view=rev
Author:   wahwah
Date:     2010-10-26 09:34:57 +0000 (Tue, 26 Oct 2010)

Log Message:
-----------
mGAR v2: checkpkg, updates to the script that runs against the whole catalog.

Modified Paths:
--------------
    csw/mgar/gar/v2/lib/sh/run_full_cat.sh

Modified: csw/mgar/gar/v2/lib/sh/run_full_cat.sh
===================================================================
--- csw/mgar/gar/v2/lib/sh/run_full_cat.sh	2010-10-26 09:34:32 UTC (rev 11416)
+++ csw/mgar/gar/v2/lib/sh/run_full_cat.sh	2010-10-26 09:34:57 UTC (rev 11417)
@@ -1,8 +1,24 @@
 #!/opt/csw/bin/bash
+#
+# A small script to run checkpkg against the whole catalog.  The results are
+# stored in a sqlite database in ~/.checkpkg.
+#
+# Architecture
+# sparc, i386
+arch=sparc
 
-# A small script to run checkpkg against the whole catalog
+# Solaris version
+# 5.9, 5.10
+ver=5.9
 
-c="/home/mirror/opencsw/current/sparc/5.9"
+# OpenCSW release
+# current, stable, testing, unstable
+release=current
+
+c="/home/mirror/opencsw/${release}/${arch}/${ver}"
+readonly c
+
+time \
 bin/checkpkg \
   -q \
   -M "${c}/catalog" \


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