From 886b0c9c63008870772734ea81bc3ec3cd855688 Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Sun, 15 Mar 2020 18:32:35 -0400 Subject: [PATCH] RELEASE: update some release instructions Clearer instructions on how to configure a machine to point to the git repo for vagrant-sshfs to do tests. --- RELEASE.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/RELEASE.txt b/RELEASE.txt index b67a13b..deab0dc 100644 --- a/RELEASE.txt +++ b/RELEASE.txt @@ -1,5 +1,8 @@ # point local system to git for vagrant-sshfs + - cd /usr/share/vagrant/gems/gems + - sudo mv vagrant-sshfs-1.3.3 vsshfs133 + - sudo ln -s /var/b/shared/code/github.com/dustymabe/vagrant-sshfs ./vagrant-sshfs-1.3.3 # Run misc tests cd /var/b/shared/code/github.com/dustymabe/vagrant-sshfs/test/misc