mirror of
https://github.com/Telecominfraproject/OpenNetworkLinux.git
synced 2025-12-05 15:35:43 +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
|
# Default build branch
|
||||||
BUILD_BRANCH=master
|
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
|
case $opt in
|
||||||
7)
|
7)
|
||||||
ONLB_OPTIONS=--7
|
ONLB_OPTIONS=--7
|
||||||
@@ -32,6 +32,9 @@ while getopts ":b:s:d:u:p:vc78" opt; do
|
|||||||
v)
|
v)
|
||||||
set -x
|
set -x
|
||||||
;;
|
;;
|
||||||
|
r)
|
||||||
|
export BUILDROOTMIRROR=$OPTARG
|
||||||
|
;;
|
||||||
*)
|
*)
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|||||||
Reference in New Issue
Block a user