[csw-devel] SF.net SVN: opencsw:[608] buildfarm/bin

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Fri Feb 17 17:03:32 CET 2012


Revision: 608
          http://opencsw.svn.sourceforge.net/opencsw/?rev=608&view=rev
Author:   dmichelsen
Date:     2012-02-17 16:03:32 +0000 (Fri, 17 Feb 2012)
Log Message:
-----------
Make sure pkgutil.pkg on primary is always up-to-date

Modified Paths:
--------------
    buildfarm/bin/opencsw-future-update

Added Paths:
-----------
    buildfarm/bin/link-toplevel-pkgutil

Added: buildfarm/bin/link-toplevel-pkgutil
===================================================================
--- buildfarm/bin/link-toplevel-pkgutil	                        (rev 0)
+++ buildfarm/bin/link-toplevel-pkgutil	2012-02-17 16:03:32 UTC (rev 608)
@@ -0,0 +1,13 @@
+#!/bin/sh
+#
+# Link the toplevel pkgutil.pkg from the most current one in the catalogs
+
+PATH=/opt/csw/bin:/opt/csw/sbin:/usr/bin:/usr/sbin
+
+set -x
+
+ROOT=/home/mirror/opencsw-official
+
+gzip -c -d ${ROOT}/unstable/sparc/5.10/pkgutil-*.gz > ${ROOT}/pkgutil.pkg
+
+# vim:set ci si ts=2 sts=2 sw=2 expandtab:


Property changes on: buildfarm/bin/link-toplevel-pkgutil
___________________________________________________________________
Added: svn:executable
   + *

Modified: buildfarm/bin/opencsw-future-update
===================================================================
--- buildfarm/bin/opencsw-future-update	2012-02-17 16:02:28 UTC (rev 607)
+++ buildfarm/bin/opencsw-future-update	2012-02-17 16:03:32 UTC (rev 608)
@@ -19,6 +19,7 @@
 
 # Generating unstable.
 ${BASE_DIR}/generate-unstable
+${BASE_DIR}/link-toplevel-pkgutil
 ${BASE_DIR}/push-opencsw-to-mirror
 ${BASE_DIR}/send-catalog-update-notifications
 

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