[Fusionforge-commits] FusionForge branch master updated. 3f7d47af1774c849da4f7252d45d05f5ef287a9b

Sylvain Beucler beuc-inria at fusionforge.org
Wed Apr 30 13:43:17 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, master has been updated
       via  3f7d47af1774c849da4f7252d45d05f5ef287a9b (commit)
      from  b1d74de3792f9650b599bd978ac900958128afbf (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 3f7d47af1774c849da4f7252d45d05f5ef287a9b
Author: Sylvain Beucler <sylvain.beucler at inria.fr>
Date:   Wed Apr 30 13:43:13 2014 +0200

    vm: explain use of gdebi

diff --git a/vm/scripts/install.sh b/vm/scripts/install.sh
index 34cabef..9a5613f 100755
--- a/vm/scripts/install.sh
+++ b/vm/scripts/install.sh
@@ -23,11 +23,11 @@ variant=${1:-full}
 if ! dpkg -l loggerhead | grep -q ^ii ; then
     wget -c http://snapshot.debian.org/archive/debian/20121107T152130Z/pool/main/l/loggerhead/loggerhead_1.19%7Ebzr477-1_all.deb
     aptitude install gdebi-core
-    # FIXME : why not dpkg -i ? ... fix or explain...
+    # install loggerhead with its dependencies
     gdebi --non-interactive loggerhead_1.19~bzr477-1_all.deb
 fi
 
-# Install FusionForge packages (by default, the fusionforge-full meta-package and all dependencies
+# Install FusionForge packages (by default, the fusionforge-full meta-package and all dependencies)
 aptitude update
 if dpkg -l fusionforge-$variant | grep -q ^ii ; then
     # Already installed, upgrading

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

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


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list