mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-13 02:30:30 +03:00
Add optional support for vagrant-cachier plugin.
This commit is contained in:
parent
16df9c6aec
commit
d1b5c4353d
2 changed files with 6 additions and 0 deletions
|
|
@ -146,6 +146,10 @@ for f, src, shasum in cachefiles:
|
|||
vagrantfile = """
|
||||
Vagrant::Config.run do |config|
|
||||
|
||||
if Vagrant.has_plugin?("vagrant-cachier")
|
||||
config.cache.scope = :box
|
||||
end
|
||||
|
||||
config.vm.box = "{0}"
|
||||
config.vm.box_url = "{1}"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue