mirror of
https://github.com/YunoHost/ynh-dev.git
synced 2024-09-03 20:05:59 +02:00
[enh] Update box name according to Vagrantfile update.
This commit is contained in:
parent
498f359027
commit
e755caaf49
1 changed files with 3 additions and 3 deletions
6
ynh-dev
6
ynh-dev
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue