Confirmed users
3,990
edits
m (→Mozpool Client) |
|||
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: | ||
# 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 | ||
# 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]]. |