mirror of
https://github.com/Telecominfraproject/OpenNetworkLinux.git
synced 2026-01-27 10:22:15 +00:00
Add verbose option.
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:vc789r:" opt; do
|
||||
while getopts ":b:s:d:u:p:vVc789r:" opt; do
|
||||
case $opt in
|
||||
7)
|
||||
ONLB_OPTIONS=--7
|
||||
@@ -38,6 +38,9 @@ while getopts ":b:s:d:u:p:vc789r:" opt; do
|
||||
v)
|
||||
set -x
|
||||
;;
|
||||
V)
|
||||
export VERBOSE=1
|
||||
;;
|
||||
r)
|
||||
export BUILDROOTMIRROR=$OPTARG
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user