Statistics
| Branch: | Tag: | Revision:

root / devflow / utils.py @ 1296e42b

History | View | Annotate | Download (6.9 kB)

# Date Author Comment
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

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

Merge branch 'master' into develop

Conflicts:
devflow/utils.py

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

devflow-autopkg from debian branchese

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 ~

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

Fix debian tag, remove ~

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.

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

d0c4fc17 04/01/2013 04:30 pm Christos Stavrakakis

Get debian branches from origin

Try to get "debian-*" branches from origin, before falling
back to debian branch.

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.