We'll also compile a list of known issues and include it in disclaimer Thanks, Aviem
On Thu, Jan 28, 2021 at 10:14 AM Aviem Zur <aviem...@gmail.com> wrote: > Will add DISCLAIMER file to whl > > On Thu, Jan 28, 2021 at 8:42 AM Justin Mclean <jus...@classsoftware.com> > wrote: > >> Hi, >> >> > ▶ shasum -c apache-liminal-0.0.1rc4-INCUBATING-source.tar.gz.sha512 >> > shasum: apache-liminal-0.0.1rc4-INCUBATING-source.tar.gz.sha512: No >> such file or directory >> > >> ⍉ >> > ▶ shasum -a 512 -c >> apache-liminal-0.0.1rc4-INCUBATING-source.tar.gz.sha512 >> > shasum: apache-liminal-0.0.1rc4-INCUBATING-source.tar.gz.sha512: No >> such file or directory >> >> This may help. >> >> The files may download with .txt extensions you may need to rename them >> to .sha. >> >> I have a little bash function to do this: >> >> function untxt() { >> find . -name '*.txt' | while read f; do mv "$f" "${f/\.txt/}"; done >> } >> >> I generally compare: >> shasum -a 512 apache-liminal-0.0.1rc4-INCUBATING-source.tar.gz >> >> with the .sha512 file under nuttx-ing it >> >> Thanks, >> Justin >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org >> For additional commands, e-mail: general-h...@incubator.apache.org >> >>