Refactoring: Remove more legacy from release scripts.
authormachenbach@chromium.org <machenbach@chromium.org>
Tue, 23 Sep 2014 09:35:49 +0000 (09:35 +0000)
committermachenbach@chromium.org <machenbach@chromium.org>
Tue, 23 Sep 2014 09:35:49 +0000 (09:35 +0000)
commita77dfb1ac6bdaf47e6c5cbffead456b0f9d20395
tree05fca5f2492537e709a04109904e6d1196ed76c0
parent9583236d8440982b723a9ddacd9ec7355b37ad11
Refactoring: Remove more legacy from release scripts.

- Remove an unused feature that allowed to check for required
  data before each script step.
- Use a relative path to the version file. In the production
  environment, this will point to the cwd/version_file, while
  in the test environment it is fake_cwd/version_file.

TBR=tandrii@chromium.org

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@24140 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
tools/push-to-trunk/auto_tag.py
tools/push-to-trunk/bump_up_version.py
tools/push-to-trunk/common_includes.py
tools/push-to-trunk/merge_to_branch.py
tools/push-to-trunk/push_to_trunk.py
tools/push-to-trunk/releases.py
tools/push-to-trunk/test_scripts.py