summaryrefslogtreecommitdiffstats
path: root/tools/safely-roll-deps.py
Commit message (Collapse)AuthorAgeFilesLines
* Move find_depot_tools.py to build/mcgrathr2015-10-261-0/+3
| | | | | | | | | | | | | | | | | | | | build/vs_toolchain.py requires find_depot_tools.py, but it's not available to a project that gets build/ via DEPS and does not also get all of tools/ via DEPS. The native_client repo needs to use build/vs_toolchain.py, but it does not copy chromium/src/tools/ and it should not have to duplicate find_depot_tools.py just to use build/vs_toolchain.py. The native_client repo also needs a standalone script to print out the depot_tools directory location, and find_depot_tools.py can serve that purpose too with some trivial additions. BUG= 512869 R=ben@chromium.org, dbeam@chromium.org, dpranke@chromium.org, jbudorick@chromium.org, klundberg@chromium.org, phajdan.jr@chromium.org, sky@chromium.org, tbreisacher@chromium.org Review URL: https://codereview.chromium.org/1418513007 Cr-Commit-Position: refs/heads/master@{#356141}
* Fix safely-roll-deps.py to use single quotes.mlamouri2014-08-291-2/+2
| | | | | | | | | | | | | The regexp were using single quotes but the DEPS files is using single quotes. With this CL, the DEPS file is correctly parsed and updated. BUG=None TBR=eseidel@chromium.org (current LGTM not accepted) Review URL: https://codereview.chromium.org/524583002 Cr-Commit-Position: refs/heads/master@{#292625}
* ARB: Skip PRESUBMITborenet@google.com2014-06-021-1/+1
| | | | | | | | BUG=379065 Review URL: https://codereview.chromium.org/307103002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274287 0039d316-1c4b-4281-b951-d872f2087c98
* Revert of Remove tools/safely-roll-blink now that tools/safely-roll-deps is ↵borenet@google.com2014-05-231-0/+161
| | | | | | | | | | | | | | | | | | | | | | | | | | stable. (https://codereview.chromium.org/291333007/) Reason for revert: This removed the wrong file (safely-roll-deps instead of safely-roll-blink). Now Skia's AutoRoll Bot is broken. Original issue's description: > Remove tools/safely-roll-blink now that tools/safely-roll-deps is stable. > > "tools/safely-roll-deps /src blink" > is the replacemnt syntax. No need to keep dead code around. > > BUG=242461 > > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=272347 TBR=maruel@google.com,borenet@chromium.org,eseidel@chromium.org,blink-deps-roller@chromium.org NOTREECHECKS=true NOTRY=true BUG=242461 Review URL: https://codereview.chromium.org/294163012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272518 0039d316-1c4b-4281-b951-d872f2087c98
* Remove tools/safely-roll-blink now that tools/safely-roll-deps is stable.blink-deps-roller@chromium.org2014-05-221-161/+0
| | | | | | | | | | | "tools/safely-roll-deps /src blink" is the replacemnt syntax. No need to keep dead code around. BUG=242461 Review URL: https://codereview.chromium.org/291333007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272347 0039d316-1c4b-4281-b951-d872f2087c98
* Make safely-roll-deps work with git commit hashesborenet@google.com2014-05-091-5/+5
| | | | | | | | BUG=skia:1945 Review URL: https://codereview.chromium.org/271733007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@269359 0039d316-1c4b-4281-b951-d872f2087c98
* safely-roll-deps: print every commandborenet@google.com2014-05-051-12/+25
| | | | | | | | BUG=363147 Review URL: https://codereview.chromium.org/260903009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268239 0039d316-1c4b-4281-b951-d872f2087c98
* AutoRoll bot: check_call -> callborenet@google.com2014-04-091-1/+1
| | | | | | | | BUG= Review URL: https://codereview.chromium.org/231623003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@262856 0039d316-1c4b-4281-b951-d872f2087c98
* safely-roll-deps: add --force flag to fix the local checkout if neededborenet@google.com2014-04-081-4/+24
| | | | | | | | | NOTRY=true BUG=skia:1945 Review URL: https://codereview.chromium.org/222603004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@262507 0039d316-1c4b-4281-b951-d872f2087c98
* Fix reviewers line in safely-roll-depsborenet@google.com2014-04-081-5/+3
| | | | | | | | | BUG=361256 NOTRY=true Review URL: https://codereview.chromium.org/228903005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@262504 0039d316-1c4b-4281-b951-d872f2087c98
* Fix safely-roll-deps for Blink.eseidel@chromium.org2014-04-021-0/+3
| | | | | | | | | | | This script really needs unittests. TBR=maruel@chromium.org BUG=skia:1945 Review URL: https://codereview.chromium.org/214433004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@261081 0039d316-1c4b-4281-b951-d872f2087c98
* Make tools/safely-roll-blink work for any projectborenet@google.com2014-04-011-0/+127
BUG=skia:1945 Review URL: https://codereview.chromium.org/216173007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260923 0039d316-1c4b-4281-b951-d872f2087c98