[Git-commits] simple test suite for autotesting using Grml and KVM branch, master, updated. v0.0.1-23-g0a815a0

git repository hosting gitosis at grml.org
Fri Apr 15 20:02:58 CEST 2011


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 "simple test suite for autotesting using Grml and KVM".

The branch, master has been updated
       via  0a815a036610cd0abb54c37049e3a94f561c413c (commit)
       via  f62437ea621ae7551e3743446260e3fc3622cb0f (commit)
       via  ec51b9b996d4198284b3a87eae850e696c5ae980 (commit)
       via  32e6a5eb93cbbe79f093c7de32675831ceeff331 (commit)
       via  8a6f4215d211df2ce24f198deb626abed4ed777a (commit)
       via  4a4396ac1554153de06a45d62e26c127aa22ac04 (commit)
       via  bd0a79fbf33f5f4a6956702161b1bf728b3228c6 (commit)
       via  30699deaf6a864424af3f0c43d9d0d9612e601a5 (commit)
       via  83ec6efa4c6a0dacc0ba25b3098ada1c1250452b (commit)
       via  00b4f99e9bfdbfff64077ad4034bde315142b8d0 (commit)
       via  e57d3b3a97724eb7c636bd8dea25c5a0c6a14b2a (commit)
       via  211a6ff3350067302ba0c81edd0d80fde0434bfa (commit)
      from  55606f4e1be41d95b879e7c373260fa8e61ce9a9 (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 0a815a036610cd0abb54c37049e3a94f561c413c
Author: Michael Prokop <mika at grml.org>
Date:   Fri Apr 15 20:02:46 2011 +0200

    Release new version 0.0.2.
    
    Signed-off-by: Michael Prokop <mika at grml.org>

commit f62437ea621ae7551e3743446260e3fc3622cb0f
Author: Michael Prokop <mika at grml.org>
Date:   Fri Apr 15 15:28:05 2011 +0200

    netscript: use ext4 instead of ext3.

commit ec51b9b996d4198284b3a87eae850e696c5ae980
Author: Michael Prokop <mika at grml.org>
Date:   Fri Apr 15 15:27:48 2011 +0200

    netscript: mount /srv with noatime.

commit 32e6a5eb93cbbe79f093c7de32675831ceeff331
Author: Michael Prokop <mika at grml.org>
Date:   Fri Apr 15 13:43:56 2011 +0200

    fai.conf: use simple examples from 3.4 stable branch as default for commented FAI_CONFIG_SRC example.

commit 8a6f4215d211df2ce24f198deb626abed4ed777a
Author: Michael Prokop <mika at grml.org>
Date:   Fri Apr 15 13:31:19 2011 +0200

    netscript: do not write fai.conf but run fai-chboot with configspace URL instead.

commit 4a4396ac1554153de06a45d62e26c127aa22ac04
Author: Michael Prokop <mika at grml.org>
Date:   Fri Apr 15 13:00:52 2011 +0200

    netscript: execute ifdown eth1 and kill dhclient of eth1 before restarting network.
    
    If we don't explicitely bring down the eth1 device dhclient will
    still listen on the device, which might result in a non-working
    server setup. Be 100% sure that it isn't running using 'kill'.

commit bd0a79fbf33f5f4a6956702161b1bf728b3228c6
Author: Michael Prokop <mika at grml.org>
Date:   Fri Apr 15 12:27:18 2011 +0200

    Rename $ISO_MOUNT into $ISO_DIR as argument for mountpoint doesn't need to be a real mountpoint.
    
    The last argument in the kantan server commandline does not need
    to be a mountpoint.  It's fine if the specified directory
    includes kernel and initrd inside a directory named /boot.
    Mention this fact in the documentation and accordingly rename
    variable $ISO_MOUNT into $ISO_DIR.

commit 30699deaf6a864424af3f0c43d9d0d9612e601a5
Author: Michael Prokop <mika at grml.org>
Date:   Fri Apr 15 11:43:28 2011 +0200

    netscript: restart nfs-kernel-server and rpcbind once again, otherwise mounting fails from outside.
    
    Check whether rcpinfo works, otherwise restart rpcbind/portmap again.
    Also check using showmount for working nfs-kernel-server, otherwise
    restart it.

commit 83ec6efa4c6a0dacc0ba25b3098ada1c1250452b
Author: Michael Prokop <mika at grml.org>
Date:   Thu Apr 14 19:57:06 2011 +0200

    netscript: try running aptitude update up to 10 times with 5 seconds break in between.
    
    Network access might not work yet while netscript.sh is running,
    so be more patient when running 'aptitude update'.

commit 00b4f99e9bfdbfff64077ad4034bde315142b8d0
Author: Michael Prokop <mika at grml.org>
Date:   Thu Apr 14 19:06:00 2011 +0200

    Remove gpxe and use ipxe instead.

commit e57d3b3a97724eb7c636bd8dea25c5a0c6a14b2a
Author: Michael Prokop <mika at grml.org>
Date:   Thu Apr 14 12:57:19 2011 +0200

    Do not use e1000 as driver for KVM but virtio instead.
    
    The virtio driver has much better performance.

commit 211a6ff3350067302ba0c81edd0d80fde0434bfa
Author: Michael Prokop <mika at grml.org>
Date:   Thu Apr 14 12:54:58 2011 +0200

    Do not depend on portmap so nfs-kernel-server is installable in Debian/sid.
    
    nfs-kernel-server depends on nfs-common which depends on portmap | rpcbind.
    As portmap conflicts with rpcbind this might lead into a situation where
    nfs-kernel-server can't be installed.
    
    While at it also support /etc/init.d/rpcbind as alternative to portmap.
    
    Thanks to Thomas Lange for reporting.

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

Summary of changes:
 debian/changelog            |   47 +++++++++++++++++++++
 debian/copyright            |   12 +++---
 doc/kantan.txt              |    7 +++
 netboot/gpxe-1.0.1-gpxe.iso |  Bin 702464 -> 0 bytes
 netboot/ipxe.iso            |  Bin 0 -> 1048576 bytes
 sbin/kantan                 |   22 +++++-----
 scripts/fai.conf            |    4 +-
 scripts/netscript.sh        |   94 +++++++++++++++++++++++++++++-------------
 8 files changed, 138 insertions(+), 48 deletions(-)
 delete mode 100644 netboot/gpxe-1.0.1-gpxe.iso
 create mode 100644 netboot/ipxe.iso


hooks/post-receive
-- 
simple test suite for autotesting using Grml and KVM


More information about the Git-commits mailing list