Statistics
| Branch: | Tag: | Revision:

root / fabfile.py @ 0d316750

History | View | Annotate | Download (8.8 kB)

# Date Author Comment
7e2a283b 02/07/2012 02:46 pm Vangelis Koukis

Add "dchall" command to fabfile

Update fabfile, add "dchall" command to produce Debian
changelog entries for all Debian packages.

70f13b0f 02/07/2012 02:07 pm Vangelis Koukis

rename snf-docs/ to docs/

8e7dc2ce 02/07/2012 12:20 pm Vangelis Koukis

Produce unsigned Debian packages by default

a6efa23d 02/03/2012 02:02 pm Kostas Papadimitriou

Updated fabfile

Handle version files for projects that are not using the synnefo
namespace

9c0ac5af 01/30/2012 06:55 pm Kostas Papadimitriou

Renamed snf-app to snf-cyclades-app

a31e427d 01/30/2012 06:51 pm Kostas Papadimitriou

Rename snf-ganeti-tools to snf-cyclades-gtools

aec8f58c 01/30/2012 03:35 pm Kostas Papadimitriou

Updated fabfile

Check any directory existance before removal, while cleaning directories
to build python packages

46b57173 01/30/2012 10:44 am Kostas Papadimitriou

Merge branch 'packaging-kpap'

8dc7096e 01/30/2012 10:44 am Kostas Papadimitriou

Updated fabfile debian packages

555db578 01/27/2012 02:38 pm Vangelis Koukis

Merge the upstream branch properly in fabfile

9bcaf10f 01/27/2012 11:46 am Kostas Papadimitriou

Merge branch 'master' into packaging-kpap

Conflicts:
fabfile.py

dc0671c0 01/27/2012 11:43 am Kostas Papadimitriou

Add clean and build documentation fabric tasks

- usage: fab cleandocs builddocs

05b7ff5a 01/27/2012 11:23 am Kostas Papadimitriou

Merge branch 'packaging-kpap'

096f0cc3 01/26/2012 07:16 pm Vangelis Koukis

Update use of git-dch in fabfile

Update use git-dch in fabfile:

  • Use git-dch in --snapshot mode
  • Remove --spawn-editor option, it seems
    to be unsupported in older versions of git-dch.
  • Always create a new Debian changelog entry.
  • Add a new "debrelease" fabric task:...
98df1105 01/26/2012 05:37 pm Vangelis Koukis

Ensure fabric checks out correct branch on failure

Ensure the checkout() context manager checks out the original
git branch if a fabric task fails.

3b61a062 01/26/2012 05:09 pm Vangelis Koukis

Remove call to collectdebs from builddeball task

Remove call to collectdebs from builddeball task
in fabfile.py, Debian packages are left in the build area.

e4740989 01/26/2012 04:55 pm Vangelis Koukis

Add "nosigndebs" task in fabfile.py

77bdcdd0 01/26/2012 03:45 pm Vangelis Koukis

Add newlines per PEP8 in fabfile.py

c1129823 01/20/2012 05:41 pm Kostas Papadimitriou

Added git-dch tasks in fabfile

fec363b3 01/18/2012 06:31 pm Kostas Papadimitriou

Updated fabfile

c6b41340 01/16/2012 04:49 pm Kostas Papadimitriou

Improved debian build commands in fabfile

f3d68c6f 01/13/2012 07:12 pm Kostas Papadimitriou

Updated fabfile

Helper methods for automatic debian packages creation.

a0757a1c 01/13/2012 02:16 pm Kostas Papadimitriou

Updated fabfile

5832c79d 01/12/2012 03:14 pm Kostas Papadimitriou

Added fabfile.py

Fabric tasks file with common packaging/installation tasks for synnefo
components included in repository.