aboutsummaryrefslogtreecommitdiff
path: root/utils/mangle-jobs/job-shell-commands-set2.mangle
blob: 5771450596847bd6c1c6eb20fc39f2c57201a5e9 (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.plugins.shell.ShellWithStatus/command')
    tags[0].text = new_cmd