svn commit: r244597 - projects/portbuild/scripts
Mark Linimon
linimon at FreeBSD.org
Sat Dec 22 20:05:42 UTC 2012
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
More information about the svn-src-projects
mailing list