Statistics
| Branch: | Tag: | Revision:

root / fabfile.py @ aec8f58c

History | View | Annotate | Download (7.8 kB)

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