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.0 has been updated
       via  518fa7d2e2bf16bb9c80d665c99b29124ca075c0 (commit)
      from  cef310d656ed26f4109fa366cd589480541503a0 (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=518fa7d2e2bf16bb9c80d665c99b29124ca075c0

commit 518fa7d2e2bf16bb9c80d665c99b29124ca075c0
Author: Sylvain Beucler <[email protected]>
Date:   Mon Jul 6 19:00:41 2015 +0200

    vm: work-around buggy ssh key regen

diff --git a/vm/Vagrantfile-sample b/vm/Vagrantfile-sample
index b27a173..e3bc157 100644
--- a/vm/Vagrantfile-sample
+++ b/vm/Vagrantfile-sample
@@ -18,6 +18,10 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
   #config.vm.synced_folder "..", "/usr/src/fusionforge"
   #config.vm.synced_folder "../src", "/usr/share/gforge"
 
+  # Key already copied; also vagrant 1.7.2 tries to regen it but is
+  # buggy (forgets to write the public key -> password auth)
+  config.ssh.insert_key = false
+
   # Display graphics window, useful for running the Selenium testsuite
   config.vm.provider :virtualbox do |vb|
     vb.gui = true

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

Summary of changes:
 vm/Vagrantfile-sample | 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