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

Fix date to timestamp conversion #649

Closed IgorTodorovskiIBM closed 5 months ago

IgorTodorovskiIBM commented 6 months ago

Note: Another approach would be to embed coreutils (which includes date, sha256sum and many other tools). Another benefit of this is that we don't have to rely ascii workarounds like asciiecho (https://github.com/ZOSOpenTools/meta/blob/main/bin/zopen-build#L40) and we also can replace numcpus.rexx with nproc. It will increase size by 14mbs though.

IgorTodorovskiIBM commented 5 months ago

This is fine but can you create another issue so that we can pick up fixes to date/sha256sum if they are required as part of the build process of meta?

Will do