Nolan Darilek
unread,Oct 23, 2015, 1:07:43 PM10/23/15Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Sandstorm Development
Yesterday I tweaked my Vagrantfile for my failing Meteor project, set
/opt/app to rsync, and everything started working. Unfortunately, other
bits of vagrant-spk aren't too happy with my choice. In particular,
"vagrant-spk pack" dumps the spk in /opt/app, then fails to rename it
when it isn't on the local filesystem.
Not sure if this is intentional, but /vagrant is also mounted in the
container. I'm wondering if vagrant-spk might use different mountpoints
for different purposes--/opt/app for actual package construction, so
those of us who need to can set it to rsync, and /vagrant for instances
where it needs to sync something like an spk out of the VM? Not sure
what other parts of vagrant-spk need to pull data out of the VM, but if
they could all do so at /vagrant then that might go a long way toward
solving 2-way sync issues while still letting those of us on broken OSs
build packages in a sane Linux environment.