ReleaseEngineering/Mozpool: Difference between revisions

Line 83: Line 83:


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:
<pre>
# Make your code changes
cd mozpoolclient
# Update the version in [http://hg.mozilla.org/build/mozpool/file/default/mozpoolclient/setup.py#l5 setup.py]
python setup.py sdist
# Add a new line to [http://hg.mozilla.org/build/mozpool/file/default/mozpoolclient/CHANGES.txt CHANGES.txt] with the new version, the date and what is changing
</pre>
# cd mozpoolclient && python setup.py sdist


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]].
Confirmed users
3,990

edits