[Fusionforge-commits] FusionForge branch Branch_5_3 updated. 3e5ecf3843e2c7fd3e0b66b9255e7c5cc232696f

Roland Mas lolando at fusionforge.org
Mon Jun 2 16:58:20 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  3e5ecf3843e2c7fd3e0b66b9255e7c5cc232696f (commit)
      from  fa4b05bc7e3e7c2367151b141429a27c81ae6588 (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 3e5ecf3843e2c7fd3e0b66b9255e7c5cc232696f
Author: Roland Mas <lolando at debian.org>
Date:   Mon Jun 2 16:58:16 2014 +0200

    apt-get --yes

diff --git a/tests/scripts/fusionforge-build-and-test-deb.sh b/tests/scripts/fusionforge-build-and-test-deb.sh
index dcc7554..60e9c37 100755
--- a/tests/scripts/fusionforge-build-and-test-deb.sh
+++ b/tests/scripts/fusionforge-build-and-test-deb.sh
@@ -116,7 +116,7 @@ if [ "$DIST" = wheezy ] ; then
 
     # Grab a more recent loggerhead (without pulling everything)
     if ! ssh root@$HOST dpkg -l loggerhead | grep -q ^ii ; then
-	ssh root@$HOST "apt-get install wget gdebi-core;wget -c http://snapshot.debian.org/archive/debian/20121107T152130Z/pool/main/l/loggerhead/loggerhead_1.19%7Ebzr477-1_all.deb; gdebi --non-interactive loggerhead_1.19~bzr477-1_all.deb"
+	ssh root@$HOST "apt-get -y --force-yes install wget gdebi-core;wget -c http://snapshot.debian.org/archive/debian/20121107T152130Z/pool/main/l/loggerhead/loggerhead_1.19%7Ebzr477-1_all.deb; gdebi --non-interactive loggerhead_1.19~bzr477-1_all.deb"
     fi
 fi
 

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

Summary of changes:
 tests/scripts/fusionforge-build-and-test-deb.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list