Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Dec 2012 20:05:42 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r244597 - projects/portbuild/scripts
Message-ID:  <201212222005.qBMK5gom043223@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon (doc,ports committer)
Date: Sat Dec 22 20:05:42 2012
New Revision: 244597
URL: http://svnweb.freebsd.org/changeset/base/244597

Log:
  Revert the first change in 244314 for further testing.
  
  This needs to go away exactly when buildproxy goes away and not before.

Modified:
  projects/portbuild/scripts/buildproxy

Modified: projects/portbuild/scripts/buildproxy
==============================================================================
--- projects/portbuild/scripts/buildproxy	Sat Dec 22 19:16:00 2012	(r244596)
+++ projects/portbuild/scripts/buildproxy	Sat Dec 22 20:05:42 2012	(r244597)
@@ -25,6 +25,11 @@ def validate(uid, arch):
     if uid == 0:
         return True
 
+    # old theory
+    if getuidbyname("ports-%s" % arch) == uid:
+        return True 
+
+    # new theory
     if getuidbyname(portbuild_uid) == uid:
         return True
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212222005.qBMK5gom043223>