[24944] branches/release_1_4/base/portmgr/IndexRegen.sh

source_changes at macosforge.org source_changes at macosforge.org
Tue May 8 12:32:42 PDT 2007


Revision: 24944
          http://trac.macosforge.org/projects/macports/changeset/24944
Author:   dluke at macports.org
Date:     2007-05-08 12:32:42 -0700 (Tue, 08 May 2007)

Log Message:
-----------
Update IndexRegen to match what I'm currently running on the index regen machine (including reverting jmpp's SVN_BASE_URL change)

Modified Paths:
--------------
    branches/release_1_4/base/portmgr/IndexRegen.sh

Modified: branches/release_1_4/base/portmgr/IndexRegen.sh
===================================================================
--- branches/release_1_4/base/portmgr/IndexRegen.sh	2007-05-08 19:28:07 UTC (rev 24943)
+++ branches/release_1_4/base/portmgr/IndexRegen.sh	2007-05-08 19:32:42 UTC (rev 24944)
@@ -12,17 +12,17 @@
 # Configuration
 LOCKFILE=/tmp/.mp_svn_index_regen.lock
 # ROOT directory, where everything is. This needs to exist!
-ROOT=/Users/dluke/Projects/mp_svn_index_regen
+ROOT=/Users/mp-user/mp_svn_index_regen
 # MP user.
-MP_USER=dluke
+MP_USER=mp-user
 # MP group.
-MP_GROUP=staff
+MP_GROUP=mp-user
 # e-mail address to spam in case of failure.
 SPAM_LOVERS=macports-mgr at lists.macosforge.org,dluke at geeklair.net
 
 # Other settings (probably don't need to be changed).
 SVN_DPORTS_URL=http://svn.macports.org/repository/macports/trunk/dports
-SVN_BASE_URL=http://svn.macports.org/repository/macports/tags/release_1_4_40/base
+SVN_BASE_URL=http://svn.macports.org/repository/macports/branches/release_1_4/base
 SVN_CONFIG_DIR=${ROOT}/svnconfig
 # Where to checkout the source code. This needs to exist!
 SRCTREE=${ROOT}/source
@@ -31,7 +31,7 @@
 # Where MP installs darwinports1.0. This gets created.
 TCLPKG=${PREFIX}/lib/tcl
 # Path.
-PATH=${PREFIX}/bin:/bin:/usr/bin:/opt/local/bin
+PATH=${PREFIX}/bin:/bin:/usr/bin:/usr/sbin:/opt/local/bin
 # Log for the e-mail in case of failure.
 FAILURE_LOG=${ROOT}/failure.log
 # Commit message.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070508/7c56b2bc/attachment.html


More information about the macports-changes mailing list