mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
iop: genconfig: use iopsys consumer repo by default
This commit is contained in:
parent
62aa40ceea
commit
e5c8ff6b69
1 changed files with 3 additions and 3 deletions
|
|
@ -171,8 +171,8 @@ function genconfig {
|
||||||
echo -e " -a|--list-all\t\tList all Customers and their board types"
|
echo -e " -a|--list-all\t\tList all Customers and their board types"
|
||||||
echo -e " -b|--boards\t\tList all board types"
|
echo -e " -b|--boards\t\tList all board types"
|
||||||
echo
|
echo
|
||||||
echo "Example ./iop genconfig vg50 TELIA"
|
echo "Example ./iop genconfig dg200 TELIA"
|
||||||
echo "(if no customerconfig is chosen the Inteno Config will be used)"
|
echo "(if no customerconfig is chosen, iopsys config will be used)"
|
||||||
echo
|
echo
|
||||||
exit 0
|
exit 0
|
||||||
}
|
}
|
||||||
|
|
@ -439,7 +439,7 @@ function genconfig {
|
||||||
shift;
|
shift;
|
||||||
done
|
done
|
||||||
|
|
||||||
CUSTREPO="${CUSTREPO:-git@private.inteno.se:customerconfigs}"
|
CUSTREPO="${CUSTREPO:-git@dev.iopsys.eu:consumer/iopsys.git}"
|
||||||
|
|
||||||
setup_dirs
|
setup_dirs
|
||||||
create_and_copy_files "$@"
|
create_and_copy_files "$@"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue