- 30 Mar, 2014 1 commit
-
-
rnk@chromium.org authored
This fixes 'gclient recurse ...' on Windows. R=dpranke@chromium.org Review URL: https://codereview.chromium.org/167443002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@260405 0039d316-1c4b-4281-b951-d872f2087c98
-
- 28 Mar, 2014 3 commits
-
-
pgervais@chromium.org authored
Removed check on certificate SHA1 in gsutil BUG=348233 Review URL: https://codereview.chromium.org/212553007 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@260297 0039d316-1c4b-4281-b951-d872f2087c98
-
szager@chromium.org authored
R=iannucci@chromium.org,hinoka@chromium.org BUG= Review URL: https://codereview.chromium.org/216013002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@260078 0039d316-1c4b-4281-b951-d872f2087c98
-
luqui@chromium.org authored
BUG= Review URL: https://codereview.chromium.org/215673002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@260049 0039d316-1c4b-4281-b951-d872f2087c98
-
- 27 Mar, 2014 5 commits
-
-
szager@chromium.org authored
There is now a separate XP-compatible release which doesn't have the performance fix for index-pack. BUG= NOTRY=true R=mmoss@google.com Review URL: https://codereview.chromium.org/215133002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@260010 0039d316-1c4b-4281-b951-d872f2087c98
-
dpranke@chromium.org authored
The gn binary itself is capable of being run from outside of a checkout as long as you pass the --root flag. However, the gn.py wrapper script needs to *also* know where the the checkout is, in order to figure out how to find the gn binary itself. This patch changes the wrapper to be aware of the --root arg :). R=brettw@chromium.org BUG= Review URL: https://codereview.chromium.org/212173004 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@259998 0039d316-1c4b-4281-b951-d872f2087c98
-
sergeyberezin@chromium.org authored
CL that cause the issue: https://codereview.chromium.org/183793010 Symptoms: commit queue presubmit checks failed. BUG=None Review URL: https://codereview.chromium.org/215163003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@259947 0039d316-1c4b-4281-b951-d872f2087c98
-
scottmg@chromium.org authored
TBR=iannucci@chromium.org Review URL: https://codereview.chromium.org/213913002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@259915 0039d316-1c4b-4281-b951-d872f2087c98
-
hinoka@google.com authored
The Telemetry workflow happily uses this gsutil to download artifacts, but they would also like to use the same workflow to upload artifacts. I don't see a big harm in enabling read_write access for prodaccess based gsutil since its already more restrictive than the normal gsutil auth flow. I could also be convinced to make this full_control, but that need has not arisen yet. BUG= 341665 Review URL: https://codereview.chromium.org/148203012 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@259761 0039d316-1c4b-4281-b951-d872f2087c98
-
- 26 Mar, 2014 14 commits
-
-
https://codereview.chromium.org/212993005/hinoka@google.com authored
Reason for revert: This causes download_from_google_storage to fail: Failure: CA certificates file does not have expected SHA1 sum; expected: ed024a78d9327f8669b3b117d9eac9e3c9460e9b, actual: 433e5589520cd2f1f29dea3e077cfbc2b74fb78c. You'll need to also update the expectations on the gsutil side, and then reland. Test it by running "gsutil ls". Original issue's description: > Replaced boto certificate > > BUG=348233 > > Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=259692 TBR=stip@chromium.org,rsleevi@chromium.org,pgervais@chromium.org NOTREECHECKS=true NOTRY=true BUG=348233 Review URL: https://codereview.chromium.org/213963002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@259744 0039d316-1c4b-4281-b951-d872f2087c98
-
smut@google.com authored
This reverts commit c01bff75. BUG=356881 TBR=iannucci Review URL: https://codereview.chromium.org/213483003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@259727 0039d316-1c4b-4281-b951-d872f2087c98
-
iannucci@chromium.org authored
R=agable@chromium.org BUG= Review URL: https://codereview.chromium.org/212213004 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@259697 0039d316-1c4b-4281-b951-d872f2087c98
-
iannucci@chromium.org authored
For some reason .output doesn't throw an AttributeError, but returns None , instead. .stdout is the correct attribute. R=agable@chromium.org BUG= Review URL: https://codereview.chromium.org/212493003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@259695 0039d316-1c4b-4281-b951-d872f2087c98
-
pgervais@chromium.org authored
BUG=348233 Review URL: https://codereview.chromium.org/212993005 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@259692 0039d316-1c4b-4281-b951-d872f2087c98
-
borenet@google.com authored
BUG=skia:1638 Review URL: https://codereview.chromium.org/208623004 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@259681 0039d316-1c4b-4281-b951-d872f2087c98
-
iannucci@chromium.org authored
R=stip@chromium.org BUG= Review URL: https://codereview.chromium.org/212593006 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@259655 0039d316-1c4b-4281-b951-d872f2087c98
-
iannucci@chromium.org authored
R=agable@chromium.org BUG= Review URL: https://codereview.chromium.org/212493002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@259647 0039d316-1c4b-4281-b951-d872f2087c98
-
iannucci@chromium.org authored
This is in-place of --remotes. With repos like src.git that have alternate roots this causes git-map to be faster (since it's not trying to display origin/master). R=agable@chromium.org BUG= Review URL: https://codereview.chromium.org/212183003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@259646 0039d316-1c4b-4281-b951-d872f2087c98
-
pgervais@chromium.org authored
Added oauth2client and httplib to third_party BUG=348233 Review URL: https://codereview.chromium.org/183793010 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@259643 0039d316-1c4b-4281-b951-d872f2087c98
-
agable@chromium.org authored
The commit queue can't successfully run presubmit checks on top of ReadOnlyRietveld because it requires access to the password field to pass through to presubmit_shim. R=phajdan.jr@chromium.org Review URL: https://codereview.chromium.org/197213003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@259611 0039d316-1c4b-4281-b951-d872f2087c98
-
iannucci@chromium.org authored
Somehow some (but not all) git helper scripts got the wrong interpreter. This fixes them to use /usr/bin/env. TBR=agable@chromium.org BUG= Review URL: https://codereview.chromium.org/212293002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@259522 0039d316-1c4b-4281-b951-d872f2087c98
-
iannucci@chromium.org authored
main takes args starting from 1, not 0. TBR=agable@chromium.org BUG=261738 Review URL: https://codereview.chromium.org/212223002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@259521 0039d316-1c4b-4281-b951-d872f2087c98
-
iannucci@chromium.org authored
git-rebase-update - ensure all branches are up to date git-new-branch - create branches git-rename-branch - rename a branch while preserving parentage relationships git-reparent-branch - change the parent of a branch, including rebasing it correctly onto that new parent. git-squash-branch - collapse a branch into a single commit git-upstream-diff - show the diff between the current branch and it's upstream branch git-mark-merge-base - explicitly set what you want the above tools to consider the merge-base for the current branch. R=agable@chromium.org, hinoka@chromium.org, stip@chromium.org, szager@chromium.org BUG=261738 Review URL: https://codereview.chromium.org/184253003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@259520 0039d316-1c4b-4281-b951-d872f2087c98
-
- 25 Mar, 2014 3 commits
-
-
iannucci@chromium.org authored
git-nav-upstream, as well as introduce a generic 'depot_tools' manpage with a listing of the other tools. This change also fully colorizes the EXAMPLE sections for the git-* commands to reflect their actual appearance on the console (html only, manpage has bolding hints). R=agable@chromium.org, szager@chromium.org BUG=261738 Review URL: https://codereview.chromium.org/200903002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@259338 0039d316-1c4b-4281-b951-d872f2087c98
-
isherman@chromium.org authored
R=agable@chromium.org BUG=none Review URL: https://codereview.chromium.org/195793021 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@259250 0039d316-1c4b-4281-b951-d872f2087c98
-
szager@chromium.org authored
BUG=349576 R=mmoss@google.com Review URL: https://codereview.chromium.org/210063005 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@259164 0039d316-1c4b-4281-b951-d872f2087c98
-
- 24 Mar, 2014 2 commits
-
-
borenet@google.com authored
BUG=355492 Review URL: https://codereview.chromium.org/209963002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@258989 0039d316-1c4b-4281-b951-d872f2087c98
-
borenet@google.com authored
BUG= Review URL: https://codereview.chromium.org/209393006 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@258982 0039d316-1c4b-4281-b951-d872f2087c98
-
- 21 Mar, 2014 1 commit
-
-
borenet@google.com authored
BUG= Review URL: https://codereview.chromium.org/195913002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@258617 0039d316-1c4b-4281-b951-d872f2087c98
-
- 20 Mar, 2014 2 commits
-
-
deymo@chromium.org authored
Sometimes rietveld returns a datetime without the milliseconds part, presumably when it is 0. This patch fixes the parsing of those cases. BUG=chromium:323615 TEST=Ran "my_activity.py --week_of 11/18/13 --user jsbell" which returns "2013-11-18 20:42:30" for a bug. Review URL: https://codereview.chromium.org/204013009 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@258189 0039d316-1c4b-4281-b951-d872f2087c98
-
phajdan.jr@chromium.org authored
BUG=334892 Review URL: https://codereview.chromium.org/205633003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@258174 0039d316-1c4b-4281-b951-d872f2087c98
-
- 19 Mar, 2014 5 commits
-
-
szager@chromium.org authored
I've received a few reports of: error: inflate: data stream error (incorrect header check) fatal: serious inflate inconsistency fatal: index-pack failed error: Could not fetch origin TBR=mmoss@chromium.org BUG= Review URL: https://codereview.chromium.org/205443003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@258147 0039d316-1c4b-4281-b951-d872f2087c98
-
agable@chromium.org authored
The CQ should not be able to force push -- this allows it to wipe out legitimate commits if something goes wrong internally. This happened recently, with a CQ commit orphaning 20 commits from the previous few days. This may have happened any number of times previously, probably only wiping out one commit at a time, whenever there was a race between the CQ and a developer's direct commit+push. Repositories should also protect themselves by disallowing force push in their ACLs. BUG=261619 Review URL: https://codereview.chromium.org/196573041 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@258092 0039d316-1c4b-4281-b951-d872f2087c98
-
szager@chromium.org authored
Also, allow multiple git installations to exist side-by-side. This makes it easier to revert back to an old version quickly. BUG= R=maruel@chromium.org Review URL: https://codereview.chromium.org/203463004 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@258058 0039d316-1c4b-4281-b951-d872f2087c98
-
agable@chromium.org authored
Things have gone wrong. This change and subsequent fixes were not as safe as they should have been. Reverting until we can diagnose exactly what has gone wrong, and how to prevent it from happening again. This reverts commit fa3c388e. This reverts commit e569f503. This reverts commit 7dc11449. R=rmistry@chromium.org TBR=rmistry@chromium.org BUG=261619 Review URL: https://codereview.chromium.org/200923005 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@258003 0039d316-1c4b-4281-b951-d872f2087c98
-
agable@chromium.org authored
Review URL: https://codereview.chromium.org/204013002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@257841 0039d316-1c4b-4281-b951-d872f2087c98
-
- 18 Mar, 2014 4 commits
-
-
agable@chromium.org authored
This prevents apply_patch from attempting to check out a branch tracking 'origin/None'. R=pgervais@chromium.org Review URL: https://codereview.chromium.org/202483008 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@257763 0039d316-1c4b-4281-b951-d872f2087c98
-
szager@chromium.org authored
BUG= Review URL: https://codereview.chromium.org/203383005 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@257738 0039d316-1c4b-4281-b951-d872f2087c98
-
szager@chromium.org authored
BUG= Review URL: https://codereview.chromium.org/202753003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@257728 0039d316-1c4b-4281-b951-d872f2087c98
-
szager@chromium.org authored
- Don't pylint files in .gitignore or .git/info/excludes - Print full path to modules in pylint. BUG= Review URL: https://codereview.chromium.org/202773002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@257672 0039d316-1c4b-4281-b951-d872f2087c98
-