zopencommunity / metaport

To be able to build the meta repo with zopen
Apache License 2.0
1 stars 2 forks source link

zopen upgrade help isn't #51

Open lbdyck opened 7 months ago

lbdyck commented 7 months ago

image

IgorTodorovskiIBM commented 7 months ago

@DevonianTeuchter this is because zopen (zopen upgrade) calls zopen-install under the covers right? Maybe we can create a symlink of zopen-upgrade to zopen-install and check $0?

DevonianTeuchter commented 7 months ago

That'd likely work - splitting the upgrade logic out of zopen-install (with common code moved in common.sh) as a separation-of-concerns type exercise would be the ultimate solution (the upcoming install changes might need to affect this anyway)