[Fusionforge-commits] FusionForge branch master updated. fc14693b69a3ea2dde8a7878ed8fd2356918bde3

Sylvain Beucler beuc-inria at fusionforge.org
Tue Jan 20 11:29:02 CET 2015


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 "FusionForge".

The branch, master has been updated
       via  fc14693b69a3ea2dde8a7878ed8fd2356918bde3 (commit)
       via  53c8117d9a197b0c2556abcf5fec19385cb2fa15 (commit)
      from  fbcff8eac594544a7e1c55b1ce205c88c72d65e4 (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 fc14693b69a3ea2dde8a7878ed8fd2356918bde3
Author: Sylvain Beucler <sylvain.beucler at inria.fr>
Date:   Tue Jan 20 11:28:29 2015 +0100

    testsuite: avoid Python/unattended-upgrades errors like <<'ascii' codec can't encode character>>

diff --git a/tests/buildbot/lxc/lxc-wrapper b/tests/buildbot/lxc/lxc-wrapper
index ec1423d..a5bac3c 100755
--- a/tests/buildbot/lxc/lxc-wrapper
+++ b/tests/buildbot/lxc/lxc-wrapper
@@ -105,7 +105,7 @@ case $cmd in
 	    debian*)
 		mount --bind /proc $cachedir/proc
 		chroot $cachedir sh -c "apt-get update"
-		chroot $cachedir sh -c "unattended-upgrades -d"
+		LANG=C chroot $cachedir sh -c "unattended-upgrades -d"
 		chroot $cachedir sh -c "apt-get clean"
 		umount $cachedir/proc
 		

commit 53c8117d9a197b0c2556abcf5fec19385cb2fa15
Author: Sylvain Beucler <sylvain.beucler at inria.fr>
Date:   Tue Jan 20 11:27:03 2015 +0100

    testsuite: don't destroy the VM when upgrading the template

diff --git a/tests/buildbot/lxc/lxc-wrapper b/tests/buildbot/lxc/lxc-wrapper
index 82dbdec..ec1423d 100755
--- a/tests/buildbot/lxc/lxc-wrapper
+++ b/tests/buildbot/lxc/lxc-wrapper
@@ -96,7 +96,6 @@ case $cmd in
 
     # Upgrade template
     upgrade)
-	$0 destroy $host
 	case $host in
 	    centos*)
 		mount --bind /proc $cachedir/proc

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

Summary of changes:
 tests/buildbot/lxc/lxc-wrapper |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list