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 bcfc08368682f6d1bea0829100c2fdf40ce7125d (commit)
from 35c1b2d264fe375b309415029461517a7abe32e3 (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=bcfc08368682f6d1bea0829100c2fdf40ce7125d
commit bcfc08368682f6d1bea0829100c2fdf40ce7125d
Author: Franck Villaume <[email protected]>
Date: Sun Oct 29 20:40:17 2017 +0100
do apt-get update after backports_deb. same behavior as src install
diff --git a/autoinstall/install.sh b/autoinstall/install.sh
index c6799b7..e570b11 100755
--- a/autoinstall/install.sh
+++ b/autoinstall/install.sh
@@ -31,6 +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
if dpkg-query -s fusionforge >/dev/null 2>&1; then
# Already installed, upgrading
$APT dist-upgrade
-----------------------------------------------------------------------
Summary of changes:
autoinstall/install.sh | 1 +
1 file changed, 1 insertion(+)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits