aboutsummaryrefslogtreecommitdiff
path: root/version.py
AgeCommit message (Collapse)Author
2014-08-05bug #322: fix version information for snapshots2014.07.2Andy Doan
There were 2 issues: 1) ensure git is run from the proper directory 2) ensure we can parse git-log returns for both Trusty and Precise Change-Id: I9d7b59742e4e82f668de5bc57070ef9f8d4f198d
2014-07-22Add revision information for deploymentAndy Doan
Fixes: https://bugs.linaro.org/show_bug.cgi?id=226 by including either the last commit-id or the tag if available Change-Id: Iecd2a857036429bd37f9d3220853f3c1f575536a
2014-06-03Remove depencency on bzr to show version number.Milo Casagrande
* Since we no longer deploy via bzr, we need to find another way to show the version number. The changes here introduce a new file, version.py, with a single variable that should be bumped each time we do a release. The relase should follow normal release schedule and numbering. * Fix the template to point to git instead of Launchpad source code. * Removed a test that checked the bzr version number in the template. Change-Id: I6864ba95be2343ca539d91b87482c2e1359653ec