Confirmed users
4,293
edits
ChrisCooper (talk | contribs) No edit summary |
(→BuildAPI: Update for the passage of time) |
||
| Line 157: | Line 157: | ||
* Push new version of BuildAPI to HG | * Push new version of BuildAPI to HG | ||
** Edit setup.py to show the updated version (ie version='0.3.0' becomes version='0.3.1') | ** Edit setup.py to show the updated version (ie version='0.3.0' becomes version='0.3.1') | ||
* Build a new sdist tarball of BuildAPI, using normal python techniques, and upload it to the puppetagain python repository at releng-puppet2.srv.releng.scl3.mozilla.com (/data/python/packages on the distinguished puppetmaster) | * Build a new sdist tarball of BuildAPI, using normal python techniques, and upload it to the puppetagain python repository at releng-puppet2.srv.releng.scl3.mozilla.com (/data/python/packages on the distinguished puppetmaster) | ||
** Tarballs can be seen here: http:// | ** Tarballs can be seen here: http://releng-puppet2.srv.releng.scl3.mozilla.com/python/packages/ | ||
python setup.py sdist | python setup.py sdist | ||
VERSION=0.3.1 | VERSION=0.3.1 | ||
scp dist/buildapi-${VERSION}.tar.gz releng-puppet2.srv.releng.scl3.mozilla.com: | scp dist/buildapi-${VERSION}.tar.gz releng-puppet2.srv.releng.scl3.mozilla.com: | ||
ssh releng-puppet2.srv.releng.scl3.mozilla.com | ssh releng-puppet2.srv.releng.scl3.mozilla.com | ||
VERSION=0.3.1 | |||
sudo mv buildapi-${VERSION}.tar.gz /data/python/packages | sudo mv buildapi-${VERSION}.tar.gz /data/python/packages | ||
cd /data/python/packages | cd /data/python/packages | ||