canmove, Confirmed users
2,850
edits
ChrisCooper (talk | contribs) |
|||
| 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- | 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- | sudo mv buildapi-${VERSION}.tar.gz /data/python/packages | ||
cd /data/python/packages | cd /data/python/packages | ||
sudo chown puppetsync:puppetsync buildapi- | sudo chown puppetsync:puppetsync buildapi-${VERSION}.tar.gz | ||
sudo chmod 664 buildapi- | 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 | ||