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  42445d7e8b6aa576488b931814c2c05716d67e97 (commit)
      from  657a32582d6527d8bfcaa13520c75bbb748bdccf (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=42445d7e8b6aa576488b931814c2c05716d67e97

commit 42445d7e8b6aa576488b931814c2c05716d67e97
Author: Franck Villaume <[email protected]>
Date:   Wed Mar 27 10:12:14 2019 +0000

    Force Check-Valid-Until on debian jessie to retrieve packages from archive

diff --git a/autoinstall/common-backports b/autoinstall/common-backports
index 7c32aeb..b326351 100644
--- a/autoinstall/common-backports
+++ b/autoinstall/common-backports
@@ -29,6 +29,10 @@ function backports_deb {
                        echo 'deb http://archive.debian.org/debian 
jessie-backports main' \
                                > /etc/apt/sources.list.d/backports.list
                fi
+               if [ ! -f /etc/apt/apt.conf.d/10no--check-valid-until ]; then
+                       echo 'Acquire::Check-Valid-Until "0";' \
+                               > /etc/apt/apt.conf.d/10no--check-valid-until
+               fi
        fi
 }
 

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

Summary of changes:
 autoinstall/common-backports | 4 ++++
 1 file changed, 4 insertions(+)


hooks/post-receive
-- 
FusionForge

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

Reply via email to