- 22 Feb, 2014 1 commit
-
-
hinoka@google.com authored
This is to tackle the issue that slaves don't have global git vars set up. BUG=339171 Review URL: https://codereview.chromium.org/175543006 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@252705 0039d316-1c4b-4281-b951-d872f2087c98
-
- 21 Feb, 2014 6 commits
-
-
scottmg@chromium.org authored
> Switch to opt-out for toolchain > > R=maruel@chromium.org > BUG=323300 > > Review URL: https://codereview.chromium.org/174663005 TBR=scottmg@chromium.org Review URL: https://codereview.chromium.org/175743002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@252634 0039d316-1c4b-4281-b951-d872f2087c98
-
scottmg@chromium.org authored
R=maruel@chromium.org BUG=323300 Review URL: https://codereview.chromium.org/174663005 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@252633 0039d316-1c4b-4281-b951-d872f2087c98
-
mmoss@chromium.org authored
The git path is based on the git version, so it might change whenever git is updated. Run git.bat instead, since that's updated with new git installs and should always point to the right path. The mingw logic is based on similar handling of python.bat in git-cl. Review URL: https://codereview.chromium.org/166273024 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@252584 0039d316-1c4b-4281-b951-d872f2087c98
-
agable@chromium.org authored
R=iannucci@chromium.org, maurel@chromium.org Review URL: https://codereview.chromium.org/169323004 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@252474 0039d316-1c4b-4281-b951-d872f2087c98
-
hinoka@google.com authored
This add --force to ignore the flag file. This also passes --base_ref so we can specify which ref we're basing off of so that it does not incorrectly assert that it is basing off origin/master BUG=339171 Review URL: https://codereview.chromium.org/171763003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@252464 0039d316-1c4b-4281-b951-d872f2087c98
-
sergeyberezin@chromium.org authored
BUG=345117 Review URL: https://codereview.chromium.org/174313002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@252452 0039d316-1c4b-4281-b951-d872f2087c98
-
- 20 Feb, 2014 3 commits
-
-
mmoss@chromium.org authored
The git path is based on the git version, so it might change whenever git is updated. Run git.bat instead, since that's updated with new git installs and should always point to the right path. Review URL: https://codereview.chromium.org/173393002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@252299 0039d316-1c4b-4281-b951-d872f2087c98
-
mmoss@chromium.org authored
R=maruel@chromium.org Review URL: https://codereview.chromium.org/172003003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@252297 0039d316-1c4b-4281-b951-d872f2087c98
-
iannucci@chromium.org authored
One line for the fix, 30 lines for the test :) R=kbr@chromium.org, mmoss@chromium.org, stip@chromium.org, szager@chromium.org BUG=345073 Review URL: https://codereview.chromium.org/165443004 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@252138 0039d316-1c4b-4281-b951-d872f2087c98
-
- 19 Feb, 2014 2 commits
-
-
davidjames@chromium.org authored
This reverts commit cdd96909, which broke gerrit_unittest.py within the chroot, which has Java 6. Original-Review URL: https://codereview.chromium.org/164023005 TBR=szager BUG=344786 TEST=Run the unit tests before and after. Confirm this CL fixes them. Review URL: https://codereview.chromium.org/170423003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@251976 0039d316-1c4b-4281-b951-d872f2087c98
-
dborowitz@google.com authored
These may be named git-snapshot-VERSION.war, where VERSION is the long format defined in git-describe(1). In particular, this may include a number of commits after the given tag name; treat more commits since the tag as a higher version number. This is arguably not always strictly correct due to non-linear history, but the maintainers expect the total number of such snapshot versions to be low, and can remove old snapshot versions that don't sort correctly. Slightly de-obfuscate some of the variable names and logic while we're at it. R=szager@chromium.org BUG= Review URL: https://codereview.chromium.org/164023005 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@251888 0039d316-1c4b-4281-b951-d872f2087c98
-
- 13 Feb, 2014 5 commits
-
-
scottmg@chromium.org authored
The goal of this change is to include the DIA SDK (and strip out a bit extra that was unnecessary). Unfortunately, the msi that includes the DIA SDK includes a file with an extraordinarily long path, 241 characters long. When prepended with "C:\Program Files (x86)\" it extracts OK, however, when we extract to %TEMP% it's not hard for it to exceed _MAX_PATH and have the msi tool fail. So, when extracting MSIs, also do the equivalent of "subst X: temp_dir" and use X:\ as the path given to msiexec. (sigh) R=maruel@chromium.org BUG=323300 Review URL: https://codereview.chromium.org/150333005 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@251085 0039d316-1c4b-4281-b951-d872f2087c98
-
scottmg@chromium.org authored
It's somewhat annoying to have the script delete your toolchain directory (at least during testing) and it necessitates downloading 3-4G to restore, so add a short timeout before doing so. Also, hide the output of taskkill'ing mspdbsrv so that the first message isn't '''ERROR: The process "..." not found.'''. R=maruel@chromium.org BUG=323300 Review URL: https://codereview.chromium.org/146583012 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@251084 0039d316-1c4b-4281-b951-d872f2087c98
-
zty@chromium.org authored
BUG=336460 Review URL: https://codereview.chromium.org/150003010 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@250904 0039d316-1c4b-4281-b951-d872f2087c98
-
mmoss@chromium.org authored
> Re-reland r245404 ("If the destination directory doesn't contain the desired repo, delete it") > > BUG= > > Review URL: https://codereview.chromium.org/133073015 TBR=borenet@google.com Review URL: https://codereview.chromium.org/146583013 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@250878 0039d316-1c4b-4281-b951-d872f2087c98
-
mmoss@chromium.org authored
> gclient: Use the correct bot hostnames to enable experimental deletion behavior > > BUG=skia:1638 > > Review URL: https://codereview.chromium.org/132313017 TBR=borenet@google.com Review URL: https://codereview.chromium.org/143183008 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@250877 0039d316-1c4b-4281-b951-d872f2087c98
-
- 12 Feb, 2014 2 commits
-
-
wtc@chromium.org authored
This typo was introduced in https://codereview.chromium.org/106403003. Rename options.dryrun to options.dry_run. R=agable@chromium.org,dpranke@chromium.org BUG=none TEST=none Review URL: https://codereview.chromium.org/138623008 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@250802 0039d316-1c4b-4281-b951-d872f2087c98
-
mmoss@chromium.org authored
To force revert to the old git, and uninstall the new one, set: DEPOT_TOOLS_GIT_1852=0 BUG=341967 R=maruel@chromium.org Review URL: https://codereview.chromium.org/156713005 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@250622 0039d316-1c4b-4281-b951-d872f2087c98
-
- 11 Feb, 2014 7 commits
-
-
hinoka@google.com authored
BUG=339168 Review URL: https://codereview.chromium.org/140553007 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@250547 0039d316-1c4b-4281-b951-d872f2087c98
-
borenet@google.com authored
BUG=skia:1638 Review URL: https://codereview.chromium.org/132313017 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@250524 0039d316-1c4b-4281-b951-d872f2087c98
-
mmoss@chromium.org authored
This is in preparation for once again making 1.8.5.2 the default Windows git. Also remove the CHROME_HEADLESS condition, which confuses bot setup because the same bot will sometimes run without that set (e.g. at slave startup) and with it set (e.g. during a build), leading to the wrong, or even no, git installed. R=maruel@chromium.org Review URL: https://codereview.chromium.org/160033002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@250486 0039d316-1c4b-4281-b951-d872f2087c98
-
borenet@google.com authored
BUG= Review URL: https://codereview.chromium.org/133073015 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@250482 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
Relative root no longer makes sense after an os.chdir(). This is effectively a partial revert of r250248. Review URL: https://codereview.chromium.org/135213006 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@250478 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
Additionally: - replace some RunCommand(['git', ...]) calls with RunGit(). - replace Settings._GetConfig('rietveld.foo') _GetRietveldConfig('foo'). - merge and cache calls to git rev-parse --show-cdup. - merge some calls to git merge-base. Review URL: https://codereview.chromium.org/157913005 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@250248 0039d316-1c4b-4281-b951-d872f2087c98
-
mmoss@chromium.org authored
There are several bot failures, some understood, some not. This will revert bots to the old git until all the failures can be investigated. Users who want the new git can still install it with an explicit: set DEPOT_TOOLS_GIT_1852=1 R=hinoka@google.com Review URL: https://codereview.chromium.org/150203005 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@250239 0039d316-1c4b-4281-b951-d872f2087c98
-
- 10 Feb, 2014 2 commits
-
-
mmoss@chromium.org authored
The new git broke then XP bots because it relies on WinAPIs that are newer than XP. R=szager@chromium.org Review URL: https://codereview.chromium.org/137213011 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@250211 0039d316-1c4b-4281-b951-d872f2087c98
-
mmoss@chromium.org authored
This can be overridden, and the old git installed, with: set DEPOT_TOOLS_GIT_1852=0 rd /s /q git-1.8.5.2.chromium.1_bin git-1.8.0_bin gclient R=maruel@chromium.org Review URL: https://codereview.chromium.org/136693024 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@250132 0039d316-1c4b-4281-b951-d872f2087c98
-
- 07 Feb, 2014 2 commits
-
-
mmoss@chromium.org authored
R=cmp@chromium.org Review URL: https://codereview.chromium.org/139733003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@249612 0039d316-1c4b-4281-b951-d872f2087c98
-
mmoss@chromium.org authored
The new git will only be installed when DEPOT_TOOLS_GIT_1852=1, otherwise the previous version will be installed. BUG=322954 R=iannucci@chromium.org Review URL: https://codereview.chromium.org/152043005 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@249609 0039d316-1c4b-4281-b951-d872f2087c98
-
- 06 Feb, 2014 2 commits
-
-
akeshet@google.com authored
We've synced our fork of repo to upstream. This change copies the new version into depot_tools. BUG=chromium:339665 TEST=repo sync works Review URL: https://codereview.chromium.org/146723003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@249277 0039d316-1c4b-4281-b951-d872f2087c98
-
borenet@google.com authored
Revert of Reland r245404 ("If the destination directory doesn't contain the desired repo, delete it") (https://codereview.chromium.org/131743022/) Reason for revert: This is still failing third_party DEPS for git-svn... Original issue's description: > Reland r245404 ("If the destination directory doesn't contain the desired repo, delete it") > > BUG= > > Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=249143 TBR=iannucci@chromium.org,maruel@chromium.org NOTREECHECKS=true NOTRY=true BUG= Review URL: https://codereview.chromium.org/152933004 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@249216 0039d316-1c4b-4281-b951-d872f2087c98
-
- 05 Feb, 2014 4 commits
-
-
borenet@google.com authored
BUG= Review URL: https://codereview.chromium.org/131743022 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@249143 0039d316-1c4b-4281-b951-d872f2087c98
-
mariakhomenko@chromium.org authored
This allows gclient to manage sso:// git repositories. BUG= Review URL: https://codereview.chromium.org/133373006 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@249130 0039d316-1c4b-4281-b951-d872f2087c98
-
rdsmith@chromium.org authored
Given that we search for the gclient root in ancestor directories based on the file name, specifying a file with separators doesn't make a lot of sense. BUG=336946 R=iannucci@chromium.org Review URL: https://codereview.chromium.org/150633004 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@249077 0039d316-1c4b-4281-b951-d872f2087c98
-
petermayo@chromium.org authored
BUG=337921 TEST=local Review URL: https://codereview.chromium.org/155413002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@248821 0039d316-1c4b-4281-b951-d872f2087c98
-
- 04 Feb, 2014 3 commits
-
-
scottmg@chromium.org authored
R=iannucci@chromium.org BUG=323300 Review URL: https://codereview.chromium.org/144823003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@248786 0039d316-1c4b-4281-b951-d872f2087c98
-
ajm@chromium.org authored
Use the source root (src/ in Chromium) rather than the checkout root as the path from which to locate the clang-format binaries. webrtc uses the Chromium build/tools infrastructure but doesn't have src/ as a source root path. This change allows us to continue to use 'git cl format' in a standalone webrtc checkout (which would be nice.) BUG=240309 TESTED='git cl format' works on a trivial test change in both a Chromium and webrtc checkout. Review URL: https://codereview.chromium.org/135653014 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@248651 0039d316-1c4b-4281-b951-d872f2087c98
-
scottmg@chromium.org authored
And for now, defaults to Express. Main changes: - Valid hash becomes a set of hashes one for Pro, one for Express - Include WDK to get an old copy of ATL as that doesn't come with Express BUG=323300 R=maruel@chromium.org Review URL: https://codereview.chromium.org/148453008 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@248622 0039d316-1c4b-4281-b951-d872f2087c98
-
- 02 Feb, 2014 1 commit
-
-
thakis@chromium.org authored
(It's a bit unfortunate that we're duplicating the default -regex list in clang-format-diff.py here :-/ But the .js and .proto stuff is probably not quite ready yet anyhow, so I'm only adding .mm for now.) TEST=Edit a .mm file, commit, run `git cl format`, `git diff` shows formatted output. TBR=iannucci@chromium.org Review URL: https://codereview.chromium.org/152303002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@248424 0039d316-1c4b-4281-b951-d872f2087c98
-