Statistics
| Branch: | Tag: | Revision:

root @ bfda2342

Latest revisions

# Date Author Comment
d0288f53 11/04/2013 05:27 pm Ilias Tsitsimpis

snf-deploy: Remove misplaced `raise'

2cebd933 11/04/2013 05:27 pm Ilias Tsitsimpis

snf-deploy: Return the correct exit code

snf-deploy uses os.system to execute it's fabfile. We have
to use sys.exit() for the python script to return with the
same exit code as the one returned by fabric script.

48d868bd 11/04/2013 05:27 pm Ilias Tsitsimpis

snf-deploy: Exit when fab command fails

The previous approach (using the return value from
os.system for sys.exit) was false. For more information, see
`how-to-bypass-the-0-255-range-limit-for-sys-exit-in-python'
on stackoverflow.

dda6a14e 11/04/2013 05:27 pm Ilias Tsitsimpis

deploy: Exit with message and not with code

bfda2342 11/04/2013 05:27 pm Marios Kogias

Improve dev-guide

Update the developer's guide to include an initial section about
how to set up a developing environment.

b3ac8da0 11/04/2013 05:27 pm Christos Stavrakakis

Revert "wheezy: Remove setup_environ"

This reverts commit a813a25117f3db14d5517f630d6d0e163a58b0f8. This
commit is reverted because it breaks compatibility with Django 1.2. This
should be applied for Synnefo 0.15.

1e4332a1 11/04/2013 05:27 pm Ilias Tsitsimpis

snf-deploy: Add `generated' note to resolv.conf

Add a note on top of /etc/resolv.conf file to inform users
that this file has been changed by snf-deploy and the
immutable bit has been used.

Conflicts:
snf-deploy/fabfile.py

0682197f 11/04/2013 05:27 pm Ilias Tsitsimpis

snf-deploy: Remove old keys before generating new

When creating new ssh keys if the key already exists,
ssh-keygen prompts the user if he want to overwrite it.
To avoid prompting the user, delete all the old keys,
before generating new ones (the user has...

462ceaf4 11/04/2013 05:27 pm Ilias Tsitsimpis

snf-deploy: Abort has been changed to True

By default abort when a command is failed to be executed.

5a7cb4a4 11/04/2013 05:27 pm Ilias Tsitsimpis

snf-deploy Use symbolic debian_base_url

For debian_base_url use a link that always resolves
to the latest image.

View all revisions | View revisions

Also available in: Atom