Confirmed users
1,364
edits
(corrected link for upload) |
(more steps for tarball production) |
||
Line 155: | Line 155: | ||
* add a new tag to the buildapi repository (following semantic versioning guidelines, please) | * add a new tag to the buildapi repository (following semantic versioning guidelines, please) | ||
* create a python sdist tarball of that version, and [[ReleaseEngineering/How_To/Add_a_Python_Package_to_PuppetAgain|upload to the internal puppetagain python]] repo. | * create a python sdist tarball of that version, and [[ReleaseEngineering/How_To/Add_a_Python_Package_to_PuppetAgain|upload to the internal puppetagain python]] repo. | ||
** make sure you have a clean checkout | |||
** locally modify (but do not commit) <code>setup.cfg</code> and comment out "<code>tag_build</code>" | |||
** run "python setup.py "<code>sdist</code>" | |||
** updload the file from "<code>dist/</code>" | |||
* update the manifests for the new version in [http://hg.mozilla.org/build/puppet/file/default/modules/selfserve_agent/manifests/install.pp puppet] | * update the manifests for the new version in [http://hg.mozilla.org/build/puppet/file/default/modules/selfserve_agent/manifests/install.pp puppet] | ||
* wait for puppet to deploy the new agent. | * wait for puppet to deploy the new agent. |