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, devel-2.7 has been updated
       via  ca7b4f48e5a9655dd70b090b9600f6d8d4e01591 (commit)
       via  9411474b18589f310df55db652076b951c206a99 (commit)
      from  f006f1109528782be065f58e9206db72c5527e16 (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 ca7b4f48e5a9655dd70b090b9600f6d8d4e01591
Author: Iustin Pop <[email protected]>
Date:   Mon Feb 4 14:52:43 2013 +0100

    Add some more Haskell/Python equivalence tests
    
    This would have caught the log file problem fixed in the previous
    patch (9411474b), for example. Also we test user/group equivalence,
    name only.
    
    Signed-off-by: Iustin Pop <[email protected]>
    Reviewed-by: Guido Trotter <[email protected]>

commit 9411474b18589f310df55db652076b951c206a99
Author: Iustin Pop <[email protected]>
Date:   Mon Feb 4 14:34:33 2013 +0100

    Fix Haskell log file naming after virtual cluster changes
    
    Commit 3329f4de changed the Haskell log file from constants to
    functions, but introduced a bug: it uses now the daemon name instead
    of the correct log file, which means "ganeti-confd.log" instead of
    "conf-daemon.log".
    
    In order to fix this, we need to abstract the log file base (in
    constants.py) into a separate set of constants, so that we can reuse
    it in the Haskell code.
    
    This fixes issue 343.
    
    Signed-off-by: Iustin Pop <[email protected]>
    Reviewed-by: Guido Trotter <[email protected]>

-----------------------------------------------------------------------

Summary of changes:
 Makefile.am                    |    1 +
 lib/constants.py               |   14 +++--
 src/Ganeti/Runtime.hs          |   11 +++-
 test/hs/Test/Ganeti/Runtime.hs |  117 ++++++++++++++++++++++++++++++++++++++++
 test/hs/htest.hs               |    4 +-
 5 files changed, 139 insertions(+), 8 deletions(-)
 create mode 100644 test/hs/Test/Ganeti/Runtime.hs


hooks/post-receive
-- 
Ganeti core

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"ganeti-commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to