mirror of
https://github.com/Telecominfraproject/OpenNetworkLinux.git
synced 2025-12-04 06:55:15 +00:00
Set BUILDROOTMIRROR from the command line.
This commit is contained in:
@@ -9,7 +9,7 @@ ONL="$(realpath $(dirname $AUTOBUILD_SCRIPT)/../../)"
|
||||
# Default build branch
|
||||
BUILD_BRANCH=master
|
||||
|
||||
while getopts ":b:s:d:u:p:vc78" opt; do
|
||||
while getopts ":b:s:d:u:p:vc78r:" opt; do
|
||||
case $opt in
|
||||
7)
|
||||
ONLB_OPTIONS=--7
|
||||
@@ -32,6 +32,9 @@ while getopts ":b:s:d:u:p:vc78" opt; do
|
||||
v)
|
||||
set -x
|
||||
;;
|
||||
r)
|
||||
export BUILDROOTMIRROR=$OPTARG
|
||||
;;
|
||||
*)
|
||||
;;
|
||||
esac
|
||||
|
||||
Reference in New Issue
Block a user