[26184] trunk/base/portmgr

source_changes at macosforge.org source_changes at macosforge.org
Fri Jun 15 03:30:28 PDT 2007


Revision: 26184
          http://trac.macosforge.org/projects/macports/changeset/26184
Author:   jmpp at macports.org
Date:     2007-06-15 03:30:28 -0700 (Fri, 15 Jun 2007)

Log Message:
-----------

Removing references to the dp2mp-move branch, this stuff is now live!

Modified Paths:
--------------
    trunk/base/portmgr/rsync.repos

Removed Paths:
-------------
    trunk/base/portmgr/mprsyncup

Deleted: trunk/base/portmgr/mprsyncup
===================================================================
--- trunk/base/portmgr/mprsyncup	2007-06-15 10:30:17 UTC (rev 26183)
+++ trunk/base/portmgr/mprsyncup	2007-06-15 10:30:28 UTC (rev 26184)
@@ -1,39 +0,0 @@
-#!/bin/sh
-# fkr, jberry, yeled
-# checks out both HEAD and then the svn url specified in $RELEASE_URL_FILE
-# made for sampson 2006-08-30
-# TODO should clean up after itself.
-# TODO shouldn't refer to the Tag as "dp1.0"
-# TODO stop using darwinports -> macports?
-#
-
-set -e
-
-SVN="/usr/bin/svn -q"
-DPROOT="/Volumes/src2/darwinports"
-REPO_BASE=http://svn.macports.org/repository/macports
-RELEASE_URL_FILE="base/config/RELEASE_URL"
-
-# Check out HEAD
-TMPDIR=dp
-if [ -d ${DPROOT}/${TMPDIR}.tmp ]; then
-	$SVN update ${DPROOT}/${TMPDIR}.tmp
-else
-	$SVN checkout ${REPO_BASE}/trunk ${DPROOT}/${TMPDIR}.tmp
-fi
-rsync -q --exclude=.svn -a --delete ${DPROOT}/${TMPDIR}.tmp/ ${DPROOT}/${TMPDIR}/
-echo `date -u +%s` > ${DPROOT}/${TMPDIR}/TIMESTAMP
-
-# Extract the release URL from HEAD
-read RELEASE_URL < ${DPROOT}/${TMPDIR}/${RELEASE_URL_FILE}
-[ -n ${RELEASE_URL} ] || { echo "no RELEASE_URL specified in svn HEAD" ; exit 1; }
-
-# Checkout from the release tag specified in HEAD
-TMPDIR=dp1.0
-if [ -d ${DPROOT}/${TMPDIR}.tmp ]; then
-	$SVN switch ${RELEASE_URL} ${DPROOT}/${TMPDIR}.tmp
-else
-	$SVN checkout ${RELEASE_URL} ${DPROOT}/${TMPDIR}.tmp
-fi
-rsync -q --exclude=.svn -a --delete ${DPROOT}/${TMPDIR}.tmp/ ${DPROOT}/${TMPDIR}/
-echo `date -u +%s` > ${DPROOT}/${TMPDIR}/TIMESTAMP

Modified: trunk/base/portmgr/rsync.repos
===================================================================
--- trunk/base/portmgr/rsync.repos	2007-06-15 10:30:17 UTC (rev 26183)
+++ trunk/base/portmgr/rsync.repos	2007-06-15 10:30:28 UTC (rev 26184)
@@ -1,11 +1,10 @@
 #######
 # MacPorts rsync repos feeding the sync & selfupdate procedures, created and
-# maintained by the base/portmgr/mprsyncup.new script.
+# maintained by the base/portmgr/mprsyncup 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
+# Two main modules are supplied for current installations off trunk and
+# two for backwards compatibility (legacy DarwinPorts namespace). Assuming
+# a REPOROOT path of /Volumes/data/rsync/macports/, this file is organized
 # in the following four modules and filesystem level paths (server side):
 #
 #
@@ -13,7 +12,7 @@
 #
 # ${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
+# the base/config/RELEASE_URL file read by the base/portmgr/mprsyncup
 # script;
 #
 # ${REPOROOT}/trunk: holding an export of a checkout from svn's trunk/base
@@ -46,7 +45,7 @@
 # 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
+# base/portmgr/mprsyncup 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).
 #

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070615/330b3bee/attachment.html


More information about the macports-changes mailing list