Statistics
| Branch: | Tag: | Revision:

root / devflow @ 4909cbc9

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

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

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

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

Remove toplevel and pep8 version file

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.

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 ~

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

7fcadb0c 04/02/2013 10:22 am Christos Stavrakakis

Tag debian branch only in release mode

694db487 04/02/2013 10:20 am Christos Stavrakakis

s/mail/email

1b3aeefd 04/01/2013 11:02 pm Christos Stavrakakis

Fix typos/imports

b54fa347 04/01/2013 10:54 pm Christos Stavrakakis

Export DEBEMAIL and DEBFULLNAME

18be409c 04/01/2013 10:36 pm Christos Stavrakakis

Properly allow debian revisions

  • Debian tag should be derived from debian version
  • Python tag will be the same for different debian revisions
ffcbf2bb 04/01/2013 05:47 pm Christos Stavrakakis

Create helper function for getting config

8efe95c4 04/01/2013 05:10 pm Christos Stavrakakis

Do not print colors if stdout is not tty

Refs #3520

8c2716c5 04/01/2013 05:01 pm Christos Stavrakakis

Print 'push' help message in one line

c181882a 04/01/2013 04:55 pm Christos Stavrakakis

Make devflow-autopkg mode argument optional

1e92c864 04/01/2013 04:40 pm Christos Stavrakakis

Fix default build mode

Fix value of build bode when "DEVFLOW_BUIILD_MODE" is not set.
Default value is "release" for master, and "snapshot" for all other
branches.

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.

e87745ef 03/29/2013 03:58 pm Christos Stavrakakis

Add version to bump_version commit

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.

c642d7cb 02/18/2013 03:46 pm Christos Stavrakakis

Disable pylint message about version file

c400246b 02/15/2013 06:20 pm Christos Stavrakakis

Fix path

5b60dcab 02/14/2013 02:13 pm Christos Stavrakakis

Use absolute paths

2ec250c7 02/08/2013 01:51 pm Christos Stavrakakis

Make sure the cloned repo is in the active branch

2decaa68 02/08/2013 01:21 pm Christos Stavrakakis

Set snapshot as default mode

a733fadd 02/07/2013 04:28 pm Christos Stavrakakis

Convert OrderedDict to dict

871bd65d 02/07/2013 01:25 pm Chris Stavrakakis

Pylint fixes

e90c5c7f 02/05/2013 06:03 pm Christos Stavrakakis

Fix wrong import

4a45f70c 02/05/2013 06:03 pm Christos Stavrakakis

pylint fixes

ca2ab4a8 02/01/2013 01:58 pm Christos Stavrakakis

remove unused import

97b86f46 01/30/2013 02:17 pm Christos Stavrakakis

Case of none version_file

445f53a7 01/30/2013 01:03 pm Christos Stavrakakis

pep8, pylint fixes

0dcfcb5f 01/30/2013 01:02 pm Christos Stavrakakis

Fix update version

Import code from versioning instead of running update_version.py file.

ccb807ce 01/28/2013 07:40 pm Christos Stavrakakis

Merge branch 'feature-ci' into develop

Conflicts:
devflow/autopkg.py
devflow/versioning.py

fe07993a 01/28/2013 07:29 pm Christos Stavrakakis

Fix vcs info of merge commit

9be34db8 01/28/2013 02:19 pm Christos Stavrakakis

Create the debian brach if missing

3a150e7c 01/28/2013 01:31 pm Christos Stavrakakis

Ignore version files from dpkg-source diff

bec4bf12 01/28/2013 12:38 pm Christos Stavrakakis

Add devflow.conf configuration file

8334fb57 01/28/2013 11:47 am Christos Stavrakakis

Move update version to seperate script

d4b7f566 01/27/2013 01:39 pm Christos Stavrakakis

Add option for setting changelog's distribution

a87012a9 01/27/2013 01:31 pm Christos Stavrakakis

Rename GITFLOW_BUILD_MODE to DEVFLOW_BUILD_MODE

4a8d727c 01/27/2013 01:27 pm Christos Stavrakakis

Add --keyid option for signing packages

c9c385c0 01/27/2013 01:17 pm Christos Stavrakakis

Add --no-sign option

ce5f5240 01/26/2013 08:20 pm Christos Stavrakakis

Tag upstream branch with the expected format

git-buildpackage expects tags of the form upstream/%(version)s

8c028e36 01/26/2013 08:17 pm Christos Stavrakakis

Refactory autopk

06dcdc1b 01/24/2013 11:37 am Christos Stavrakakis

Fix exception msg

1b883fea 01/24/2013 11:31 am Christos Stavrakakis

Assert that os.system commands succeed

7383c8c8 01/22/2013 05:42 pm Christos Stavrakakis

Pep8 fixes

fe584cc4 01/22/2013 05:42 pm Christos Stavrakakis

Do not convert IOError to RuntimeError

ca01e50e 01/22/2013 05:42 pm Christos Stavrakakis

Add function for creating temp directory

2ec7054e 01/22/2013 12:32 pm Christos Stavrakakis

Pep8 fixes

37866d7a 01/22/2013 11:19 am Christos Stavrakakis

Add function for creating temp directory

e04d1761 01/21/2013 05:33 pm Christos Stavrakakis

Do not convert IOError to RuntimeError

8df4ab84 01/21/2013 01:31 pm Vangelis Koukis

Update Copyright entries, fix PEP8 errors

a1a26749 01/18/2013 12:18 pm Christos Stavrakakis

Add script for bumping version

devflow-bump-version updates the version file that exists at the
toplevel of the git repository and commits the change.

7c1589db 01/18/2013 11:44 am Christos Stavrakakis

Add script for bumping version

devflow-bump-version updates the version file that exists at the
toplevel of the git repository and commits the change.

adaef57d 01/17/2013 05:29 pm Christos Stavrakakis

Do not edit changelog in snapshot mode

Do not use vim for editing changelog when the mode is snapshot.
Automatically set UNRELEASED distribution to unstable.

acd54307 01/17/2013 05:05 pm Christos Stavrakakis

Fix typo

f80b3f6a 01/17/2013 02:41 pm Christos Stavrakakis

Fix finding of debian branch

5a29a44e 01/17/2013 02:11 pm Christos Stavrakakis

Check that current branch is allowed

b1aa3d49 01/17/2013 12:01 pm Christos Stavrakakis

Option to override configuration file

7316df0e 01/17/2013 11:45 am Christos Stavrakakis

Add help paragraph

09f7b4e0 01/17/2013 11:01 am Christos Stavrakakis

Reorder

e727d1ba 01/16/2013 07:48 pm Christos Stavrakakis

Add default debian branch

e76e9f6c 01/16/2013 05:33 pm Christos Stavrakakis

Case of missing remote origin branch

d9bd4420 01/16/2013 05:14 pm Christos Stavrakakis

Temporary allow minors to VERSION_RE

866bb9c1 01/16/2013 03:32 pm Christos Stavrakakis

Various fixes

1e4d1435 01/16/2013 03:32 pm Christos Stavrakakis

Get packages from conf

cfa9ab15 01/16/2013 03:32 pm Christos Stavrakakis

Edit debian/changelog in any case

Temporary commit: git-dch picks UNRELEASED as debian distribution,
which can not be uploaded to apt repo. Manually edit the file
until fixed.

55775645 01/15/2013 06:37 pm Vangelis Koukis

Import devflow code

Import devflow code by
Christos Stavrakakis <>,
with minor modifications.