ZOSOpenTools / meta

Meta repository to tie together the various underlying z/OS Open Source tools repositories here
https://zosopentools.github.io/meta/
Apache License 2.0
37 stars 25 forks source link

zopen install zigi - not current and a couple of bugs #760

Open lbdyck opened 1 month ago

lbdyck commented 1 month ago

See image

  1. the zigi-master is out of date (zigi 3.18 when the current as of yesterday is 3.20)
  2. trying to run the ./zginstall.rex but the instructions are wrong - you have to move into the /usr/local/zopen/zigi/ directory to run it
  3. there is no c3270 dependency but there is a git dependency

Thanks

IgorTodorovskiIBM commented 1 month ago

Thanks, I've incorporated a couple of the changes here: https://github.com/ZOSOpenTools/zigiport/pull/6/files. I've add the zginstall.rex instructions as a caveat.

I agree c3270 is not a dependency. I added it to enable ssh users to access TSO/ISPF easily. I can remove if you insist.

lbdyck commented 1 month ago

Thank you for the update. My guess is that if a ssh user wants to use tn3270 that they will find their own, and/or, install c3270 but 99.999% will be using a traditional tn3270 connection and not ssh as those folks probably don't use ssh or tso omvs :)

Note that there is no zginstall.sh - it is zginstall.rex and I was unable to run it unless I changed into that directory.

IgorTodorovskiIBM commented 1 month ago

Thank you for the update. My guess is that if a ssh user wants to use tn3270 that they will find their own, and/or, install c3270 but 99.999% will be using a traditional tn3270 connection and not ssh as those folks probably don't use ssh or tso omvs :)

Note that there is no zginstall.sh - it is zginstall.rex and I was unable to run it unless I changed into that directory.

Ah ok, how does it look now? https://github.com/ZOSOpenTools/zigiport/pull/6/files