You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Will there be a precedence for zip vs rsync? If "curl https:xxx.zip | busybox -d moddir" fails, then try rsync? Or will you assume that if there is a {rsync_url,zip_url} value present, it will be valid.
Up til now, we have tested the rsync approach. We don't know how many zip_http_url links are broken. I guess we should use the rsync tested link if present.
I think we need to explore to make sure the on the fly zip works.
I'd like to assume the links are valid. errors get trapped and reported in cmdsrv. if it gets out of hand then more checking can be done. there could also be an admin console setting to prefer one over the other, but that takes a new ui.
https://xxx.zip | busybox unzip - -d moddir will unzip on the fly to moddir
The text was updated successfully, but these errors were encountered: