mirror of
https://github.com/macports/macports-infrastructure.git
synced 2026-07-12 18:18:46 -07:00
Add ports-* prefix to port buildslaves
git-svn-id: https://svn.macports.org/repository/macports/contrib/buildbot-test@146827 d073be05-634f-4543-b044-5fe20cf6d1d6
This commit is contained in:
+2
-2
@@ -358,12 +358,12 @@ for plat in build_platforms:
|
||||
c['builders'] += [
|
||||
BuilderConfig(
|
||||
name="portwatcher-" + plat,
|
||||
slavenames=[plat],
|
||||
slavenames=["ports-" + plat],
|
||||
factory=make_portwatcher_factory("triggerable-portbuilder-" + plat),
|
||||
env={"PATH": "/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin"}),
|
||||
BuilderConfig(
|
||||
name="portbuilder-" + plat,
|
||||
slavenames=[plat],
|
||||
slavenames=["ports-" + plat],
|
||||
factory=portbuilder_factory,
|
||||
env={"PATH": tools_prefix + "/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin"})]
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{
|
||||
"base-10.6-x86_64": "***",
|
||||
"10.6-x86_64": "***"
|
||||
"base-10.6-x86_64": "***",
|
||||
"ports-10.6-x86_64": "***"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user