vast specific configurations
This commit is contained in:
parent
76f3896338
commit
ee9d0986ed
3 changed files with 33 additions and 0 deletions
|
@ -192,6 +192,7 @@ do_prepmac() {
|
|||
}
|
||||
|
||||
do_get_s3-releases() {
|
||||
# Get the list of releases, order in reverse, where non-sp/hf are listed first.
|
||||
aws s3 ls --human-readable s3://vastdata-releases/release_bundles/service-packs/ \
|
||||
| sed -E 's|^[[:space:]]+[^[:space:]]+[[:space:]](.+)/$|999\1|; s/^999release/111release/; s/([[:digit:]])$/\1.zzz/' \
|
||||
| sort --field-separator=- -k2,2Vr -k3,3Vr -k4,4Vr -k5,5Vr \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue