[24409] trunk/base/portmgr/dprsyncup

source_changes at macosforge.org source_changes at macosforge.org
Mon Apr 23 22:35:54 PDT 2007


Revision: 24409
          http://trac.macosforge.org/projects/macports/changeset/24409
Author:   jmpp at macports.org
Date:     2007-04-23 22:35:54 -0700 (Mon, 23 Apr 2007)

Log Message:
-----------
Deleting old and deprecated (OpenDarwin days) dprsync up script to feed the rsync server with the old cvs tree.

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

Deleted: trunk/base/portmgr/dprsyncup
===================================================================
--- trunk/base/portmgr/dprsyncup	2007-04-24 05:34:05 UTC (rev 24408)
+++ trunk/base/portmgr/dprsyncup	2007-04-24 05:35:54 UTC (rev 24409)
@@ -1,30 +0,0 @@
-#!/bin/sh
-# fkr, jberry, yeled
-# checks out both HEAD and then the CVS Tag specified in $RELEASE_TAG_FILE
-# made for dulcinea 2005-12-06
-# TODO should clean up after itself.
-# TODO shouldn't refer to the Tag as "dp1.0"
-
-DPROOT="/Volumes/bigsrc/darwinports"
-RELEASE_TAG_FILE="base/config/RELEASE_TAG"
-
-# Check out HEAD
-export HOME=/var/root
-TMPDIR=dp
-cd ${DPROOT} ; cvs -q -R -d /cvs/od co -P -d ${TMPDIR}.tmp darwinports
-rsync -q --exclude=.cvsignore --exclude=CVS -a --delete ${DPROOT}/${TMPDIR}.tmp/ ${DPROOT}/${TMPDIR}/
-#rsync --dry-run --exclude=.cvsignore --exclude=CVS -a --delete ${DPROOT}/${TMPDIR}.tmp/ ${DPROOT}/${TMPDIR}/
-echo `date -u +%s` > ${DPROOT}/${TMPDIR}/TIMESTAMP
-
-# Extract the release tag from HEAD
-read RELEASE_TAG < ${DPROOT}/${TMPDIR}/${RELEASE_TAG_FILE}
-[ -n "${RELEASE_TAG}" ] || ( echo "no RELEASE_TAG specified in cvs HEAD" ; exit 1 )
-
-# Checkout from the release tag specified in HEAD
-export HOME=/var/root
-TMPDIR=dp1.0
-cd ${DPROOT} ; cvs -q -R -d /cvs/od co -r ${RELEASE_TAG} -P -d ${TMPDIR}.tmp darwinports
-rsync -q --exclude=.cvsignore --exclude=CVS -a --delete ${DPROOT}/${TMPDIR}.tmp/ ${DPROOT}/${TMPDIR}/
-#rsync --dry-run --exclude=.cvsignore --exclude=CVS -a --delete ${DPROOT}/${TMPDIR}.tmp/ ${DPROOT}/${TMPDIR}/
-echo `date -u +%s` > ${DPROOT}/${TMPDIR}/TIMESTAMP
-

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070423/77cd7074/attachment.html


More information about the macports-changes mailing list