mirror of
https://github.com/YunoHost/ynh-dev.git
synced 2024-09-03 20:05:59 +02:00
[enh] Update boxes name & url.
This commit is contained in:
parent
8c103469a9
commit
498f359027
1 changed files with 6 additions and 6 deletions
12
ynh-dev
12
ynh-dev
|
@ -109,16 +109,16 @@ elif [ "$1" = "run" ]; then
|
|||
|
||||
# Get vagrant box info from version
|
||||
if [ "$VERSION" = "stable" ]; then
|
||||
BOX_NAME="opi/yunohost-stable"
|
||||
BOX_URL="http://build.yunohost.org/yunohost-stable8-builded.box"
|
||||
BOX_NAME="yunohost/yunohost-jessie-stable"
|
||||
BOX_URL="https://build.yunohost.org/yunohost-jessie-stable.box"
|
||||
IP="192.168.33.80"
|
||||
elif [ "$VERSION" = "testing" ]; then
|
||||
BOX_NAME="opi/yunohost-testing"
|
||||
BOX_URL="http://build.yunohost.org/yunohost-testing8-builded.box"
|
||||
BOX_NAME="yunohost/yunohost-jessie-testing"
|
||||
BOX_URL="https://build.yunohost.org/yunohost-jessie-testing.box"
|
||||
IP="192.168.33.81"
|
||||
elif [ "$VERSION" = "unstable" ]; then
|
||||
BOX_NAME="opi/yunohost-unstable"
|
||||
BOX_URL="http://build.yunohost.org/yunohost-unstable8-builded.box"
|
||||
BOX_NAME="yunohost/yunohost-jessie-unstable"
|
||||
BOX_URL="https://build.yunohost.org/yunohost-jessie-unstable.box"
|
||||
IP="192.168.33.82"
|
||||
else
|
||||
echo "ERROR: Incorrect version '$VERSION'. See '$(basename $0) --help' for usage."
|
||||
|
|
Loading…
Add table
Reference in a new issue