Files
tubestation/testing/taskcluster/scripts/builder/pull-gaia.sh
d2623a315c Bug 1132562 - Use workspace directory so autoclobber can function with caches r=wcosta
- Move builder scripts into tree proper instead of baked into docker images
2015-02-24 08:26:48 -08:00

10 lines
193 B
Bash
Executable File

#! /bin/bash -e
gecko_dir=$1
target=$2
gaia_repo=$(gaia_props.py $gecko_dir repository)
gaia_rev=$(gaia_props.py $gecko_dir revision)
tc-vcs checkout $target $gaia_repo $gaia_repo $gaia_rev