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  1f8e5b31c8af6d397ded0ee96f3bc77a9b447155 (commit)
       via  7cca987ee75b87954df65dd26ede5dcbc34a13e3 (commit)
      from  5880c3120e4683671ec3c11005cf24bd0095d06e (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 -----------------------------------------------------------------
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=1f8e5b31c8af6d397ded0ee96f3bc77a9b447155

commit 1f8e5b31c8af6d397ded0ee96f3bc77a9b447155
Author: Roland Mas <lola...@debian.org>
Date:   Tue Jul 30 18:13:40 2019 +0200

    Handle Debian 10 Buster

diff --git a/tests/buildbot/lxc-wrapper b/tests/buildbot/lxc-wrapper
index 2ff5485..facb4c6 100755
--- a/tests/buildbot/lxc-wrapper
+++ b/tests/buildbot/lxc-wrapper
@@ -144,7 +144,7 @@ case $cmd in
                fi
                # TODO: write this in VM config (so it can be started manually)?
                hwaddr=00:16:3e:$(echo $host | md5sum | cut -c -6 | sed 
s/../\&:/g | sed s/:$//)
-               lxc-start --name $host.local -s lxc.net.hwaddr=$hwaddr -s 
lxc.uts.name=$host --daemon
+               lxc-start --name $host.local -s lxc.net.0.hwaddr=$hwaddr -s 
lxc.uts.name=$host --daemon
                ;;
 
        # Harshly^WQuickly stop VM

https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=7cca987ee75b87954df65dd26ede5dcbc34a13e3

commit 7cca987ee75b87954df65dd26ede5dcbc34a13e3
Author: Roland Mas <lola...@debian.org>
Date:   Tue Jul 30 18:07:11 2019 +0200

    Handle Debian 10 Buster

diff --git a/tests/buildbot/lxc-wrapper b/tests/buildbot/lxc-wrapper
index 76ff755..2ff5485 100755
--- a/tests/buildbot/lxc-wrapper
+++ b/tests/buildbot/lxc-wrapper
@@ -144,7 +144,7 @@ case $cmd in
                fi
                # TODO: write this in VM config (so it can be started manually)?
                hwaddr=00:16:3e:$(echo $host | md5sum | cut -c -6 | sed 
s/../\&:/g | sed s/:$//)
-               lxc-start --name $host.local -s lxc.net.hwaddr=$hwaddr -s 
lxc.utsname=$host --daemon
+               lxc-start --name $host.local -s lxc.net.hwaddr=$hwaddr -s 
lxc.uts.name=$host --daemon
                ;;
 
        # Harshly^WQuickly stop VM

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

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


hooks/post-receive
-- 
FusionForge

_______________________________________________
Fusionforge-commits mailing list
Fusionforge-commits@lists.fusionforge.org
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits

Reply via email to