# HG changeset patch # User Boris Feld <boris.feld@octobus.net> # Date 1500197111 -7200 # Sun Jul 16 11:25:11 2017 +0200 # Node ID 2858bf0368b9369a521aad1d1471326ed05a6edb # Parent d17b061d125d53df01343e0998b6ac134965692b Fix launch.sh repos paths. diff --git a/launch.sh b/launch.sh --- a/launch.sh +++ b/launch.sh @@ -5,7 +5,7 @@ asv machine --machine "docker" --os "Linux 4.10.0-22-generic" --arch "x86_64" --cpu "Intel(R) Core(TM) i7-7500U CPU @ 2.70GHz" --ram "15953356" # Ensure all repository are here -if [ ! -d "/asv/repos/mozilla-central/" ]; then +if [ ! -d "repos/mozilla-central/" ]; then hg clone https://hg.mozilla.org/mozilla-central/ repos/mozilla-central/ fi