1. 01 Jun, 2017 1 commit
  2. 21 Jun, 2016 1 commit
  3. 23 May, 2016 1 commit
  4. 09 Nov, 2015 3 commits
  5. 12 Aug, 2015 1 commit
  6. 20 Jul, 2015 1 commit
  7. 25 Jun, 2015 1 commit
  8. 24 Jun, 2015 2 commits
  9. 25 Nov, 2014 1 commit
  10. 19 Mar, 2014 1 commit
  11. 22 Feb, 2014 1 commit
  12. 21 Feb, 2014 2 commits
  13. 15 Jan, 2014 1 commit
  14. 30 Sep, 2013 1 commit
  15. 20 Mar, 2013 1 commit
  16. 07 Jan, 2013 1 commit
  17. 11 Sep, 2012 1 commit
  18. 01 May, 2012 1 commit
    • cmp@chromium.org's avatar
      Handle updating depot_tools repos that are git cloned. · b9d08cec
      cmp@chromium.org authored
      Until recently, no proper Git clone of depot_tools existed.
      All Git clones were set up locally via git svn clone.  The
      way repos of that type are updated is via 'git svn rebase'.
      
      Now, a supported Git clone of depot_tools exists.  The
      update process for repos of this type is via 'git fetch'
      and 'git rebase'.
      
      Modify the update_depot_tools* scripts so they can update
      depot_tools for git cloned or git svn cloned methods.  This
      also means that git svn is no longer required, so move that
      test after we check for git cloned repos.
      
      R=maruel@chromium.org
      
      TEST=Linux + git clone: on Linux, git clone
      https://git.chromium.org/chromium/tools/depot_tools.git.  Apply
      and commit this patch locally.  Note commit hash of HEAD.  Run
      'git reset --hard "HEAD^^^"'.  Run
      'git cherry-pick HASH_OF_UPDATE_CHANGE'.  Run './update_depot_tools'.
      Verify depot_tools is updated to latest available revision + this
      change.
      
      TEST=Linux + git svn clone: on Linux, git svn clone
      svn://svn.chromium.org/chrome/trunk/tools/depot_tools.
      Apply and commit this patch locally.  Note commit hash
      of HEAD.  Run 'git reset --hard "HEAD^^^"'.  Run 'git cherry-pick
      HASH_OF_UPDATE_CHANGE'.  Run './update_depot_tools'.  Verify
      depot_tools is updated to latest available revision + this change.
      
      TEST=Windows command prompt + git clone: on Windows command prompt,
      run Linux+git clone test, except use update_depot_tools.bat.  Verify
      depot_tools is updated to latest available revision + this change.
      
      TEST=Windows command prompt + git svn clone: on Windows command
      prompt, run Linux+git svn clone test, except use
      update_depot_tools.bat.  Verify depot_tools is updated to latest
      available revision + this change.
      
      TEST=Windows cygwin + git clone: on Windows command prompt,
      run Linux+git clone test.  Verify depot_tools is updated to latest
      available revision + this change.
      
      TEST=Windows cygwin + git svn clone: on Windows command
      prompt, run Linux+git svn clone test.  Verify depot_tools is updated
      to latest available revision + this change.
      
      Review URL: https://chromiumcodereview.appspot.com/10263004
      
      git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@134732 0039d316-1c4b-4281-b951-d872f2087c98
      b9d08cec
  19. 13 Apr, 2012 1 commit