- 23 Feb, 2011 1 commit
-
-
bradnelson@google.com authored
hermetic python). BUG=http://code.google.com/p/gyp/issues/detail?id=178 TEST=None Review URL: http://codereview.chromium.org/6557004 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@75768 0039d316-1c4b-4281-b951-d872f2087c98
-
- 26 Jan, 2011 1 commit
-
-
bradnelson@google.com authored
run through cygwin python anymore (and fails subtlety). BUG=None TEST=None RS=pkasting Review URL: http://codereview.chromium.org/6400002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@72718 0039d316-1c4b-4281-b951-d872f2087c98
-
- 15 Nov, 2010 1 commit
-
-
maruel@chromium.org authored
on system that don't hard code bash's path. For example, BSD's bash lives in /usr/local/bin on freebsd & openbsd. Patch contributed by Sevan Janiyan (venture37 at gmail) TEST=didn't break ubuntu users BUG=none git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@66124 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
-
- 18 Oct, 2010 1 commit
-
-
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
-
- 13 Jul, 2010 1 commit
-
-
msb@chromium.org authored
Rather than updating git-cl whenever gclient is invoked, update it whenever git-cl is invoked. In the chromium-os workflow, folks often run git-cl but rarely run gclient. This results in folks running an older git-cl which may not have the latest features/fixes. TEST= Tested that git-cl is updated when it is stale, git-cl is cloned when it doesn't exist and is not updated when DEPOT_TOOLS_UPDATE=0 Review URL: http://codereview.chromium.org/2962013 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@52236 0039d316-1c4b-4281-b951-d872f2087c98
-
- 01 Feb, 2010 1 commit
-
-
nasser@codeaurora.org authored
git-svn rebase will always output 'Current branch <> is up-to-date' when the branch is up-to-date, even if you pass the --quiet flag(s). This change specifically squelches that message. Review URL: http://codereview.chromium.org/555183 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@37696 0039d316-1c4b-4281-b951-d872f2087c98
-
- 08 Jan, 2010 3 commits
-
-
maruel@chromium.org authored
TEST=none BUG=none R=maruel Patch contributed by Nasser <nasser@codeaurora> Review URL: http://codereview.chromium.org/530001 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@35817 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
TEST=none BUG=none TBR=nasser Review URL: http://codereview.chromium.org/523166 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@35800 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
Checks in the gclient wrapper and when running any gclient git command. TEST=none BUG=none Patch contributed by Nasser <nasser@codeaurora> Review URL: http://codereview.chromium.org/518064 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@35762 0039d316-1c4b-4281-b951-d872f2087c98
-
- 15 Sep, 2009 1 commit
-
-
thestig@chromium.org authored
BUG=13668 TEST=none Review URL: http://codereview.chromium.org/203075 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@26262 0039d316-1c4b-4281-b951-d872f2087c98
-
- 22 Aug, 2009 1 commit
-
-
chase@chromium.org authored
BUG=none TEST=none TBR=maruel Review URL: http://codereview.chromium.org/173246 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@24060 0039d316-1c4b-4281-b951-d872f2087c98
-
- 29 Jun, 2009 1 commit
-
-
sky@chromium.org authored
Also fixes bug where gclient fails because options isn't defined. git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@19498 0039d316-1c4b-4281-b951-d872f2087c98
-
- 25 Jun, 2009 1 commit
-
-
maruel@chromium.org authored
TEST=none BUG=none Review URL: http://codereview.chromium.org/147014 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@19277 0039d316-1c4b-4281-b951-d872f2087c98
-
- 17 Jun, 2009 4 commits
-
-
maruel@chromium.org authored
Now update git depot_tools checkouts, also add automatic update for git-cl-repo and git-try-repo. The difference with 18633 is that it leaves bootstrap/gclient.sh along. I'll remove it in a month or so to not break anyone in the meantime. TEST=none BUG=none TBR=evan Review URL: http://codereview.chromium.org/129001 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@18637 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@18634 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
TEST=none BUG=none Review URL: http://codereview.chromium.org/125259 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@18633 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
Ah cygwin... Patch contributed by cmp@google.com TBR=nsylvain TEST=none BUG=none Review URL: http://codereview.chromium.org/125249 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@18613 0039d316-1c4b-4281-b951-d872f2087c98
-
- 09 Jun, 2009 1 commit
-
-
maruel@chromium.org authored
TEST=none BUG=none Review URL: http://codereview.chromium.org/118451 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@17974 0039d316-1c4b-4281-b951-d872f2087c98
-
- 07 May, 2009 1 commit
-
-
maruel@chromium.org authored
TBR=bradnelson Review URL: http://codereview.chromium.org/115061 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@15496 0039d316-1c4b-4281-b951-d872f2087c98
-
- 24 Apr, 2009 2 commits
-
-
maruel@google.com authored
TBR=nsylvain Review URL: http://codereview.chromium.org/93110 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@14404 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@google.com authored
Grab the latest gcl.py and presubmit.py scripts. TBR=nsylvain Review URL: http://codereview.chromium.org/93108 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@14403 0039d316-1c4b-4281-b951-d872f2087c98
-
- 23 Apr, 2009 1 commit
-
-
maruel@google.com authored
Review URL: http://codereview.chromium.org/92087 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@14349 0039d316-1c4b-4281-b951-d872f2087c98
-