Fix bug in debian branches with distribution
Fix getting branch type for debian branches with distribution
Remove toplevel and pep8 version file
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)
Allow snapshots on master
Option for specifying debian branch to use
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
Add dist codename in debian version and changelog
Add option for source-only builds.
Merge branch 'master' into develop
Conflicts: devflow/utils.py
Fix typo
View revisions
Also available in: Atom