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, 6.1 has been updated
       via  87e86d03be19c8f41e899803b89c60b6302ba9d9 (commit)
      from  5251bdedbf7f4b1c7524a14af46b323f8d34f32c (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=87e86d03be19c8f41e899803b89c60b6302ba9d9

commit 87e86d03be19c8f41e899803b89c60b6302ba9d9
Author: Roland Mas <[email protected]>
Date:   Tue Jan 19 17:38:53 2021 +0100

    Allow testing on non-released Debian version (bullseye)

diff --git a/tests/buildbot/fusionforge-func_tests.sh 
b/tests/buildbot/fusionforge-func_tests.sh
index 93b95bb..d67d5ac 100755
--- a/tests/buildbot/fusionforge-func_tests.sh
+++ b/tests/buildbot/fusionforge-func_tests.sh
@@ -161,7 +161,7 @@ start_vm $HOST
 if [ $INSTALL_OS == "debian" ]; then
     ssh -o 'StrictHostKeyChecking=no' root@$HOST "echo \"deb $DEBMIRRORSEC 
$DIST/updates main\" > /etc/apt/sources.list.d/security.list"
     ssh -o 'StrictHostKeyChecking=no' root@$HOST "echo 
'APT::Install-Recommends \"false\";' > /etc/apt/apt.conf.d/01InstallRecommends"
-    ssh -o 'StrictHostKeyChecking=no' root@$HOST "apt-get update"
+    ssh -o 'StrictHostKeyChecking=no' root@$HOST "apt-get update" || true
 fi
 
 if [ $INSTALL_OS == "debian" ]; then

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

Summary of changes:
 tests/buildbot/fusionforge-func_tests.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
FusionForge

_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits

Reply via email to