mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-06-02 01:29:07 +00:00
10 lines
196 B
Bash
Executable File
10 lines
196 B
Bash
Executable File
#! /bin/bash -e
|
|
|
|
goanna_dir=$1
|
|
target=$2
|
|
|
|
gaia_repo=$(gaia_props.py $goanna_dir repository)
|
|
gaia_rev=$(gaia_props.py $goanna_dir revision)
|
|
|
|
tc-vcs checkout $target $gaia_repo $gaia_repo $gaia_rev
|