Confirmed users
1,018
edits
No edit summary |
No edit summary |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
How to start the RPM and Ubuntu packager instances on Amazon EC2 from the command-line | How to start the RPM and Ubuntu packager instances on Amazon EC2 from the command-line | ||
$ ssh buildduty@ | $ ssh buildduty@aws-manager1.srv.releng.scl3.mozilla.com | ||
$ source / | $ source /builds/aws_manager/bin/activate | ||
$ cd | $ cd /builds/aws_manager | ||
# start ubuntu packager | # start ubuntu packager | ||
$ python | $ python cloud-tools/scripts/aws_manage_instances.py start ubuntu64packager1 | ||
# start RPM packager | # start RPM packager | ||
$ python | $ python cloud-tools/scripts/aws_manage_instances.py start rpmpackager1 | ||
You can also specify 'stop' and 'status' in place of 'start'. | You can also specify 'stop' and 'status' in place of 'start'. | ||
See also: [[ReleaseEngineering/PuppetAgain/HowTo/Build_RPMs]] | See also: [[ReleaseEngineering/PuppetAgain/HowTo/Build_RPMs]] |