v8/tools/push-to-trunk
machenbach@chromium.org 570ea3bf5d Add script to bump up version on bleeding edge.
The version.cc file will from now on be controlled on
bleeding edge and on trunk. The next version to use will
always be max(bleeding_edge_version, trunk_version) + 1.

The trunk and bleeding_edge versions are not semantically
tied together. The trunk branch can be used to make
independent point releases of bleeding_edge revisions.

The version on bleeding_edge will be increased if:
- the lkgr version is smaller than the version of the latest
  revision,
- the lkgr version is not a version change itself,
- the tree is not closed for maintenance.

This will allow chromium to refer directly to bleeding_edge
revisions of v8. The v8 versions will not be unique, but
they will change as often as possible, dependent on the lkgr
cycle time and the frequency this script is called.

BUG=391261
LOG=n
TEST=tools/push-to-trunk/script_test.py
TEST=tools/push-to-trunk/bump_up_version.py --dry_run
R=jarin@chromium.org

Review URL: https://codereview.chromium.org/389353003

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@22421 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2014-07-16 07:57:13 +00:00
..
auto_push.py Fix auto-roll configuration. 2014-04-02 07:13:17 +00:00
auto_roll.py Fix clusterfuzz check in auto-roll. 2014-06-25 08:44:59 +00:00
bump_up_version.py Add script to bump up version on bleeding edge. 2014-07-16 07:57:13 +00:00
chromium_roll.py Add clusterfuzz check to v8 auto-roll script and use CQ. 2014-06-25 08:17:45 +00:00
common_includes.py Add script to bump up version on bleeding edge. 2014-07-16 07:57:13 +00:00
git_recipes.py Add script to bump up version on bleeding edge. 2014-07-16 07:57:13 +00:00
merge_to_branch.py Remove old branch logic from push scripts. 2014-05-05 15:16:26 +00:00
push_to_trunk.py Add script to bump up version on bleeding edge. 2014-07-16 07:57:13 +00:00
releases.py Add script to bump up version on bleeding edge. 2014-07-16 07:57:13 +00:00
script_test.py Add coverage analysis to push and merge script tests. 2014-03-03 20:17:03 +00:00
test_scripts.py Add script to bump up version on bleeding edge. 2014-07-16 07:57:13 +00:00