svn commit: r244335 - projects/portbuild/tools
Mark Linimon
linimon at FreeBSD.org
Mon Dec 17 01:01:40 UTC 2012
Author: linimon (doc,ports committer)
Date: Mon Dec 17 01:01:39 2012
New Revision: 244335
URL: http://svnweb.freebsd.org/changeset/base/244335
Log:
Tried to switch too much away from ports-<arch>. There must be one
place in the database that sorts through which machines belong to
which arch, and this is it.
Modified:
projects/portbuild/tools/addarch
Modified: projects/portbuild/tools/addarch
==============================================================================
--- projects/portbuild/tools/addarch Mon Dec 17 00:55:17 2012 (r244334)
+++ projects/portbuild/tools/addarch Mon Dec 17 01:01:39 2012 (r244335)
@@ -142,7 +142,7 @@ else
exit 1
else
echo "adding ${arch} to qmanager ..."
- python ${pbc}/qmanager/qclient add_acl name=${uid} uidlist=${uid} gidlist=${gid} sense=1
+ python ${pbc}/qmanager/qclient add_acl name=ports-${arch} uidlist=${uid} gidlist=${gid} sense=1
echo "... done."
fi
fi
More information about the svn-src-projects
mailing list