canmove, Confirmed users
2,850
edits
ChrisCooper (talk | contribs) |
|||
| Line 79: | Line 79: | ||
In Release Engineering we use the mozpool client to talk with the Mozpool servers to request panda boards. | In Release Engineering we use the mozpool client to talk with the Mozpool servers to request panda boards. | ||
To do this we install the python package inside of a virtual environment. | To do this we install the python package inside of a virtual environment. | ||
The package is stored in | The package is stored in pypi: | ||
http:// | * http://pypi.pvt.build.mozilla.org/pub/ | ||
* http://pypi.pub.build.mozilla.org/pub/ | |||
To create a new packaged version, checkout the mozpool repo and do the following: | To create a new packaged version, checkout the mozpool repo and do the following: | ||
| Line 97: | Line 98: | ||
#Bump the version in here http://mxr.mozilla.org/build/source/tools/lib/python/vendorlibs.pth | #Bump the version in here http://mxr.mozilla.org/build/source/tools/lib/python/vendorlibs.pth | ||
If you're the pypi package maintainer (armenzg or dustin), you can follow these [ instructions]. | If you're the pypi package maintainer (armenzg or dustin), you can follow these [??? instructions]. | ||