From e5c8ff6b6918f4496dddf8c6b818dbb9ce991a24 Mon Sep 17 00:00:00 2001 From: Sukru Senli Date: Tue, 30 Apr 2019 15:36:44 +0200 Subject: [PATCH] iop: genconfig: use iopsys consumer repo by default --- iop/scripts/genconfig.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/iop/scripts/genconfig.sh b/iop/scripts/genconfig.sh index 551e57acd..bc615ce2a 100755 --- a/iop/scripts/genconfig.sh +++ b/iop/scripts/genconfig.sh @@ -171,8 +171,8 @@ function genconfig { echo -e " -a|--list-all\t\tList all Customers and their board types" echo -e " -b|--boards\t\tList all board types" echo - echo "Example ./iop genconfig vg50 TELIA" - echo "(if no customerconfig is chosen the Inteno Config will be used)" + echo "Example ./iop genconfig dg200 TELIA" + echo "(if no customerconfig is chosen, iopsys config will be used)" echo exit 0 } @@ -439,7 +439,7 @@ function genconfig { shift; done - CUSTREPO="${CUSTREPO:-git@private.inteno.se:customerconfigs}" + CUSTREPO="${CUSTREPO:-git@dev.iopsys.eu:consumer/iopsys.git}" setup_dirs create_and_copy_files "$@"