Commit Graph

12 Commits

Author SHA1 Message Date
Kyle Manna f2cb2e7428 tests: Update script to call bash for lollipop
* Call bash to avoid issue where user didn't `chmod +x` the script.
* Error without chmod:

        exec: "run.sh": executable file not found in $PATH
2015-04-22 10:16:20 -07:00
Kyle Manna bf49b4a69c Merge branch '4.4-kitkat' into 5.0-lollipop 2015-04-22 10:16:00 -07:00
Kyle Manna 17bc9d864f tests: Update bash script to call bash
* Call bash to avoid issue where user didn't `chmod +x` the script.
* Error without chmod:

        exec: "run.sh": executable file not found in $PATH
2015-04-22 10:15:12 -07:00
Kyle Manna a4a775650c test: lollipop: Add initial script
* Create a lollipop test script.
2015-03-02 21:17:13 -08:00
Kyle Manna 60f35c2793 kitkat: Pull kitkat Docker tag
* Pull the correct docker tag
2015-03-02 14:46:53 -08:00
Kyle Manna de4be1ce45 tests: Add kitkat sync test
* Create a simple script to test fetching of a repo.
* Very useful for testing local git mirrors.
2014-12-02 16:52:33 -08:00
Kyle Manna 7bfc33c44e tests: Manifest overrides for build-kitkat
* Allow environment variables to override the TEST_* variables to chagne
  the branch and manifest url.
* Breaks hard link to Google's source repos (which have quotas...).
2014-12-02 16:52:26 -08:00
Kyle Manna 44a375fd27 tests: Update build-kitkat with invocation example
* To help convey my intent
2014-11-16 09:58:50 -08:00
Kyle Manna 723adaac52 tests: Only fetch $cpu repos in parallel
* Avoid repo/git fetch errors by being less agressive.
2014-11-16 09:44:12 -08:00
Davy Leggieri 93703de2aa Fixed readlink for OS X 2014-11-15 14:11:03 -08:00
Kyle Manna 683126f05c utils: build-kitkat smarter aosp invocation
* Attempt to find the aosp binary with the following priority:
  1. If AOSP_BIN is set, use that
  2. If aosp is found in the shell $PATH
  3. Grab it from the web
2014-11-13 14:47:26 -08:00
Kyle Manna 8197ce17cf tests: Add kitkat build
* Simple test.
2014-11-11 21:35:34 -08:00