src/Pure/Tools/phabricator.scala
changeset 71287 71fd25a7bbe2
parent 71285 8cd05f7b3b4a
child 71288 26a40fc962e8
equal deleted inserted replaced
71286:058edb8f232c 71287:71fd25a7bbe2
   283 
   283 
   284     progress.bash(cwd = root_path.file, echo = true,
   284     progress.bash(cwd = root_path.file, echo = true,
   285       script = """
   285       script = """
   286         set -e
   286         set -e
   287         echo "Cloning distribution repositories:"
   287         echo "Cloning distribution repositories:"
       
   288 
   288         git clone --branch stable https://github.com/phacility/libphutil.git
   289         git clone --branch stable https://github.com/phacility/libphutil.git
       
   290         git -C libphutil reset --hard 1750586fdc50a6cd98adba4aa2f5a7649bd91dbe
       
   291 
   289         git clone --branch stable https://github.com/phacility/arcanist.git
   292         git clone --branch stable https://github.com/phacility/arcanist.git
       
   293         git -C arcanist reset --hard bac2028421a4be6e34e08764bbbda49e68b3a604
       
   294 
   290         git clone --branch stable https://github.com/phacility/phabricator.git
   295         git clone --branch stable https://github.com/phacility/phabricator.git
       
   296         git -C phabricator reset --hard c4b4a53cad7722f031b725f8b41511e9d341d033
   291       """).check
   297       """).check
   292 
   298 
   293     val config = Config(name, root_path)
   299     val config = Config(name, root_path)
   294     write_config(configs ::: List(config))
   300     write_config(configs ::: List(config))
   295 
   301