aboutsummaryrefslogtreecommitdiff
path: root/utils/mangle-jobs/job-shell-commands-set.mangle
blob: 81abacc9cd63fba52a5e6626f9d650c5a05be6b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
# Update initial startup shell commands for a job

new_cmd = '''\
rm -rf build-tools
bzr get lp:linaro-android-build-tools build-tools
sudo -H -E build-tools/node/build us-east-1.ec2-git-mirror.linaro.org "$CONFIG"
'''

def mangle(tree):
    tags = tree.xpath('/project/builders/hudson.tasks.Shell/command')
    tags[0].text = new_cmd