ome / omero-install

OMERO installation scripts
https://www.openmicroscopy.org/omero
4 stars 24 forks source link

Minor autogenerate.sh issue #294

Closed dominikl closed 2 weeks ago

dominikl commented 2 weeks ago

While reviewing PR I noticed in the "Build walkthroughs" step:

Run cd linux
ubuntu2004
sed: can't read ./step01_ubuntu1804_deps.sh: No such file or directory
ubuntu2204
sed: can't read ./step01_ubuntu1804_deps.sh: No such file or directory
rocky9

I think that's caused by: https://github.com/ome/omero-install/blob/develop/linux/autogenerate.sh#L80 (respectively subsequentely: https://github.com/ome/omero-install/blob/develop/linux/autogenerate.sh#L91 ). Should probably check the autogenerate script properly and remove any old ubuntu1804 bits.

jburel commented 2 weeks ago

Fixed in https://github.com/ome/omero-install/pull/291