[85064] contrib/buildbot/master.cfg

jmr at macports.org jmr at macports.org
Sat Oct 8 14:03:24 PDT 2011


Revision: 85064
          http://trac.macports.org/changeset/85064
Author:   jmr at macports.org
Date:     2011-10-08 14:03:21 -0700 (Sat, 08 Oct 2011)
Log Message:
-----------
buildmaster: look up the primary group for the base install user, instead of assuming it's the same as the username

Modified Paths:
--------------
    contrib/buildbot/master.cfg

Modified: contrib/buildbot/master.cfg
===================================================================
--- contrib/buildbot/master.cfg	2011-10-08 16:53:58 UTC (rev 85063)
+++ contrib/buildbot/master.cfg	2011-10-08 21:03:21 UTC (rev 85064)
@@ -150,7 +150,7 @@
 $CMD_PREFIX env PATH=/usr/bin:/bin:/usr/sbin:/sbin ./configure --enable-readline \
     --prefix=%(workdir)s/opt/local \
     --with-applications-dir=%(workdir)s/opt/local/Applications \
-    --with-install-user=$INSTALL_USER --with-install-group=$INSTALL_USER
+    --with-install-user=$INSTALL_USER --with-install-group=`id -gn $INSTALL_USER`
 """)))
 base_factory.addStep(Compile(command=maybe_sudo+"""
 $CMD_PREFIX make -j`sysctl -n hw.activecpu`
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111008/e5c59d87/attachment.html>


More information about the macports-changes mailing list