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  14365b9288b2cba8d07451eeda2d88d24fec19be (commit)
      from  dad12bd7208e8c2605ebbe2af49230ce661074f7 (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=14365b9288b2cba8d07451eeda2d88d24fec19be

commit 14365b9288b2cba8d07451eeda2d88d24fec19be
Author: Roland Mas <[email protected]>
Date:   Tue Dec 8 18:00:02 2020 +0100

    Try fixing testsuite

diff --git a/autoinstall/install-src.sh b/autoinstall/install-src.sh
index a0358eb..ff6861a 100755
--- a/autoinstall/install-src.sh
+++ b/autoinstall/install-src.sh
@@ -55,7 +55,9 @@ if [ -e /etc/debian_version ]; then
                        vsftpd \
                        fonts-dejavu-core mediawiki
        fi
-       pear install Text_CAPTCHA
+       if ! pear list Text_CAPTCHA ; then
+           pear install Text_CAPTCHA
+       fi
        if ! dpkg-vendor --is Ubuntu; then
                apt-get install locales-all  # 
https://bugs.launchpad.net/ubuntu/+source/glibc/+bug/1394929
        fi

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

Summary of changes:
 autoinstall/install-src.sh | 4 +++-
 1 file changed, 3 insertions(+), 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