Revision:

Revisions

# Date Author Comment
f3124df8 03/07/2014 05:45 pm Filippos Giannakos

Update changelog

19f97a4c 03/07/2014 05:45 pm Filippos Giannakos

Merge branch 'feature-improve-changelog' into develop

2c055772 03/07/2014 05:44 pm Filippos Giannakos

Prefix commit message in changelog with '* '

37a64ad0 02/20/2014 04:41 pm Filippos Giannakos

Update changelog

26ada829 02/20/2014 04:41 pm Filippos Giannakos

Merge branch 'feature-fix-release-version' into develop

06edfd12 02/20/2014 04:38 pm Filippos Giannakos

Fix debian tag when finishing release

9b0839dd 02/20/2014 04:32 pm Filippos Giannakos

Split version validation from version generating

680fed02 02/20/2014 04:32 pm Filippos Giannakos

Make bump version modular.

Add a _bump version function without any validation checking. Use the new
validate_version to perform the validation.

6dc2ab71 02/20/2014 04:32 pm Filippos Giannakos

Strip rc from version when ending a release

d1b6f868 02/20/2014 03:24 pm Filippos Giannakos

Merge branch 'feature-autoversion' into develop

2e9bddbf 02/20/2014 03:24 pm Filippos Giannakos

Heavily modify flow code.

Add argument parser for input.
Add interactive functions for cleanup and changelog editing
Add automatic version bumping.

8049444d 02/20/2014 03:24 pm Filippos Giannakos

Merge branch 'feature-changelog' into develop

d6189e6a 02/20/2014 03:21 pm Filippos Giannakos

Heavily modify flow code.

Add argument parser for input.
Add interactive functions for cleanup and changelog editing
Add automatic version bumping.

30d42d95 02/18/2014 11:25 pm Filippos Giannakos

Propose a changelog based on the feature commits

38cd6772 02/18/2014 10:59 pm Filippos Giannakos

Ask user before edit changelog

e278c46e 02/18/2014 10:38 pm Filippos Giannakos

Edit changelog after ending a feature

b7e05a72 02/18/2014 10:16 pm Filippos Giannakos

On release merge to master/debian branches.

On hotfix we should merge to master/debian branches. On release, merge with the
develop/debian-develop branches and the master/debian branches.

df73612f 09/26/2013 02:35 pm Christos Stavrakakis

Bump version to 0.12.3-1~wheezy

Signed-off-by: Christos Stavrakakis <>

43ef10c1 09/26/2013 02:35 pm Christos Stavrakakis

Merge branch 'master' into debian

3c6f7db8 09/26/2013 02:23 pm Christos Stavrakakis

Merge branch 'develop'

Conflicts:
version

482c5dd3 09/19/2013 04:24 pm Christos Stavrakakis

Export version to debuild environment

cf40f6aa 09/18/2013 04:41 pm Christos Stavrakakis

Fix typo

e72c6823 09/18/2013 12:01 pm Christos Stavrakakis

Bump version to 0.12.1-1~wheezy

Signed-off-by: Christos Stavrakakis <>

43a4aa31 09/18/2013 12:00 pm Christos Stavrakakis

Merge branch 'master' into debian

569ceecf 09/17/2013 01:12 pm Christos Stavrakakis

Bump version to 0.12.1next

4bdec1b3 09/17/2013 01:10 pm Christos Stavrakakis

Bump version to 0.12.1

d7c5994c 09/17/2013 01:10 pm Christos Stavrakakis

Merge branch 'develop'

39983eda 09/17/2013 01:10 pm Christos Stavrakakis

Allow rc from hotfix branch

cbfdad3b 08/19/2013 09:41 am Christos Stavrakakis

Merge branch 'master' into debian

Conflicts:
version

80214162 08/19/2013 09:40 am Christos Stavrakakis

Bump version 0.12

12500126 07/19/2013 11:31 am Christos Stavrakakis

Bump version to 0.11.6-1~squeeze

Signed-off-by: Christos Stavrakakis <>

ad7e2472 07/19/2013 11:30 am Christos Stavrakakis

Merge branch 'master' into debian

0ba2dd3c 07/19/2013 11:29 am Christos Stavrakakis

Bump version to 0.11.6

2da876d0 07/17/2013 03:51 pm Christos Stavrakakis

Fix regular expression

4909cbc9 07/17/2013 03:47 pm Christos Stavrakakis

Commit only debian changelog

1dd30e62 07/11/2013 02:18 pm Christos Stavrakakis

Remove whitespaces from getting uname

842df8ac 07/02/2013 01:28 am Kostas Papadimitriou

Use lsb_release only if available

fallback to uname command output as a distro codename. This allows
developers to use commands such `update-version` on other than linux
unix-like environments (FreeBSD, OSX etc.).

c3c33dd0 07/01/2013 01:52 pm Christos Stavrakakis

Add devflow-flow script for handling git flow

Add devflow-flow for automatically managing most common tasks for
starting and ending release, hotfix and feature branches.

595d480a 06/28/2013 08:43 pm Christos Stavrakakis

pylint fixes

636aa0f3 06/28/2013 06:06 pm Christos Stavrakakis

PEP8 fix

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...

c13bf70a 06/28/2013 02:18 pm Christos Stavrakakis

Export version to debuild environment

938a4739 06/28/2013 01:17 pm Christos Stavrakakis

Add option to automatically push tags and branches

8f939e17 06/28/2013 12:55 pm Christos Stavrakakis

Automatically apply patches

Use --auto-commit option to automatically apply patches for version
files, instead of ignoring them.

88d15d7e 06/28/2013 12:55 pm Christos Stavrakakis

Handle case of no user in config

3c9b5ba0 06/28/2013 11:28 am Christos Stavrakakis

Merge branch 'hotfix-0.11.6' into develop

Conflicts:
version

48995a96 06/28/2013 11:27 am Christos Stavrakakis

Merge branch 'master' into develop

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

Get vcs_user info from gitconfig

d3af231f 06/27/2013 08:33 pm Christos Stavrakakis

Sign tags

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

Include codename when searching for revision

494bd10f 06/27/2013 08:04 pm Christos Stavrakakis

Bump version 0.11.5

ec794032 06/21/2013 12:26 pm Christos Stavrakakis

Bump version to 0.11.5-1~squeeze

Signed-off-by: Christos Stavrakakis <>

a4d63e01 06/21/2013 12:26 pm Christos Stavrakakis

Merge branch 'master' into debian

78bf8938 06/21/2013 12:24 pm Christos Stavrakakis

Bump version to 0.11.5

aa46edf3 06/21/2013 12:03 pm Christos Stavrakakis

Fix bug in undebianizing branch

8b50fa05 06/21/2013 11:56 am Christos Stavrakakis

Add case branch equals codename

671d8708 06/21/2013 11:53 am Christos Stavrakakis

fix

63215bfb 06/21/2013 11:44 am Christos Stavrakakis

Bump version to 0.11.4

81f246c1 06/21/2013 11:42 am Christos Stavrakakis

Fix bug in debian branches with distribution

Fix getting branch type for debian branches with distribution

0522396f 06/20/2013 01:54 pm Christos Stavrakakis

Bump version to 0.11.3-1~squeeze

Signed-off-by: Christos Stavrakakis <>

1013388d 06/20/2013 01:54 pm Christos Stavrakakis

Merge branch 'master' into debian

1b7a8ecc 06/20/2013 01:53 pm Christos Stavrakakis

Bump version to 0.11.3

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

Remove toplevel and pep8 version file

8ed4c9b7 06/20/2013 01:38 pm Christos Stavrakakis

Bump version to 0.11.2-1~squeeze

Signed-off-by: Christos Stavrakakis <>

00b89d34 06/20/2013 01:37 pm Christos Stavrakakis

Merge branch 'hotfix-0.11.2' into debian-hotfix-0.11.2

382414fe 06/20/2013 01:37 pm Ilias Tsitsimpis

Replace rstrip with re.sub

With rstrip we specify a set of characters to be removed.
We want to remove a substring hence the use of re.sub.
(rstrip produces wrong results in many cases)

53c0a891 06/20/2013 01:37 pm Christos Stavrakakis

Bump version to 0.11.2

61cf77e3 06/19/2013 05:38 pm Christos Stavrakakis

Bump version to 0.11.1-1~squeeze

Signed-off-by: Christos Stavrakakis <>

9b73ee37 06/19/2013 05:38 pm Christos Stavrakakis

Merge branch 'hotfix-0.11.1' into debian-hotfix-0.11.1

062e70be 06/19/2013 05:38 pm Christos Stavrakakis

Bump version to 0.11.1

18a2af6d 06/19/2013 05:10 pm Ilias Tsitsimpis

Replace rstrip with re.sub

With rstrip we specify a set of characters to be removed.
We want to remove a substring hence the use of re.sub.
(rstrip produces wrong results in many cases)

9d7a4fcb 06/12/2013 05:40 pm Christos Stavrakakis

Bump version to 0.11-1~squeeze

Signed-off-by: Christos Stavrakakis <>

cbb60631 06/12/2013 05:39 pm Christos Stavrakakis

Merge branch 'master' into debian

0384d207 06/12/2013 05:39 pm Christos Stavrakakis

Bump version to 0.11

e6eede99 06/12/2013 05:38 pm Christos Stavrakakis

Allow snapshots on master

1296e42b 06/05/2013 03:32 pm Christos Stavrakakis

Option for specifying debian branch to use

b8f857f8 06/05/2013 03:31 pm Christos Stavrakakis

Include distribution when searching debian branch

Debian branches are searched with the following order:

-feature-X: * debian-feature-X-distro * debian-feature-X * debian-develop-distro * debian-develop

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

Add dist codename in debian version and changelog

8c0550d7 06/05/2013 01:08 pm Christos Stavrakakis

Bump version to 0.10.1next

a09634f8 06/05/2013 01:08 pm Christos Stavrakakis

Add option for source-only builds.

5c58523e 06/05/2013 12:46 pm Christos Stavrakakis

Merge branch 'master' into develop

Conflicts:
devflow/utils.py

141a13f0 04/08/2013 07:04 pm Christos Stavrakakis

Bump version to 0.10.1

f9f89675 04/08/2013 07:04 pm Christos Stavrakakis

Fix typo

268ed556 04/08/2013 06:47 pm Christos Stavrakakis

Bump version to 0.10-1

Signed-off-by: Christos Stavrakakis <>

c083e1af 04/08/2013 06:46 pm Christos Stavrakakis

Merge branch 'master' into debian

b8a1a299 04/08/2013 06:46 pm Christos Stavrakakis

Merge branch 'debian-release-0.10' into debian

Conflicts:
debian/changelog
version

3adc2bee 04/08/2013 06:45 pm Christos Stavrakakis

Merge branch 'release-0.10'

b78d6238 04/08/2013 06:44 pm Christos Stavrakakis

devflow-autopkg from debian branchese

f6ea49fd 04/02/2013 11:25 am Christos Stavrakakis

Bump version to 0.10~rc1-1

Signed-off-by: Christos Stavrakakis <>

ca65fd33 04/02/2013 11:25 am Christos Stavrakakis

Merge branch 'release-0.10' into debian-release-0.10

06071d10 04/02/2013 11:24 am Christos Stavrakakis

Merge branch 'release-0.10'

Conflicts:
version

6da63769 04/02/2013 11:22 am Christos Stavrakakis

Fix computation of debian-branch

Debian branch should always be named from the original branch, because
version should be corrected correctly. e.g. if making a package for
release-X, debian branch should be debian-release-X, and the
debian-release-X branch should point to debian-develop.

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

Fix debian tag, remove ~

60020f5e 04/02/2013 11:01 am Christos Stavrakakis

Merge branch 'master' into debian

Conflicts:
version

6e9193cb 04/02/2013 10:57 am Christos Stavrakakis

Fix debian tag, remove ~

4f3efe82 04/02/2013 10:46 am Christos Stavrakakis

Bump version to 0.10rc1

4de00f9c 04/02/2013 10:46 am Christos Stavrakakis

Check version file before switching to deb branch

05e156a6 04/02/2013 10:41 am Christos Stavrakakis

Try default debian branch before 'debian'

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.

0b8922ef 04/02/2013 10:23 am Christos Stavrakakis

PEP8

1 2 3 Next » (1-100/237) | Per page: 25, 50, 100

Also available in: Atom