aboutsummaryrefslogtreecommitdiff
path: root/control/job-mangle/update-jobs.mangle
blob: a83d8151842f96d9dfb55031532cb7cebf4d0579 (plain)
1
2
3
4
5
6
7
8
9
new_cmd = '''\
rm -rf build-tools
bzr get http://bazaar.launchpad.net/~linaro-infrastructure/linaro-android-build-tools/trunk build-tools
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