ReleaseEngineering/BuildAPI: Difference between revisions

Jump to navigation Jump to search
Line 162: Line 162:
** Tarballs can be seen here: http://puppetagain.pub.build.mozilla.org/data/python/packages/
** Tarballs can be seen here: http://puppetagain.pub.build.mozilla.org/data/python/packages/
   python setup.py sdist
   python setup.py sdist
   scp dist/buildapi-0.3.1.tar.gz releng-puppet2.srv.releng.scl3.mozilla.com:
  VERSION=0.3.1
   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
   sudo buildapi-0.3.1.tar.gz /data/python/packages
   sudo mv buildapi-${VERSION}.tar.gz /data/python/packages
   cd /data/python/packages
   cd /data/python/packages
   sudo chown puppetsync:puppetsync buildapi-0.3.1.tar.gz
   sudo chown puppetsync:puppetsync buildapi-${VERSION}.tar.gz
   sudo chmod 664 buildapi-0.3.1.tar.gz
   sudo chmod 664 buildapi-${VERSION}.tar.gz
* Login to relengwebadm.private.scl3.mozilla.com and become root.  Go to /data/releng-stage/src/buildapi (or /releng/ for production) and have a look at README.txt. Where 0.3.1 is the version you want to install, it boils down to:
* Login to relengwebadm.private.scl3.mozilla.com and become root.  Go to /data/releng-stage/src/buildapi (or /releng/ for production) and have a look at README.txt. Where 0.3.1 is the version you want to install, it boils down to:
   ./update 0.3.1
   ./update 0.3.1
canmove, Confirmed users
2,850

edits

Navigation menu