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 ac0edb7894f731fc5d8b46e81b6c21ebe9e3755f (commit)
from d7ce97a9a8c220a6b5d4228f4593835d0b3040c9 (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=ac0edb7894f731fc5d8b46e81b6c21ebe9e3755f
commit ac0edb7894f731fc5d8b46e81b6c21ebe9e3755f
Author: Roland Mas <[email protected]>
Date: Tue Jul 30 13:59:06 2019 +0200
Handle Debian 10 Buster
diff --git a/tests/buildbot/fusionforge-func_tests.sh
b/tests/buildbot/fusionforge-func_tests.sh
index 420ba82..778f258 100755
--- a/tests/buildbot/fusionforge-func_tests.sh
+++ b/tests/buildbot/fusionforge-func_tests.sh
@@ -110,6 +110,11 @@ case $HOST in
VM=debian9
INSTALL_OS=debian
;;
+ debian10.local)
+ export DIST=buster
+ VM=debian10
+ INSTALL_OS=debian
+ ;;
centos5.local)
VM=centos5
INSTALL_OS=centos
diff --git a/tests/buildbot/lxc-wrapper b/tests/buildbot/lxc-wrapper
index 7b4bbea..8ad8417 100755
--- a/tests/buildbot/lxc-wrapper
+++ b/tests/buildbot/lxc-wrapper
@@ -15,7 +15,7 @@ esac
host=$2
case "$host" in
- centos7|debian8|debian9)
+ centos7|debian8|debian9|debian10)
echo "Handling host $host"
;;
*)
-----------------------------------------------------------------------
Summary of changes:
tests/buildbot/fusionforge-func_tests.sh | 5 +++++
tests/buildbot/lxc-wrapper | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits