- 21 Mar, 2016 1 commit
-
-
tandrii@chromium.org authored
R=szager@chromium.org,sergiyb@chromium.org BUG=579160 Review URL: https://codereview.chromium.org/1820923002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@299408 0039d316-1c4b-4281-b951-d872f2087c98
-
- 02 Jun, 2014 1 commit
-
-
r.c.ladan@gmail.com authored
Invoke the bash shell via /usr/bin/env so that these scripts run on operating systems without /bin/bash too. TEST=run "git cl owners" on FreeBSD BUG= Review URL: https://codereview.chromium.org/197213008 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@274320 0039d316-1c4b-4281-b951-d872f2087c98
-
- 13 Mar, 2014 1 commit
-
-
szager@chromium.org authored
BUG= Review URL: https://codereview.chromium.org/199553002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@256925 0039d316-1c4b-4281-b951-d872f2087c98
-
- 12 Mar, 2014 1 commit
-
-
szager@chromium.org authored
This is an emergency patch to avoid picking up the upcoming 2.9-rc0 version of gerrit, which requires java 7 and will break the chromeos bots. BUG=346369 R=davidjames@chromium.org Review URL: https://codereview.chromium.org/196063003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@256378 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
-
- 05 Feb, 2014 1 commit
-
-
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 Dec, 2013 1 commit
-
-
cranger@google.com authored
googlesource.com runs close to master and the latest gerrit RC is closest to that. Furthermore, this allows the tests to use the latest REST api endpoints (including create account). Fix the sorting of gerrit versions to extend the major revsion numbers before the RC numbers. This makes 2.7-rc4 comparable to 2.7.1. The gerrit init command now requires download-commands plugin to be installed in order for the revisions fetch field to be populated (i.e to show the download schemes). NOTRY=true Review URL: https://codereview.chromium.org/69373002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@238631 0039d316-1c4b-4281-b951-d872f2087c98
-
- 17 Oct, 2013 1 commit
-
-
szager@chromium.org authored
This prevents jgit from parsing the user's existing ~/.gitconfig, which can skew test results. BUG= Review URL: https://codereview.chromium.org/27752003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@229245 0039d316-1c4b-4281-b951-d872f2087c98
-
- 16 Oct, 2013 1 commit
-
-
szager@chromium.org authored
gob_util.py is a general-purpose library for communicating with the gerrit-on-borg service. testing_support/gerrit_test_case.py is a unittest framework for testing code that interacts with gerrit. R=vadimsh@chromium.org, cmp@chromium.org BUG= Review URL: https://codereview.chromium.org/26399002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@228965 0039d316-1c4b-4281-b951-d872f2087c98
-
- 12 Sep, 2013 1 commit
-
-
szager@chromium.org authored
BUG= R=vadimsh@chromium.org Review URL: https://codereview.chromium.org/23851027 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@222830 0039d316-1c4b-4281-b951-d872f2087c98
-
- 03 Sep, 2013 1 commit
-
-
szager@chromium.org authored
These will come in handy when testing code that interacts with multiple gerrit servers (like chromite). BUG= R=vadimsh@chromium.org Review URL: https://codereview.chromium.org/23620021 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@221051 0039d316-1c4b-4281-b951-d872f2087c98
-
- 06 Aug, 2013 1 commit
-
-
vadimsh@chromium.org authored
Also generate SSH keypair for default account to enable SSH access. R=szager@chromium.org Review URL: https://codereview.chromium.org/20441002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@216009 0039d316-1c4b-4281-b951-d872f2087c98
-
- 19 Jul, 2013 1 commit
-
-
szager@chromium.org authored
TBR=cmp@chromium.org Review URL: https://codereview.chromium.org/19872002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@212687 0039d316-1c4b-4281-b951-d872f2087c98
-
- 17 Jul, 2013 1 commit
-
-
szager@chromium.org authored
Also, fix preferred_email. TBR=cmp@chromium.org Review URL: https://codereview.chromium.org/19694003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@212149 0039d316-1c4b-4281-b951-d872f2087c98
-
- 16 Jul, 2013 1 commit
-
-
szager@chromium.org authored
BUG= R=cmp@chromium.org Review URL: https://codereview.chromium.org/19406002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@211865 0039d316-1c4b-4281-b951-d872f2087c98
-