Statistics
| Branch: | Tag: | Revision:

root / devflow @ 382414fe

Name Size
__init__.py 2.9 kB
autopkg.py 12.5 kB
utils.py 6.9 kB
versioning.py 13.5 kB

Latest revisions

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

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

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

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

Fix typo

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.

View revisions

Also available in: Atom