[Fusionforge-commits] FusionForge branch Branch_5_3 updated. 7b0b155edbd52c7c6a68624440777f213187a82e

Sylvain Beucler beuc-inria at fusionforge.org
Wed Apr 16 11:54:00 CEST 2014


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, Branch_5_3 has been updated
       via  7b0b155edbd52c7c6a68624440777f213187a82e (commit)
      from  2457ed8575970727b300f5d02138b3cf5f215f9d (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 -----------------------------------------------------------------
commit 7b0b155edbd52c7c6a68624440777f213187a82e
Author: Sylvain Beucler <sylvain.beucler at inria.fr>
Date:   Wed Apr 16 11:53:57 2014 +0200

    VM: check for fusionforge-$variant installation (not -full)

diff --git a/vm/scripts/install.sh b/vm/scripts/install.sh
index 8800d95..6f9703c 100755
--- a/vm/scripts/install.sh
+++ b/vm/scripts/install.sh
@@ -24,7 +24,7 @@ if ! dpkg -l loggerhead | grep -q ^ii ; then
 fi
 
 aptitude update
-if dpkg -l fusionforge-full | grep -q ^ii ; then
+if dpkg -l fusionforge-$variant | grep -q ^ii ; then
     # Already installed, upgrading
     UCF_FORCE_CONFFNEW=yes LANG=C DEBIAN_FRONTEND=noninteractive aptitude -y dist-upgrade
 else

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

Summary of changes:
 vm/scripts/install.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list