- 03 Mar, 2014 1 commit
-
-
primiano@chromium.org authored
The depot_tools and nacl recipes aren't setting up git-svn properly. There is no git-svn branch in the git mirror for depot-tools and nacl, just master. As a consequence "fetch depot-tools" ends up recreating all the objects from svn taking much more time than it should. BUG= Review URL: https://codereview.chromium.org/183743010 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@254506 0039d316-1c4b-4281-b951-d872f2087c98
-
- 08 Jan, 2014 1 commit
-
-
bradnelson@google.com authored
BUG=None TEST=local R=agable@chromium.org Review URL: https://codereview.chromium.org/128403007 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@243697 0039d316-1c4b-4281-b951-d872f2087c98
-
- 22 Aug, 2013 1 commit
-
-
phajdan.jr@chromium.org authored
This has been determined to work in a better, more predictable and robust way. BUG=none R=szager@google.com Review URL: https://codereview.chromium.org/22852017 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@219121 0039d316-1c4b-4281-b951-d872f2087c98
-
- 06 Aug, 2013 1 commit
-
-
stuartmorgan@chromium.org authored
Adds support for passing target_os_only to the chromium recipe, and adds "fetch ios" as an alias for passing both target_os=['ios'] and target_os_only=True as described in the iOS build instructions page. BUG=None R=agable@chromium.org, cmp@chromium.org Review URL: https://codereview.chromium.org/21428002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@215891 0039d316-1c4b-4281-b951-d872f2087c98
-
- 29 Apr, 2013 1 commit
-
-
janx@chromium.org authored
"fetch android" is a basic alias for "fetch chromium --target_os=android", which adds "target_os=['android']" to the gclient specs as described in chromium's AndroidBuildInstructions wiki page. NOTRY=true Review URL: https://chromiumcodereview.appspot.com/14315010 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@197031 0039d316-1c4b-4281-b951-d872f2087c98
-
- 11 Apr, 2013 1 commit
-
-
jochen@chromium.org authored
This allows non-committers to use fetch to checkout chromium or blink using $ fetch chromium --nosvn=true BUG=230357 R=dpranke@chromium.org Review URL: https://codereview.chromium.org/13910005 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@193713 0039d316-1c4b-4281-b951-d872f2087c98
-
- 04 Apr, 2013 2 commits
-
-
dpranke@chromium.org authored
TBR=iannucci@chromium.org Review URL: https://codereview.chromium.org/13622002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@192234 0039d316-1c4b-4281-b951-d872f2087c98
-
dpranke@chromium.org authored
Currently the NewGit workflow sets up git submodules to point to a .git dir through a textfile indirection. git-svn isn't smart enough to deal with this, and so we need to change things to use symlinks instead. In the meantime, 'fetch blink' will fail. For now, we'll turn off the svn configuration. TBR=iannucci@chromium.org BUG= Review URL: https://codereview.chromium.org/13560005 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@192230 0039d316-1c4b-4281-b951-d872f2087c98
-
- 03 Apr, 2013 2 commits
-
-
agable@chromium.org authored
TBR=dpranke@chromium.org Review URL: https://codereview.chromium.org/13514004 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@192156 0039d316-1c4b-4281-b951-d872f2087c98
-
agable@chromium.org authored
This is the bare minimum to have fetch.py working for chromium. The DEPS file pulls the new tools/recipes repo in, which will contain the recipe for chromium and all other checkout recipes eventually (followup CL coming shortly). fetch and fetch.bat simply invoke fetch.py. fetch.py takes a recipe and some arguments on the command line, invokes the recipe to get its instructions, and performs the actual checkout. Currently only supports Gclient-Git-Svn checkout (the kind needed for Chromium), but other checkout types will be pulled from annotated_checkout.py soon. Review URL: https://codereview.chromium.org/13463006 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@192130 0039d316-1c4b-4281-b951-d872f2087c98
-