summaryrefslogtreecommitdiffstats
path: root/tools/bisect-builds.py
Commit message (Collapse)AuthorAgeFilesLines
* bisect-builds.py: Use Google Common Data Storage instead of build.chromium.org.rsesek@chromium.org2011-06-101-113/+144
| | | | | | | | | | | | | | | | The continuous archive's index file appears to be incomplete/problematic for some platforms and revision ranges, so go back to just using directory lists via the CDS API. This also cleans up the code by using a PathContext object rather than a slew of global variables to format/create the various URLs. BUG=85498 TEST=See bug. Review URL: http://codereview.chromium.org/6995117 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88658 0039d316-1c4b-4281-b951-d872f2087c98
* bisect-builds.py: Use "win" instead of "xp" to fix Windows bisecting.rsesek@chromium.org2011-05-101-2/+2
| | | | | | | | | BUG=none TEST=./tools/bisect-builds.py -a win Review URL: http://codereview.chromium.org/6994012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84816 0039d316-1c4b-4281-b951-d872f2087c98
* bisect-builds.py: Use the continuous archive, rather than the snapshots.rsesek@chromium.org2011-05-021-32/+65
| | | | | | | | | | | | This will allow people to bisect back until 2008 on Windows and 2009 for Linux and Mac, rather than just the last ~1000 revisions. BUG=none TEST=bisect-builds.py works as before, but with a larger archive history Review URL: http://codereview.chromium.org/6788015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83774 0039d316-1c4b-4281-b951-d872f2087c98
* Fix the "unzipping" typo that's been driving me crazy.avi@chromium.org2011-02-031-1/+1
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/6349061 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73565 0039d316-1c4b-4281-b951-d872f2087c98
* Convert build.chromium.org URLs to new URL format.chase@chromium.org2010-12-241-1/+1
| | | | | | | | | BUG=none TEST=scripts keep working Review URL: http://codereview.chromium.org/5961009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70143 0039d316-1c4b-4281-b951-d872f2087c98
* Rename build/build-bisect.py to tools/bisect-builds.py.evan@chromium.org2010-12-231-0/+300
I always have trouble finding this tool because of its weird name and place. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70110 0039d316-1c4b-4281-b951-d872f2087c98