This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Ganeti core".
The branch, branch-2.1 has been updated
via 82e186f84d494ea9072a82b72c8db7dddb439d86 (commit)
via 8adfb141a6b4a7950cffb1c1daf1b12664cce8ed (commit)
from ab3e6da829a466c2f873e52e3c6d677d67ad9205 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 82e186f84d494ea9072a82b72c8db7dddb439d86
Author: Michael Hanselmann <[email protected]>
Date: Wed Nov 25 12:27:22 2009 +0100
Re-add ânic.bridgesâ field to RAPI bulk instance list
Commit 495cfdf0 removed ânic.bridgesâ from the default
list for bulk instance list RAPI requests.
Signed-off-by: Michael Hanselmann <[email protected]>
Reviewed-by: Iustin Pop <[email protected]>
commit 8adfb141a6b4a7950cffb1c1daf1b12664cce8ed
Author: Michael Hanselmann <[email protected]>
Date: Wed Nov 25 12:19:58 2009 +0100
build-bash-completion: Check for None before comparing
Comparing a number with None is not a good idea:
>>> (0 < None, 0 > None)
(False, True)
This patch also adds build-bash-completion to the list
of checked Python scripts and wraps one line of more
than 80 characters.
Signed-off-by: Michael Hanselmann <[email protected]>
Reviewed-by: Iustin Pop <[email protected]>
-----------------------------------------------------------------------
Summary of changes:
Makefile.am | 1 +
autotools/build-bash-completion | 7 ++++---
lib/rapi/rlib2.py | 2 +-
3 files changed, 6 insertions(+), 4 deletions(-)
hooks/post-receive
--
Ganeti core