[enh] Update box name according to Vagrantfile update.

This commit is contained in:
opi 2016-05-27 11:46:57 +02:00
parent 498f359027
commit e755caaf49

View file

@ -109,15 +109,15 @@ elif [ "$1" = "run" ]; then
# Get vagrant box info from version # Get vagrant box info from version
if [ "$VERSION" = "stable" ]; then if [ "$VERSION" = "stable" ]; then
BOX_NAME="yunohost/yunohost-jessie-stable" BOX_NAME="yunohost/jessie-stable"
BOX_URL="https://build.yunohost.org/yunohost-jessie-stable.box" BOX_URL="https://build.yunohost.org/yunohost-jessie-stable.box"
IP="192.168.33.80" IP="192.168.33.80"
elif [ "$VERSION" = "testing" ]; then elif [ "$VERSION" = "testing" ]; then
BOX_NAME="yunohost/yunohost-jessie-testing" BOX_NAME="yunohost/jessie-testing"
BOX_URL="https://build.yunohost.org/yunohost-jessie-testing.box" BOX_URL="https://build.yunohost.org/yunohost-jessie-testing.box"
IP="192.168.33.81" IP="192.168.33.81"
elif [ "$VERSION" = "unstable" ]; then elif [ "$VERSION" = "unstable" ]; then
BOX_NAME="yunohost/yunohost-jessie-unstable" BOX_NAME="yunohost/jessie-unstable"
BOX_URL="https://build.yunohost.org/yunohost-jessie-unstable.box" BOX_URL="https://build.yunohost.org/yunohost-jessie-unstable.box"
IP="192.168.33.82" IP="192.168.33.82"
else else