ReleaseEngineering/Mozpool: Difference between revisions

Jump to navigation Jump to search
Line 67: Line 67:
http://puppetagain.pub.build.mozilla.org/data/python/packages
http://puppetagain.pub.build.mozilla.org/data/python/packages


To create a new one checkout mozpool and do the following:
To create a new packaged version, checkout the mozpool repo and do the following:
<pre>
<pre>
cd mozpoolclient
cd mozpoolclient
python setup.py sdist
python setup.py sdist
scp dist/mozpoolclient-0.1.0.tar.gz `whoami`@releng-puppet1.srv.releng.scl3.mozilla.com:~
# as root on releng-puppet1
cd /data/python/packages/ && mv /tmp/mozpoolclient-0.1.0.tar.gz . && chown puppetagainsync mozpoolclient-0.1.0.tar.gz && chgrp puppetagainsync mozpoolclient-0.1.0.tar.gz && chmod 644 mozpoolclient-0.1.0.tar.gz
</pre>
</pre>
To deploy to our puppet servers [[ReleaseEngineering:Buildduty:Other_Duties#Python_packages follow these instructions]].
Confirmed users
3,990

edits

Navigation menu