[26136] branches/dp2mp-move/base/portmgr

source_changes at macosforge.org source_changes at macosforge.org
Wed Jun 13 17:00:22 PDT 2007


Revision: 26136
          http://trac.macosforge.org/projects/macports/changeset/26136
Author:   kvv at apple.com
Date:     2007-06-13 17:00:22 -0700 (Wed, 13 Jun 2007)

Log Message:
-----------
- changed paths for Mac OS Forge
- format for 80 column display

Modified Paths:
--------------
    branches/dp2mp-move/base/portmgr/mprsyncup.new
    branches/dp2mp-move/base/portmgr/rsync.repos

Modified: branches/dp2mp-move/base/portmgr/mprsyncup.new
===================================================================
--- branches/dp2mp-move/base/portmgr/mprsyncup.new	2007-06-13 23:52:22 UTC (rev 26135)
+++ branches/dp2mp-move/base/portmgr/mprsyncup.new	2007-06-14 00:00:22 UTC (rev 26136)
@@ -1,11 +1,12 @@
 #!/bin/sh
-
-
 ####
-# Script to checkout/update base sources from both trunk (ToT) and the current release tag (as determined by the base/config/RELEASE_URL file)
-# and a ports tree from trunk (ToT), and then export and sync all of them to the ${REPOROOT} location, wherefrom the rsync modules are fed to
-# the `sync' and `selfupdate' routines in port(1).
-# Read the base/portmgr/rsync.repos file for more information on both the necessary rsync modules and filesystem level paths, which this script
+# Script to checkout/update base sources from both trunk (ToT) and the current
+# release tag (as determined by the base/config/RELEASE_URL file) and a ports
+# tree from trunk (ToT), and then export and sync all of them to the
+# ${REPOROOT} location, wherefrom the rsync modules are fed to the `sync'
+# and `selfupdate' routines in port(1).
+# Read the base/portmgr/rsync.repos file for more information on both the
+# necessary rsync modules and filesystem level paths, which this script
 # bootstraps.
 #
 # Created by fkr at opendarwin.org, jberry at macports.org and yeled at macports.org,
@@ -13,7 +14,6 @@
 # $Id$
 ####
 
-
 set -e
 
 # Commands we need:
@@ -25,7 +25,7 @@
 TBASE=${SVNROOT}/trunk/base
 RBASE=${SVNROOT}/release/base
 PORTS=${SVNROOT}/release/ports
-RSYNCROOT=/usr/local/repos/macports
+RSYNCROOT=/Volumes/data/rsync/macports
 
 # Sources information:
 SVNURL=http://svn.macports.org/repository/macports

Modified: branches/dp2mp-move/base/portmgr/rsync.repos
===================================================================
--- branches/dp2mp-move/base/portmgr/rsync.repos	2007-06-13 23:52:22 UTC (rev 26135)
+++ branches/dp2mp-move/base/portmgr/rsync.repos	2007-06-14 00:00:22 UTC (rev 26136)
@@ -1,27 +1,36 @@
 #######
-# MacPorts rsync repos feeding the sync & selfupdate procedures, created and maintained by the base/portmgr/mprsyncup.new script.
+# MacPorts rsync repos feeding the sync & selfupdate procedures, created and
+# maintained by the base/portmgr/mprsyncup.new script.
 # 
-# Two main modules are supplied for current installations off the dp2mp-move branch (intended to become mainstream moving forwad)
-# and two for backwards compatibility (legacy DarwinPorts namespace). Assuming an example REPOROOT path of /usr/local/repos/macports,
-# this file is organized in the following four modules and filesystem level paths (server side):
+# Two main modules are supplied for current installations off the dp2mp-move
+# branch (intended to become mainstream moving forwad)
+# and two for backwards compatibility (legacy DarwinPorts namespace). Assuming
+# an example REPOROOT path of /usr/local/repos/macports, this file is organized
+# in the following four modules and filesystem level paths (server side):
 #
 #
 # PATHS:
 #
-# ${REPOROOT}/release: holding a ports tree, exported from a checkout of svn's trunk/dports dir (ToT), and the current release base dir,
-#    as determined by the base/config/RELEASE_URL file read by the base/portmgr/mprsyncup.new script;
+# ${REPOROOT}/release: holding a ports tree, exported from a checkout of svn's
+# trunk/dports dir (ToT), and the current release base dir, as determined by
+# the base/config/RELEASE_URL file read by the base/portmgr/mprsyncup.new
+# script;
 #
-# ${REPOROOT}/trunk: holding an export of a checkout from svn's trunk/base dir (ToT);
+# ${REPOROOT}/trunk: holding an export of a checkout from svn's trunk/base
+# dir (ToT);
 #
-# ${REPOROOT}/dpupdate: backwards compatible path & module, a filesystem level (relative) symlink to the trunk path above
+# ${REPOROOT}/dpupdate: backwards compatible path & module, a filesystem
+# level (relative) symlink to the trunk path above
 #    (relative to ${REPOROOT}: dpupdate --> trunk);
 #
-# ${REPOROOT}/dpupdate1: backwards compatible path & module, a filesystem level (relative) symlink to the release path
+# ${REPOROOT}/dpupdate1: backwards compatible path & module, a filesystem
+# level (relative) symlink to the release path
 #    (relative to ${REPOROOT}: dpupdate1 --> release).
 #
 # 
-# Futhermore the ${REPOROOT}/trunk path must also hold a (relative) `dports' symlink to `../release/ports',
-# so that a sync operation against `dpupdate/ports' for the ports tree works on legacy MacPorts installations
+# Futhermore the ${REPOROOT}/trunk path must also hold a (relative) `dports'
+# symlink to `../release/ports', so that a sync operation against
+# `dpupdate/ports' for the ports tree works on legacy MacPorts installations
 # (DarwinPorts namespace). Overall, the ${REPOROOT} skeleton should look like:
 #
 # release/
@@ -34,10 +43,12 @@
 # dpupdate1 --> release
 #
 #
-# Whatever server uses this file should simply add the modules listed here to an already
-# tailored rsyncd.conf file, as no other particular config options are supplied.
-# Repositories themselves are created and maintained by the base/portmgr/mprsyncup.new script, as stated above
-# (that is, no manual intervention what-so-ever is needed, other than adding the repos to the local rsyncd.conf file).
+# Whatever server uses this file should simply add the modules listed here to
+# an already tailored rsyncd.conf file, as no other particular config options
+# are supplied. Repositories themselves are created and maintained by the
+# base/portmgr/mprsyncup.new script, as stated above (that is, no manual
+# intervention what-so-ever is needed, other than adding the repos to the local
+# rsyncd.conf file).
 #
 # Created by Juan Manuel Palacios,
 # e-mail: jmpp at macports.org
@@ -47,16 +58,16 @@
 
 [release]
 	comment = MacPorts rsync release repo, ports tree and base sources.
-	path = /usr/local/repos/macports/release
+	path = /Volumes/data/rsync/macports/release
 
 [trunk]
 	comment = MacPorts ToT rsync repo, base component.
-	path = /usr/local/repos/macports/trunk
+	path = /Volumes/data/rsync/macports/trunk
 
 [dpupdate]
 	comment = Legacy MacPorts ToT rsync repo, ports tree and base component (solely for backwards compatibility purposes).
-	path = /usr/local/repos/macports/dpupdate
+	path = /Volumes/data/rsync/macports/dpupdate
 
 [dpupdate1]
 	comment = Legacy MacPorts rsync dpupdate1 repo, release base component (solely for backwards compatibility purposes).
-	path = /usr/local/repos/macports/dpupdate1
+	path = /Volumes/data/rsync/macports/dpupdate1

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070613/96e546ce/attachment.html


More information about the macports-changes mailing list