- 19 Oct, 2012 1 commit
-
-
cmp@chromium.org authored
This reverts commit r162769. TBR=maruel@google.com BUG=156778 Review URL: https://chromiumcodereview.appspot.com/11190067 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@162892 0039d316-1c4b-4281-b951-d872f2087c98
-
- 18 Oct, 2012 1 commit
-
-
maruel@chromium.org authored
Ensure the gcl change directory is created when gcl was never used by itself but used through trychange.py R=nsylvain@chromium.org BUG= Review URL: https://chromiumcodereview.appspot.com/11193040 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@162769 0039d316-1c4b-4281-b951-d872f2087c98
-
- 17 Oct, 2012 3 commits
-
-
cjhopman@chromium.org authored
Found to be particularly helpful in writing snippets. This tool looks up all activity for a particular user across many different services. It looks up changes and reviews across various Rietveld and Gerrit instances and looks up issues in various google code projects. Running with no arguments will look up activity of $USER over the current week (last week on Monday). I.e. the primary use case is for looking up your activity for writing snippets. BUG= Review URL: https://chromiumcodereview.appspot.com/11140010 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@162561 0039d316-1c4b-4281-b951-d872f2087c98
-
dpranke@chromium.org authored
R=maruel@chromium.org BUG=119394 Review URL: https://chromiumcodereview.appspot.com/11114005 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@162529 0039d316-1c4b-4281-b951-d872f2087c98
-
ilevy@chromium.org authored
This will let DEPS files specify a higher local bound for recursion. Note there is an edge case where a dependency can be initially pulled in with a lower recursion level and then gets ignored subsequently when a lower level DEPS overrides it's inclusion level and then includes the same dependency. I do not solve this case, as I am intending to use this syntax for top level deps files. BUG=155780 Review URL: https://chromiumcodereview.appspot.com/11146032 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@162464 0039d316-1c4b-4281-b951-d872f2087c98
-
- 16 Oct, 2012 1 commit
-
-
ilevy@chromium.org authored
- On high core, fast machines, jobs=8 is does not offer good parallelization. Switch to use number of local cpus. R=maruel@chromium.org BUG= Review URL: https://chromiumcodereview.appspot.com/11140019 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@162072 0039d316-1c4b-4281-b951-d872f2087c98
-
- 15 Oct, 2012 2 commits
-
-
srdjan@google.com authored
Adjust timeouts in PrimeLint. BUG=154553 Review URL: https://chromiumcodereview.appspot.com/11122005 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@161950 0039d316-1c4b-4281-b951-d872f2087c98
-
szager@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/11148019 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@161909 0039d316-1c4b-4281-b951-d872f2087c98
-
- 11 Oct, 2012 2 commits
-
-
szager@google.com authored
Takes into account the new submodule-enabled repository layout. Review URL: https://codereview.chromium.org/11098064 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@161403 0039d316-1c4b-4281-b951-d872f2087c98
-
szager@google.com authored
and deps2submodules.py. Depends on https://codereview.chromium.org/11085027 Review URL: https://codereview.chromium.org/11090038 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@161305 0039d316-1c4b-4281-b951-d872f2087c98
-
- 10 Oct, 2012 2 commits
-
-
maruel@chromium.org authored
Let's say there's 2 solutions, solA and solB, both fetching the dependency depA with different urls, solA has 'depA': 'http://foo/bar' and solB has 'depA': From('depB', 'bar'). This case used to not work, because LateOverride() was not called in verify_validity(), so it was not comparing the resolved urls but instead what is textually specified in both DEPS files. Also because LateOverride() was not called, verify_validity() was comparing the original urls even if custom_deps is specified in the solution(s). Finally, allow one to mismatch the other IFF one is None. R=szager@chromium.org BUG= Review URL: https://chromiumcodereview.appspot.com/11088023 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@161228 0039d316-1c4b-4281-b951-d872f2087c98
-
mkwst@chromium.org authored
BUG=155016 Review URL: https://chromiumcodereview.appspot.com/11028112 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@161109 0039d316-1c4b-4281-b951-d872f2087c98
-
- 09 Oct, 2012 2 commits
-
-
cmp@chromium.org authored
R=maruel@chromium.org BUG=153446 Review URL: https://chromiumcodereview.appspot.com/11094033 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@160960 0039d316-1c4b-4281-b951-d872f2087c98
-
sivachandra@chromium.org authored
BUG=152209 Review URL: https://chromiumcodereview.appspot.com/11043031 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@160956 0039d316-1c4b-4281-b951-d872f2087c98
-
- 04 Oct, 2012 1 commit
-
-
maruel@chromium.org authored
TBR=csharp@chromium.org BUG= Review URL: https://chromiumcodereview.appspot.com/11065002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@160027 0039d316-1c4b-4281-b951-d872f2087c98
-
- 03 Oct, 2012 2 commits
-
-
maruel@chromium.org authored
If a file is empty, it's not a binary file in the first place. This is to protect against improper uploads. From light testing, it seems binary file support is totally broken. This needs to be verified throughout before being enabled back. TBR=rogerta@chromium.org BUG=23608 Review URL: https://chromiumcodereview.appspot.com/11016032 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@159941 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
R=nsylvain@chromium.org BUG= Review URL: https://chromiumcodereview.appspot.com/11046016 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@159909 0039d316-1c4b-4281-b951-d872f2087c98
-
- 02 Oct, 2012 3 commits
-
-
hinoka@chromium.org authored
BUG= Review URL: https://chromiumcodereview.appspot.com/11046004 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@159765 0039d316-1c4b-4281-b951-d872f2087c98
-
iannucci@chromium.org authored
BUG=125983 Review URL: https://chromiumcodereview.appspot.com/10945002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@159732 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
TBR=iannucci@chromium.org BUG= Review URL: https://chromiumcodereview.appspot.com/11032023 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@159715 0039d316-1c4b-4281-b951-d872f2087c98
-
- 01 Oct, 2012 4 commits
-
-
maruel@chromium.org authored
The object creation order was wrong TBR=rogerta@chromium.org BUG=149941 Review URL: https://chromiumcodereview.appspot.com/11024009 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@159524 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
Stop using stderr so the output is more readable on buildbot. Otherwise stderr arrives before stdout in apply_issue step. TBR=rogerta@chromium.org BUG=153284 Review URL: https://chromiumcodereview.appspot.com/11038002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@159508 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
It's to help users figuring out what is happening. TBR=rogerta@chromium.org BUG=153284 Review URL: https://chromiumcodereview.appspot.com/11028002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@159504 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
TBR=rogerta@chromium.org BUG=153284 Review URL: https://chromiumcodereview.appspot.com/11019015 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@159488 0039d316-1c4b-4281-b951-d872f2087c98
-
- 28 Sep, 2012 1 commit
-
-
maruel@chromium.org authored
Nobody cares about those .orig files and they get in the way on the try server for some specific license check. R=cmp@chromium.org BUG=152507 Review URL: https://chromiumcodereview.appspot.com/10983092 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@159329 0039d316-1c4b-4281-b951-d872f2087c98
-
- 27 Sep, 2012 1 commit
-
-
lliabraa@chromium.org authored
The try slaves run 'git revert' to clean up from the previous run. This only runs 'git reset --hard', which does not remove any untracked files, so if a CL adds a new file it will still be present after 'gclient revert'. Adding git clean -f -d removes untracked files (-f) and directories (-d). Review URL: https://chromiumcodereview.appspot.com/10986032 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@159020 0039d316-1c4b-4281-b951-d872f2087c98
-
- 26 Sep, 2012 1 commit
-
-
szager@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/10958056 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@158892 0039d316-1c4b-4281-b951-d872f2087c98
-
- 24 Sep, 2012 2 commits
-
-
ilevy@chromium.org authored
- and display a warning message BUG=146713 Review URL: https://chromiumcodereview.appspot.com/10956062 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@158377 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
For an unknown reason, 'svn propset svn:executable * foo.sh' doesn't work on Windows. It is even more awkward that 'svn propset svn:executable . foo.sh' works just fine, in particular, subversion replaces the value, as long as it's not an empty string, back to '*'. R=petermayo@chromium.org BUG= Review URL: https://chromiumcodereview.appspot.com/10967071 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@158281 0039d316-1c4b-4281-b951-d872f2087c98
-
- 21 Sep, 2012 5 commits
-
-
rogerta@chromium.org authored
BUG=149941 Review URL: https://chromiumcodereview.appspot.com/10958049 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@158068 0039d316-1c4b-4281-b951-d872f2087c98
-
sbc@chromium.org authored
BUG=http://code.google.com/p/chromium/issues/detail?id=151110 Review URL: https://chromiumcodereview.appspot.com/10956047 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@158064 0039d316-1c4b-4281-b951-d872f2087c98
-
rogerta@chromium.org authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@158049 0039d316-1c4b-4281-b951-d872f2087c98
-
rogerta@chromium.org authored
if depot tools is in the path. BUG=149941 Review URL: https://chromiumcodereview.appspot.com/10966042 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@158039 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
svn propdel svn:executable shouldn't be called on it. R=petermayo@chromium.org BUG=150960 Review URL: https://chromiumcodereview.appspot.com/10962038 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@158038 0039d316-1c4b-4281-b951-d872f2087c98
-
- 20 Sep, 2012 1 commit
-
-
maruel@chromium.org authored
This brings back git cl try to try at LKGR instead of HEAD, which is coherent with git-try and gcl try. R=rogerta@chromium.org BUG= Review URL: https://chromiumcodereview.appspot.com/10963013 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@157810 0039d316-1c4b-4281-b951-d872f2087c98
-
- 18 Sep, 2012 3 commits
-
-
scottmg@google.com authored
Note that this unforks, windows ninja is now built from martine/ninja. TBR=iannucci@chromium.org Review URL: https://codereview.chromium.org/10947018 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@157451 0039d316-1c4b-4281-b951-d872f2087c98
-
rogerta@chromium.org authored
can be applied. This is the first part for this bug; the second part is in commands.py where this is called by the TS. BUG=149941 Review URL: https://chromiumcodereview.appspot.com/10917306 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@157355 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
Also specify the batch file on Windows. Python's subprocess is picky about that. TBR=rogerta@chromium.org BUG= Review URL: https://chromiumcodereview.appspot.com/10939008 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@157337 0039d316-1c4b-4281-b951-d872f2087c98
-
- 17 Sep, 2012 1 commit
-
-
maruel@chromium.org authored
It runs it by specifying BASE/HEAD to stay at the current revision. This works around the lack of gclient sync when a DEPS file is applied on the Try Server when triggered from Rietveld. This was handled my the Try Server inside scripts/slave/chromium_command.py manually in the case a 'patch' is specified. TBR=rogerta@chromium.org BUG= Review URL: https://chromiumcodereview.appspot.com/10918264 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@157110 0039d316-1c4b-4281-b951-d872f2087c98
-
- 15 Sep, 2012 1 commit
-
-
ilevy@chromium.org authored
_check_output_svn sets the cwd to project_path therefore files should not have project_path. R=maruel@chromium.org,cmp@chromium.org BUG=149702 Review URL: https://chromiumcodereview.appspot.com/10909254 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@156953 0039d316-1c4b-4281-b951-d872f2087c98
-