[46086] contrib/mpab/mpexport.sh

febeling at macports.org febeling at macports.org
Wed Jan 28 15:20:37 PST 2009


Revision: 46086
          http://trac.macports.org/changeset/46086
Author:   febeling at macports.org
Date:     2009-01-28 15:20:36 -0800 (Wed, 28 Jan 2009)
Log Message:
-----------
mpsync.sh: script for synchronizing the port tree inside the chroot.

Added Paths:
-----------
    contrib/mpab/mpexport.sh

Added: contrib/mpab/mpexport.sh
===================================================================
--- contrib/mpab/mpexport.sh	                        (rev 0)
+++ contrib/mpab/mpexport.sh	2009-01-28 23:20:36 UTC (rev 46086)
@@ -0,0 +1,10 @@
+#/bin/sh
+svn checkout -r HEAD http://svn.macports.org/repository/macports/trunk mpexport
+cd mpexport
+tar c --exclude '.svn' -f - . | bzip2 -c > ../macports_dist.tar.bz2
+cd ..
+#/bin/sh
+svn checkout -r HEAD http://svn.macports.org/repository/macports/trunk mpexport
+cd mpexport
+tar c --exclude '.svn' -f - . | bzip2 -c > ../macports_dist.tar.bz2
+cd ..
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090128/20c6f960/attachment.html>


More information about the macports-changes mailing list