Commit fcd63fd 1 parent 6537560 commit fcd63fd Copy full SHA for fcd63fd
File tree 1 file changed +8
-1
lines changed
1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ process_opts() {
59
59
SKIP_CHECKSUM=
60
60
EXTRACT_MODE=0
61
61
MOG_TEST=
62
- while getopts " bcimPpstf :ha:d:Llr:x" opt; do
62
+ while getopts " bcimM:Ppstf :ha:d:Llr:x" opt; do
63
63
case $opt in
64
64
a)
65
65
set_arch " $OPTARG "
@@ -96,6 +96,11 @@ process_opts() {
96
96
m)
97
97
MOG_TEST=1
98
98
;;
99
+ M)
100
+ logmsg -n " -- Will retrieve files from $OPTARG "
101
+ set_mirror " $OPTARG "
102
+ set_checksum none
103
+ ;;
99
104
P)
100
105
REBASE_PATCHES=1
101
106
;;
@@ -139,6 +144,8 @@ show_usage() {
139
144
-l : skip pkglint check
140
145
-L : skip hardlink target check
141
146
-m : re-generate final mog from local.mog (mog test mode)
147
+ -M URL : retrieve files from URL instead of OmniOS mirror
148
+ -M /PATH : retrieve files from (absolute) PATH instead of OmniOS mirror
142
149
-p : output all commands to the screen as well as log file
143
150
-P : re-base patches on latest source
144
151
-r REPO : specify the IPS repo to use
You can’t perform that action at this time.
0 commit comments