- 09 Apr, 2014 2 commits
-
-
jsbell@chromium.org authored
Some weeks, writing snippets on Monday just doesn't happen. And during those weeks, doing date arithmetic then correctly formatting a U.S. date is too hard. R=szager@chromium.org, deymo@chromium.org Review URL: https://codereview.chromium.org/230823003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@262723 0039d316-1c4b-4281-b951-d872f2087c98
-
isherman@chromium.org authored
BUG=none R=agable@chromium.org Review URL: https://codereview.chromium.org/215153004 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@262641 0039d316-1c4b-4281-b951-d872f2087c98
-
- 08 Apr, 2014 4 commits
-
-
jochen@chromium.org authored
BUG=none R=agable@chromium.org Review URL: https://codereview.chromium.org/228293003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@262506 0039d316-1c4b-4281-b951-d872f2087c98
-
szager@chromium.org authored
Features: - Non-verbose output is now limited to a one-line progress indicator. - Verbose output is now collated per subprocess. As soon as a subprocess finishes, its full output is dumped to terminal. - Verbose output is prefixed with timestamps representing elapsed time since the beginning of the gclient invocation. - git progress indicators ("Receiving objects", etc.) are limited to one line every 10 seconds. - In both verbose and non-verbose mode, if a failure occurs, the full output of the failed update operation is dumped to terminal just before exit. - In the event that updates are progressing, but slowly, "Still working" messages will be printed periodically, to pacify users and buildbots. BUG= R=hinoka@google.com Review URL: https://codereview.chromium.org/227163002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@262500 0039d316-1c4b-4281-b951-d872f2087c98
-
bradnelson@google.com authored
A recent change to trychange prevents empty patches from being submitted: https://codereview.chromium.org/184343003/diff/210001/trychange.py parasite (used for the gyp waterfall) relies on empty patches to share nacl trybots to build gyp at particular revisions. BUG=None TEST=local on master3 R=nodir@chromium.org Review URL: https://codereview.chromium.org/228883004 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@262493 0039d316-1c4b-4281-b951-d872f2087c98
-
borenet@google.com authored
BUG=361155 Review URL: https://codereview.chromium.org/228793002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@262478 0039d316-1c4b-4281-b951-d872f2087c98
-
- 07 Apr, 2014 1 commit
-
-
borenet@google.com authored
BUG= Review URL: https://codereview.chromium.org/227603003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@262182 0039d316-1c4b-4281-b951-d872f2087c98
-
- 04 Apr, 2014 2 commits
-
-
iannucci@chromium.org authored
Previously BRIGHT+WHITE would wrap around to the asterisk on the next line. R=agable@chromium.org BUG= Review URL: https://codereview.chromium.org/224933003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@261783 0039d316-1c4b-4281-b951-d872f2087c98
-
iannucci@chromium.org authored
upstreams. In the event that users are NOT using the enhanced tooling, this is equivalent to `git merge-base "@{u}" HEAD`. In the event that they are, this will catch the case where their parent branch got rebased, but this branch hasn't been rebased on the parent yet. R=agable@chromium.org, szager@chromium.org BUG= Review URL: https://codereview.chromium.org/224703002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@261601 0039d316-1c4b-4281-b951-d872f2087c98
-
- 03 Apr, 2014 4 commits
-
-
iannucci@chromium.org authored
R=agable@chromium.org BUG= Review URL: https://codereview.chromium.org/212413002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@261264 0039d316-1c4b-4281-b951-d872f2087c98
-
nodir@chromium.org authored
user.name and/or user.email may be not configured, so specify them explictly for commit-tree. R=iannucci@chromium.org BUG=354276 Review URL: https://codereview.chromium.org/222103006 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@261256 0039d316-1c4b-4281-b951-d872f2087c98
-
nodir@chromium.org authored
Bug=359292 Original commit: b1391c6a Revert: 8e5f7d308fde74c52e321587649c16568e4a9644 Original commit comment: > Now trychange can store patches in a Git repo > A git patch repo is cloned to .git/git-try/patches-git, if was not > cloned before. Otherwise, changes are pulled. Then a patch is committed a > pushed. > --revision=auto (Git only) is resolved to the revision the diff is genera > against. git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@261247 0039d316-1c4b-4281-b951-d872f2087c98
-
iannucci@chromium.org authored
R=stip@chromium.org BUG= Review URL: https://codereview.chromium.org/223053002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@261235 0039d316-1c4b-4281-b951-d872f2087c98
-
- 02 Apr, 2014 3 commits
-
-
nodir@chromium.org authored
This reverts commit b1391c6a. git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@261220 0039d316-1c4b-4281-b951-d872f2087c98
-
borenet@google.com authored
Revert of Revert "gclient: Change the .gclient URL mismatch warning into an error." (https://codereview.chromium.org/213483003/) Reason for revert: Re-landing this after https://codereview.chromium.org/214813002/ Original issue's description: > Revert "gclient: Change the .gclient URL mismatch warning into an error." > > This reverts commit c01bff75. > > BUG=356881 > TBR=iannucci > > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=259727 TBR=iannucci@chromium.org,smut@google.com NOTREECHECKS=true NOTRY=true BUG=356881 Review URL: https://codereview.chromium.org/221423004 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@261158 0039d316-1c4b-4281-b951-d872f2087c98
-
hinoka@google.com authored
This is based off the svn tarball bootstrap script in gclient_scm.py Also included is a new command to create a new zarchive/zipball. BUG=261741 Review URL: https://codereview.chromium.org/220423002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@261002 0039d316-1c4b-4281-b951-d872f2087c98
-
- 01 Apr, 2014 2 commits
-
-
borenet@google.com authored
BUG=356881 Review URL: https://codereview.chromium.org/214813002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@260887 0039d316-1c4b-4281-b951-d872f2087c98
-
agable@chromium.org authored
This causes git commands to be completely silent (they don't even print ______ running 'git foo bar') if the git command itself is completely silent. This mirrors the behavior of SVN commands. This is useful for commands like 'gclient diff', which should print no output at all if there is no diff. R=szager@chromium.org, vadimsh@chromium.org Review URL: https://codereview.chromium.org/218993009 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@260758 0039d316-1c4b-4281-b951-d872f2087c98
-
- 31 Mar, 2014 1 commit
-
-
iannucci@chromium.org authored
R=agable@chromium.org BUG=357367 Review URL: https://codereview.chromium.org/214133006 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@260704 0039d316-1c4b-4281-b951-d872f2087c98
-
- 30 Mar, 2014 2 commits
-
-
nodir@chromium.org authored
A git patch repo is cloned to .git/git-try/patches-git, if was not cloned before. Otherwise, changes are pulled. Then a patch is committed and pushed. --revision=auto (Git only) is resolved to the revision the diff is generated against. R=stip@chromium.org, agable@chromium.org, iannucci@chromium.org, maruel@chromium.org BUG=325882 Review URL: https://codereview.chromium.org/184343003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@260471 0039d316-1c4b-4281-b951-d872f2087c98
-
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 11 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
-