mirror of
https://github.com/YunoHost/ynh-dev.git
synced 2024-09-03 20:05:59 +02:00
This prebuild.sh ain't used anymoar
This commit is contained in:
parent
10af5d7a20
commit
dfe49ea191
1 changed files with 0 additions and 19 deletions
|
@ -1,19 +0,0 @@
|
||||||
#!/bin/bash
|
|
||||||
|
|
||||||
# Compute box name
|
|
||||||
BOX="ynh-dev"
|
|
||||||
|
|
||||||
# Create box
|
|
||||||
vagrant up $BOX --provider=lxc
|
|
||||||
|
|
||||||
# Package box
|
|
||||||
vagrant package $BOX --output /tmp/$BOX.box
|
|
||||||
|
|
||||||
# Destroy current box
|
|
||||||
vagrant destroy $BOX
|
|
||||||
|
|
||||||
# User message, and exit
|
|
||||||
echo ""
|
|
||||||
echo "Your Vagrant box was packaged to /tmp/$BOX.box"
|
|
||||||
echo "You might want to run : vagrant box add 'yunohost/ynh-dev' /tmp/$BOX.box"
|
|
||||||
exit
|
|
Loading…
Add table
Reference in a new issue