- 26 Oct, 2010 3 commits
-
-
maruel@chromium.org authored
Lowers the noise TBR=jochen BUG=none TEST=none Review URL: http://codereview.chromium.org/4151001 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@63885 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
Contributed by Torsten Becker <torsten.becker@gmail.com> BUG= TEST=gclient config 'ssh://user-name@asd.com/~/asd.git' && gclient sync # fails in SplitUrlRevision Review URL: http://codereview.chromium.org/4144002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@63877 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
TBR=jochen BUG= TEST= Review URL: http://codereview.chromium.org/4132002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@63832 0039d316-1c4b-4281-b951-d872f2087c98
-
- 20 Oct, 2010 1 commit
-
-
scottbyer@chromium.org authored
Create an update_depot_tools.bat file to use for updated when on cygwin, and properly call it from the update_depot_tools shell script and gclient batch files. BUG=none TEST=gclient sync and git cl work again on cygwin. Can also turn echo on in update_depot_tools.bat to verify updating working correctly. Review URL: http://codereview.chromium.org/3856006 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@63234 0039d316-1c4b-4281-b951-d872f2087c98
-
- 19 Oct, 2010 1 commit
-
-
maruel@chromium.org authored
TEST=none BUG=none Review URL: http://codereview.chromium.org/3853003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@63047 0039d316-1c4b-4281-b951-d872f2087c98
-
- 18 Oct, 2010 5 commits
-
-
msb@chromium.org authored
Also, modify git-cl to also update depot_tools. Otherwise, the git-cl script never gets updated for folks that only use git-cl but not gclient. This fixes a bug ChromiumOS developers are currently seeing where there git-cl checkout is still pointing to src.chromium.org and not git.chromium.org. BUG=none TEST=Verified that git-cl help and gclient help work. Review URL: http://codereview.chromium.org/3817011 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@62948 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
This is nicer than an error message. TEST=manually tested the url was overwritten BUG=none Review URL: http://codereview.chromium.org/3796010 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@62923 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
It's better than throwing an exception. TEST=none BUG=none Review URL: http://codereview.chromium.org/3779010 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@62921 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
Prints a meaningful message instead of throwing an exception. TEST=none BUG=none Review URL: http://codereview.chromium.org/3828010 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@62920 0039d316-1c4b-4281-b951-d872f2087c98
-
chase@chromium.org authored
BUG=none TEST=git-cl works TBR=nsylvain@chromium.org Review URL: http://codereview.chromium.org/3757006 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@62916 0039d316-1c4b-4281-b951-d872f2087c98
-
- 14 Oct, 2010 4 commits
-
-
maruel@chromium.org authored
It happens when a user uses --diff foo.diff so the list of file is not defined. TEST=none BUG=none Review URL: http://codereview.chromium.org/3763004 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@62547 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
TEST=none BUG=none Review URL: http://codereview.chromium.org/3797002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@62541 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
This occurs when gclient compares the cached deps in .gclient_entries to the new DEPS and tries to construct an SCM for any cached entries which no longer exist. In this situation gclient doesn't account for the case where previous entries may have been ignored by setting their url to None via the custom_deps section in .gclient. Contributed by Jay Soffian. Review URL: http://codereview.chromium.org/3769002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@62540 0039d316-1c4b-4281-b951-d872f2087c98
-
mattm@google.com authored
BUG=none TEST=cd ../tempdir && ../depot_tools/drover <some args> Review URL: http://codereview.chromium.org/3811001 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@62497 0039d316-1c4b-4281-b951-d872f2087c98
-
- 13 Oct, 2010 1 commit
-
-
maruel@chromium.org authored
TEST=none BUG=none Review URL: http://codereview.chromium.org/3737001 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@62400 0039d316-1c4b-4281-b951-d872f2087c98
-
- 08 Oct, 2010 1 commit
-
-
msb@chromium.org authored
This is part 2 of a 2-part change which fixes a bug where git-cl hangs if ~/.codereview_upload_cookies does not exist. It is actually waiting on user input for email/password (but you don't see the prompt because it's happening in a subprocess). This is a do-over of http://codereview.chromium.org/3622002. Much thanks to Lei Zhang for fixing the bugs in the original CL. His fixup CL was http://codereview.chromium.org/3541019. BUG=none TEST=Verified that the hang is fixed. Wrote a quick pre-submit to test that issue and patchset are ints: http://codereview.chromium.org/3533020 Output: ** Presubmit Warnings ** Patchset is 1 Issue is 3533020 Review URL: http://codereview.chromium.org/3591017 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@61957 0039d316-1c4b-4281-b951-d872f2087c98
-
- 07 Oct, 2010 3 commits
-
-
msb@chromium.org authored
TBR=maruel BUG=none TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@61883 0039d316-1c4b-4281-b951-d872f2087c98
-
msb@chromium.org authored
This is part 2 of a 2-part change which fixes a bug where git-cl hangs if ~/.codereview_upload_cookies does not exist. It is actually waiting on user input for email/password (but you don't see the prompt because it's happening in a subprocess). BUG=none TEST=Verified that the hang is fixed. Review URL: http://codereview.chromium.org/3622002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@61822 0039d316-1c4b-4281-b951-d872f2087c98
-
bauerb@chromium.org authored
Otherwise, git try breaks for some users. Also, make testUpdateCheckout pass if the path to the temp directory contains a symlink (like on Mac OS X). BUG=none TEST=none Review URL: http://codereview.chromium.org/3620011 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@61786 0039d316-1c4b-4281-b951-d872f2087c98
-
- 06 Oct, 2010 4 commits
-
-
joi@chromium.org authored
smarter about finding the most appropriate settings file. Before this change, I inadvertently did a [gcl try] on a chrome-internal change (it was a trivial change and not really secret, so no harm done). After this change, that won't be possible. Also, change breakpad to not upload the exception that is thrown when the user fails to provide correct log-on credentials. TEST=none BUG=none Review URL: http://codereview.chromium.org/3390013 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@61738 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
TEST=none BUG=none git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@61734 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
Patch contributed by Anton Staaf. BUG=None TEST=run "gclient config ...; gclient sync chromium" Review URL: http://codereview.chromium.org/3497013 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@61733 0039d316-1c4b-4281-b951-d872f2087c98
-
msb@chromium.org authored
python does not seem to be able to import for a dir with dashes in it. BUG=none TEST=Ran git-cl help and verified it worked and new dir was created. Review URL: http://codereview.chromium.org/3530012 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@61694 0039d316-1c4b-4281-b951-d872f2087c98
-
- 05 Oct, 2010 4 commits
-
-
maruel@chromium.org authored
sys.stdout.isatty() is True even on buildbot. Otherwise, logs can't be untangled when using --jobs. TEST=none BUG=none Review URL: http://codereview.chromium.org/3596006 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@61552 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
Added a unit test to verify .hg detection. Also refactor the test a bit to reduce the amount of reduncdant code. TEST=fixed unit tests BUG=none Review URL: http://codereview.chromium.org/3516015 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@61551 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
Otherwise the scripts make it looks like they are hung when the presubmit checks are slow. TEST=none BUG=none Review URL: http://codereview.chromium.org/3613007 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@61506 0039d316-1c4b-4281-b951-d872f2087c98
-
morrita@chromium.org authored
BUG=57783 TEST=none Review URL: http://codereview.chromium.org/3601007 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@61459 0039d316-1c4b-4281-b951-d872f2087c98
-
- 04 Oct, 2010 1 commit
-
-
maruel@chromium.org authored
TEST=none BUG=29953 Review URL: http://codereview.chromium.org/3609007 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@61371 0039d316-1c4b-4281-b951-d872f2087c98
-
- 02 Oct, 2010 1 commit
-
-
thakis@chromium.org authored
Review URL: http://codereview.chromium.org/3521006 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@61277 0039d316-1c4b-4281-b951-d872f2087c98
-
- 24 Sep, 2010 1 commit
-
-
maruel@chromium.org authored
looking for non-standard-named depot_tools directory in git cl hooks python script. Otherwise, python ignores the path. Patch contributed by James Jones @ nvidia. BUG=chromium-os:7007 Review URL: http://codereview.chromium.org/3467013 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@60499 0039d316-1c4b-4281-b951-d872f2087c98
-
- 23 Sep, 2010 1 commit
-
-
maruel@chromium.org authored
The user will get an idea of what data is sent. Getting the current working directory is useful to know what checkout was used. the repr(last_tb) call was stripping off a lot of useful information for debugging. TEST=none BUG=none Review URL: http://codereview.chromium.org/3384020 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@60339 0039d316-1c4b-4281-b951-d872f2087c98
-
- 22 Sep, 2010 2 commits
-
-
maruel@chromium.org authored
That's so pythonic. Use str() instead. TBR=bradnelson TEST=none BUG=none Review URL: http://codereview.chromium.org/3415019 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@60211 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
It doesn't give me useful information. TEST=none BUG=none Review URL: http://codereview.chromium.org/3493005 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@60209 0039d316-1c4b-4281-b951-d872f2087c98
-
- 21 Sep, 2010 1 commit
-
-
maruel@chromium.org authored
This makes the code saner to understand. TEST=none BUG=none Review URL: http://codereview.chromium.org/3420014 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@60050 0039d316-1c4b-4281-b951-d872f2087c98
-
- 20 Sep, 2010 4 commits
-
-
maruel@chromium.org authored
This breaks non-ascii output on Windows but if it's not there it breaks unicode output on all other platforms. Ah code pages... TEST=none BUG=none Review URL: http://codereview.chromium.org/3415010 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@59966 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
TEST=none BUG=none Review URL: http://codereview.chromium.org/3473004 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@59965 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
Had to update a few tests, removed redundant code in gclient_scm_tests. TEST=more readable unit tests BUG=none Review URL: http://codereview.chromium.org/3473003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@59959 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
TEST=none BUG=none Review URL: http://codereview.chromium.org/3446014 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@59944 0039d316-1c4b-4281-b951-d872f2087c98
-
- 17 Sep, 2010 2 commits
-
-
maruel@chromium.org authored
In the next change, we can now remove all the options.stdout bookeeping since it's not unnecessary. TEST=none BUG=none Review URL: http://codereview.chromium.org/3398008 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@59795 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
The end goal is to remove options.stdout, to remove a lot of bookkeeping. TEST=none BUG=none Review URL: http://codereview.chromium.org/3418014 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@59792 0039d316-1c4b-4281-b951-d872f2087c98
-