zopen-versions lists the version of z/OS tools and corresponding tools in 'brew' #444
Replies: 5 comments 6 replies
-
It would be cool if we can get this automated into the docs similar to the Progress page: https://github.com/ZOSOpenTools/meta/blob/main/docs/Progress.md And perhaps call out the ports that don't spew out a version. Alternatively, we could parse out the version from the pax: https://github.com/ZOSOpenTools/gitport/releases/download/Releaseline_gitport_1033/git-2.41.0.20230601_145058.zos.pax.Z |
Beta Was this translation helpful? Give feedback.
-
Hey Mike, |
Beta Was this translation helpful? Give feedback.
-
See #322 for a snapshot of packages with a missing 'version' |
Beta Was this translation helpful? Give feedback.
-
See #323 for a snapshot of which packages are out of date relative to brew. |
Beta Was this translation helpful? Give feedback.
-
See #445 for issue |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
zopen-versions looks in your installed tools on z/OS and determines the version of the tool (if it's available) and then prints out the version of the tool in brew.
This is meant to help us with a few things:
zopen_get_version
function in buildenv for each tool (uncomment the 'echo' for no version to see these files)You can run this tool on tools installed locally (it defaults to search
$HOME/zopen/prod
). Ideally this could be incorporated into our CI/CD pipeline once we get all the gaps closed to ensure the gaps stay closed.On my particular system with just a handful of packages installed in prod I see:
So you can see we are down-level on 'less', libpipeline, libtool (maybe?), and ncurses for the handful of packages I have installed right now.
Beta Was this translation helpful? Give feedback.
All reactions