Statistics
| Branch: | Tag: | Revision:

root / devflow / utils.py @ 842df8ac

History | View | Annotate | Download (7.9 kB)

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

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

pylint fixes

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

Handle case of no user in config

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

Get vcs_user info from gitconfig

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

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

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)

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.