Confirmed users
3,990
edits
No edit summary  | 
				|||
| Line 89: | Line 89: | ||
To deploy to our pypi setup [[ReleaseEngineering:Buildduty:Other_Duties#Python_packages|follow these instructions]].  | To deploy to our pypi setup [[ReleaseEngineering:Buildduty:Other_Duties#Python_packages|follow these instructions]].  | ||
Ask Callek if this fork needs updating: http://hg.mozilla.org/build/tools/lib/python/vendor/mozpoolclient-0.1.4  | |||
If that is the case you can do this:  | |||
 cd tools/lib/python/vendor  | |||
 hg move mozpoolclient-old_version mozpoolclient-new_version  | |||
 rsync --recursive --delete ../../../../mozpool/mozpoolclient/* mozpoolclient-new_version  | |||
If you're the pypi package maintainer (armenzg or dustin), you can follow these [ instructions].  | |||