ReleaseEngineering/BuildAPI: Difference between revisions

Jump to navigation Jump to search
→‎BuildAPI: Update for the passage of time
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')
* Comment out <code>tag_build</code> and <code>tag_svn_revision</code> in setup.cfg
** This appends tarball name and revision (-R#), among other things
* 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://puppetagain.pub.build.mozilla.org/data/python/packages/
** 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
Confirmed users
4,293

edits

Navigation menu