cedadev / extra-sci-packages

A set of RPM packages to supplement Jaspy to provide an scientific analysis environment for CentOS7
1 stars 0 forks source link

Install `mc` using the jasmin-sci meta-package #15

Closed alaniwi closed 3 years ago

alaniwi commented 3 years ago

See https://github.com/cedadev/ceda-jaspy-envs/issues/50 and in particular https://github.com/cedadev/ceda-jaspy-envs/issues/50#issuecomment-951750655

We will be installing python minio package via Jaspy, but for the mc command line exectuable (probably best called minio because mc is also used for MidnightCommander) we should use an RPM.

alaniwi commented 3 years ago

Created an RPM, and the executable name is minio to avoid confusion with any (possible future) installation of MidnightCommander. Based on this executable name, the software will create its dotfile directory automatically at $HOME/.minio, so if existing users are using an executable called mc then they will have to move/copy any config files at $HOME/.mc

alaniwi commented 3 years ago

Added to meta RPM and tested deployment via yum. (Now jasmin-sci-1.4-2.el7.noarch.)

Ready to deploy, so now closing.