- 24 Apr, 2014 3 commits
-
-
smut@google.com authored
I want to run Python unit tests as part of my presubmit, and those unit tests require PYTHONPATH to be set the way it would be set when the modules they test are running. Review URL: https://codereview.chromium.org/250693002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@265998 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
This makes this file even easier to read and python 2.6 support is not needed anymore. R=iannucci@chromium.org BUG= Review URL: https://codereview.chromium.org/238233002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@265799 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
R=iannucci@chromium.org BUG= Review URL: https://codereview.chromium.org/247633002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@265793 0039d316-1c4b-4281-b951-d872f2087c98
-
- 23 Apr, 2014 1 commit
-
-
szager@chromium.org authored
BUG= Review URL: https://codereview.chromium.org/247493002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@265735 0039d316-1c4b-4281-b951-d872f2087c98
-
- 22 Apr, 2014 2 commits
-
-
borenet@google.com authored
Fixes this flow, which currently assumes we're using an svn checkout: gclient config https://chromium.googlesource.com/chromium/blink gclient sync BUG= Review URL: https://codereview.chromium.org/246903005 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@265369 0039d316-1c4b-4281-b951-d872f2087c98
-
borenet@google.com authored
BUG=364601 Review URL: https://codereview.chromium.org/246433005 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@265298 0039d316-1c4b-4281-b951-d872f2087c98
-
- 21 Apr, 2014 5 commits
-
-
hinoka@google.com authored
Apply_issue should not try to check if there are modified files within submodules. BUG= Review URL: https://codereview.chromium.org/246093002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@265115 0039d316-1c4b-4281-b951-d872f2087c98
-
szager@chromium.org authored
BUG= Review URL: https://codereview.chromium.org/246123002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@265112 0039d316-1c4b-4281-b951-d872f2087c98
-
stip@chromium.org authored
Revert of Run `svn cleanup` before every update and reset. (https://chromiumcodereview.appspot.com/240503007/) Reason for revert: It's inconclusive if this actually helped the bots, so reverting. Original issue's description: > Run `svn cleanup` before every update and reset. > > Testing on a bot with an 'unclean' Chromium checkout: > > Unpatched `gclient revert -v -v -v --nohooks --upstream` (unclean checkout) > real 9m14.280s > user 0m37.238s > sys 0m37.738s > > Patched 'gclient revert -v -v -v --nohooks --upstream' (unclean checkout) > real 5m50.065s > user 1m18.889s > sys 0m57.860s > > ---------------- after patched gclient revert run (cleans the checkout) > > Unpatched 'gclient revert -v -v -v --nohooks --upstream' (clean checkout) > real 0m21.602s > user 0m24.966s > sys 0m13.969s > > Patched 'gclient revert -v -v -v --nohooks --upstream' (clean checkout) > real 0m27.467s > user 0m28.382s > sys 0m22.629s > > BUG=336983 > > Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=264753 TBR=dpranke@chromium.org,iannucci@chromium.org NOTREECHECKS=true NOTRY=true BUG=336983 Review URL: https://codereview.chromium.org/245293003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@265093 0039d316-1c4b-4281-b951-d872f2087c98
-
hinoka@google.com authored
Bot_update takes care of running gclient sync after apply_issue, so this is unnecessary. BUG= Review URL: https://codereview.chromium.org/242433002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@265031 0039d316-1c4b-4281-b951-d872f2087c98
-
szager@chromium.org authored
BUG=349576 Review URL: https://codereview.chromium.org/245303002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@265012 0039d316-1c4b-4281-b951-d872f2087c98
-
- 18 Apr, 2014 2 commits
-
-
pgervais@chromium.org authored
Added automatic detection of OAuth2 token expiracy. Token is automatically renewed when necessary. BUG=363825 Review URL: https://codereview.chromium.org/243323003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@264871 0039d316-1c4b-4281-b951-d872f2087c98
-
stip@chromium.org authored
Testing on a bot with an 'unclean' Chromium checkout: Unpatched `gclient revert -v -v -v --nohooks --upstream` (unclean checkout) real 9m14.280s user 0m37.238s sys 0m37.738s Patched 'gclient revert -v -v -v --nohooks --upstream' (unclean checkout) real 5m50.065s user 1m18.889s sys 0m57.860s ---------------- after patched gclient revert run (cleans the checkout) Unpatched 'gclient revert -v -v -v --nohooks --upstream' (clean checkout) real 0m21.602s user 0m24.966s sys 0m13.969s Patched 'gclient revert -v -v -v --nohooks --upstream' (clean checkout) real 0m27.467s user 0m28.382s sys 0m22.629s BUG=336983 Review URL: https://codereview.chromium.org/240503007 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@264753 0039d316-1c4b-4281-b951-d872f2087c98
-
- 17 Apr, 2014 2 commits
-
-
pgervais@chromium.org authored
Renewal of OAuth2 credentials did not work on appengine because it replies with 302 instead of 401 when authentication fails. Configured it to attempt credentials renewal on a 302. Of course this will prevent any 302 from working normally, but it works with Rietveld since it does not use 302. BUG=319446 Review URL: https://codereview.chromium.org/238273011 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@264639 0039d316-1c4b-4281-b951-d872f2087c98
-
pgervais@chromium.org authored
Sometimes, removing lockfiles fails on windows, for obscure reasons. Following advice from gclient_utils.rmtree, lock file removal has been improved by using the builtin executable 'del' and retrying 3 times in case it fails. BUG= Review URL: https://codereview.chromium.org/240653002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@264557 0039d316-1c4b-4281-b951-d872f2087c98
-
- 16 Apr, 2014 1 commit
-
-
hinoka@google.com authored
--with_branch_heads doesn't work with cache_dir, this fixes it. BUG= Review URL: https://codereview.chromium.org/239083007 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@264331 0039d316-1c4b-4281-b951-d872f2087c98
-
- 15 Apr, 2014 3 commits
-
-
iannucci@chromium.org authored
This is a stopgap to prevent people with >20 local branches from running tools like 'git rebase-update'. This usually indicates that the user isn't in the habit of cleaning up old branches, which makes these tools unlikely to be useful in the current state of their repo anyway. R=agable@chromium.org BUG= Review URL: https://codereview.chromium.org/238213006 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@263978 0039d316-1c4b-4281-b951-d872f2087c98
-
djacques@chromium.org authored
BUG=363477 TEST=localtest Review URL: https://codereview.chromium.org/238603002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@263781 0039d316-1c4b-4281-b951-d872f2087c98
-
pgervais@chromium.org authored
BUG=319446 Review URL: https://codereview.chromium.org/236093002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@263750 0039d316-1c4b-4281-b951-d872f2087c98
-
- 14 Apr, 2014 1 commit
-
-
iannucci@chromium.org authored
R=scottmg@chromium.org BUG=261743 Review URL: https://codereview.chromium.org/238203002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@263746 0039d316-1c4b-4281-b951-d872f2087c98
-
- 12 Apr, 2014 4 commits
-
-
iannucci@chromium.org authored
R=mmoss@google.com, mmoss@chromium.org BUG=238428 Review URL: https://codereview.chromium.org/236303002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@263544 0039d316-1c4b-4281-b951-d872f2087c98
-
nodir@chromium.org authored
In Git-mode, the previous version of code created a ref in refs/heads/refs/patches/... instead of refs/patches/.... This commit fixes the problem. R=maruel@chromium.org, agable@chromium.org BUG=362264 Review URL: https://codereview.chromium.org/233913002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@263439 0039d316-1c4b-4281-b951-d872f2087c98
-
nodir@chromium.org authored
When using Git, trychange.py used to put patches to refs/patches/<name> refs, where <name> is a name of a patch. Now the using the username as a part of the path. This way we have better control over permissions per user basis R=agable@chromium.org, iannucci@chromium.org TEST=Sent a change to quickoffice try server. Master and slave do not need to be modified because the ref file in master branch points to the correct branch name Review URL: https://codereview.chromium.org/231663005 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@263432 0039d316-1c4b-4281-b951-d872f2087c98
-
iannucci@chromium.org authored
Previously a `[depot-tools "rebase-update"]` section would show up in the .git/config on every `git rebase-update` cycle. R=agable@chromium.org BUG= Review URL: https://codereview.chromium.org/228353003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@263423 0039d316-1c4b-4281-b951-d872f2087c98
-
- 11 Apr, 2014 6 commits
-
-
wittman@chromium.org authored
get_toolchain_if_necessary.py contains a number of Windows-isms, including computing hashes on Windows-style path names, so does not work under Cygwin. This change reruns it under depot_tools' Windows Python if run from Cygwin Python. Review URL: https://codereview.chromium.org/233563003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@263301 0039d316-1c4b-4281-b951-d872f2087c98
-
iannucci@chromium.org authored
Works on linux in addition to OS X now. TBR=agable@chromium.org BUG= Review URL: https://codereview.chromium.org/234733003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@263292 0039d316-1c4b-4281-b951-d872f2087c98
-
scr@chromium.org authored
BUG=362248 Review URL: https://codereview.chromium.org/233333003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@263252 0039d316-1c4b-4281-b951-d872f2087c98
-
iannucci@chromium.org authored
R=agable@chromium.org, szager@chromium.org BUG=338102 Review URL: https://codereview.chromium.org/224863006 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@263202 0039d316-1c4b-4281-b951-d872f2087c98
-
iannucci@chromium.org authored
TBR=agable@chromium.org, szager@chromium.org BUG=261743 Review URL: https://codereview.chromium.org/225433003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@263164 0039d316-1c4b-4281-b951-d872f2087c98
-
nednguyen@google.com authored
BUG= Review URL: https://codereview.chromium.org/234293002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@263142 0039d316-1c4b-4281-b951-d872f2087c98
-
- 10 Apr, 2014 3 commits
-
-
borenet@google.com authored
BUG=skia:1945 Review URL: https://codereview.chromium.org/226613011 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@263081 0039d316-1c4b-4281-b951-d872f2087c98
-
borenet@google.com authored
BUG=361155 Review URL: https://codereview.chromium.org/230773002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@263038 0039d316-1c4b-4281-b951-d872f2087c98
-
borenet@google.com authored
BUG=361155 Review URL: https://codereview.chromium.org/232993003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@262977 0039d316-1c4b-4281-b951-d872f2087c98
-
- 09 Apr, 2014 7 commits
-
-
szager@chromium.org authored
TBR=agable@chromium.org,hinoka@chromium.org BUG= Review URL: https://codereview.chromium.org/232093002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@262832 0039d316-1c4b-4281-b951-d872f2087c98
-
szager@chromium.org authored
I am TBR-ing everything today. TBR=agable@chromium.org,hinoka@chromium.org Review URL: https://codereview.chromium.org/232083002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@262831 0039d316-1c4b-4281-b951-d872f2087c98
-
agable@chromium.org authored
When rietveld.py overrides upload.py's logging module, it generally works fine... until someone tries to run upload.py with any level of verbosity. Then the calls to logging.getLogger and logging.INFO/logging.DEBUG fail. This patches upload.py to properly use a module-scope logger so that rietveld.py doesn't have to perform invasive surgery, and everything just works. This version of upload.py taken from upstream Rietveld at: changeset: 1267:d7b39eca7dbe branch: chromium R=djacques@chromium.org, maruel@chromium.org Review URL: https://codereview.chromium.org/221423007 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@262793 0039d316-1c4b-4281-b951-d872f2087c98
-
szager@chromium.org authored
BUG= Review URL: https://codereview.chromium.org/231623002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@262776 0039d316-1c4b-4281-b951-d872f2087c98
-
szager@chromium.org authored
It runs very slowly on Windows, and it will soon be obsolete. BUG= R=iannucci@chromium.org Review URL: https://codereview.chromium.org/229683004 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@262770 0039d316-1c4b-4281-b951-d872f2087c98
-
borenet@google.com authored
BUG=skia:1638 Review URL: https://codereview.chromium.org/189913020 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@262761 0039d316-1c4b-4281-b951-d872f2087c98
-
szager@chromium.org authored
Evidence indicates that running non-builtin git commands is very slow in msysgit, slow enough to dominate the running time of gclient sync. With this change, gclient never shells out to git-cache; it import the lib directly instead. R=agable@chromium.org,hinoka@chromium.org BUG= Review URL: https://codereview.chromium.org/229653002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@262759 0039d316-1c4b-4281-b951-d872f2087c98
-