Skip to content

Commit 2281854

Browse files
committed
add infra dir and clean-pycache.sh to clean python caches so that the actual python files get added to sandstorm-files.list
1 parent c2e3002 commit 2281854

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

Vagrantfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
3131
# Use a shell script to "provision" the box. This install Sandstorm using
3232
# the bundled installer.
3333
config.vm.provision "shell",
34-
inline: "cd /vagrant && echo localhost > /etc/hostname && hostname localhost && sudo ./install-sandstorm.sh -d -e"
34+
inline: "cd /vagrant && echo localhost > /etc/hostname && hostname localhost && sudo ./infra/install-sandstorm.sh -d -e"
3535

3636
# Make the vagrant user part of the sandstorm group so that commands like
3737
# `spk dev` work

infra/clean-pycache.sh

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
sudo find /usr/{local/,}lib/python3.4/ -name '*.pyc' -delete
File renamed without changes.

0 commit comments

Comments
 (0)