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  82f1042825c794cc7b72830f497b086c92930896 (commit)
      from  f6e8e271cc5ef3e6bd7f2c6c4d4f1da83685991d (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=82f1042825c794cc7b72830f497b086c92930896

commit 82f1042825c794cc7b72830f497b086c92930896
Author: Roland Mas <[email protected]>
Date:   Tue Jan 19 18:29:34 2021 +0100

    Allow testing on non-released Debian version (bullseye)

diff --git a/autoinstall/install-src.sh b/autoinstall/install-src.sh
index ff6861a..f420e63 100755
--- a/autoinstall/install-src.sh
+++ b/autoinstall/install-src.sh
@@ -29,7 +29,7 @@ set -e
 if [ -e /etc/debian_version ]; then
        export DEBIAN_FRONTEND=noninteractive
        backports_deb
-       apt-get update
+       apt-get update || true
        if grep -q ^8 /etc/debian_version; then
                apt-get install -y make gettext php5-cli php5-pgsql 
php-htmlpurifier php-http php-text-captcha \
                        libapache2-mpm-itk libapache2-mod-svn \
diff --git a/autoinstall/install.sh b/autoinstall/install.sh
index 1d8fe4e..ef34c05 100755
--- a/autoinstall/install.sh
+++ b/autoinstall/install.sh
@@ -31,7 +31,7 @@ if [ -e /etc/debian_version ]; then
        export LANG=C
        APT="apt-get -y -o Dpkg::Options::=--force-confnew"
        backports_deb
-       apt-get update
+       apt-get update || true
        if dpkg-query -s fusionforge >/dev/null 2>&1; then
                # Already installed, upgrading
                $APT dist-upgrade

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

Summary of changes:
 autoinstall/install-src.sh | 2 +-
 autoinstall/install.sh     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
FusionForge

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

Reply via email to