Statistics
| Branch: | Tag: | Revision:

root / devflow / versioning.py @ 595d480a

History | View | Annotate | Download (14.3 kB)

# Date Author Comment
595d480a 06/28/2013 08:43 pm Christos Stavrakakis

pylint fixes

3a137edf 06/28/2013 05:07 pm Christos Stavrakakis

Specify version_template in devflow.conf

Add extra option to devflow.conf file, containg a version_template file
for each package. Devflow will read this file, substitute all DEVFLOW_
variables and write it to version_file. The available variables are:
DEVFLOW_VERSION...

6b88d711 06/28/2013 11:27 am Christos Stavrakakis

Get vcs_user info from gitconfig

36860fc2 06/27/2013 08:33 pm Christos Stavrakakis

Include codename when searching for revision

751225ec 06/20/2013 01:53 pm Christos Stavrakakis

Remove toplevel and pep8 version file

42868817 06/05/2013 02:24 pm Christos Stavrakakis

Add dist codename in debian version and changelog

84a40792 04/02/2013 11:21 am Christos Stavrakakis

Fix debian tag, remove ~

4f36685f 04/02/2013 10:37 am Christos Stavrakakis

Fix bug

Get the type and not the name of the branch to check for correct
branch name.

1b3aeefd 04/01/2013 11:02 pm Christos Stavrakakis

Fix typos/imports

ffcbf2bb 04/01/2013 05:47 pm Christos Stavrakakis

Create helper function for getting config

c181882a 04/01/2013 04:55 pm Christos Stavrakakis

Make devflow-autopkg mode argument optional

1e92c864 04/01/2013 04:40 pm Christos Stavrakakis

Fix default build mode

Fix value of build bode when "DEVFLOW_BUIILD_MODE" is not set.
Default value is "release" for master, and "snapshot" for all other
branches.

e87745ef 03/29/2013 03:58 pm Christos Stavrakakis

Add version to bump_version commit

9fe1ecd8 03/29/2013 03:52 pm Christos Stavrakakis

Support debian revisions

Find the correct debian revision, by looking the debian tags. Also, move
some functions to new 'utils' module.

c400246b 02/15/2013 06:20 pm Christos Stavrakakis

Fix path

2decaa68 02/08/2013 01:21 pm Christos Stavrakakis

Set snapshot as default mode

a733fadd 02/07/2013 04:28 pm Christos Stavrakakis

Convert OrderedDict to dict

871bd65d 02/07/2013 01:25 pm Chris Stavrakakis

Pylint fixes

4a45f70c 02/05/2013 06:03 pm Christos Stavrakakis

pylint fixes

97b86f46 01/30/2013 02:17 pm Christos Stavrakakis

Case of none version_file

445f53a7 01/30/2013 01:03 pm Christos Stavrakakis

pep8, pylint fixes

fe07993a 01/28/2013 07:29 pm Christos Stavrakakis

Fix vcs info of merge commit

bec4bf12 01/28/2013 12:38 pm Christos Stavrakakis

Add devflow.conf configuration file

a87012a9 01/27/2013 01:31 pm Christos Stavrakakis

Rename GITFLOW_BUILD_MODE to DEVFLOW_BUILD_MODE

7383c8c8 01/22/2013 05:42 pm Christos Stavrakakis

Pep8 fixes

fe584cc4 01/22/2013 05:42 pm Christos Stavrakakis

Do not convert IOError to RuntimeError

8df4ab84 01/21/2013 01:31 pm Vangelis Koukis

Update Copyright entries, fix PEP8 errors

a1a26749 01/18/2013 12:18 pm Christos Stavrakakis

Add script for bumping version

devflow-bump-version updates the version file that exists at the
toplevel of the git repository and commits the change.

7c1589db 01/18/2013 11:44 am Christos Stavrakakis

Add script for bumping version

devflow-bump-version updates the version file that exists at the
toplevel of the git repository and commits the change.

e727d1ba 01/16/2013 07:48 pm Christos Stavrakakis

Add default debian branch

d9bd4420 01/16/2013 05:14 pm Christos Stavrakakis

Temporary allow minors to VERSION_RE

866bb9c1 01/16/2013 03:32 pm Christos Stavrakakis

Various fixes

55775645 01/15/2013 06:37 pm Vangelis Koukis

Import devflow code

Import devflow code by
Christos Stavrakakis <>,
with minor modifications.