On 29/01/2019 11:34, Bill Somerville wrote:
Hi Barry,

you asked for a web page. If you want a more reliable list of releases, that isn't prone to SourceForge changing the format of that web page,

that is always a problem

you should clone the git repo and use the following two commands to get an up to date list of GA releases:

git fetch ; git tag --sort=version:refname -l 'wsjtx-*' | grep -v 'rc'

or if you want it with the newest first:

git fetch ; git tag --sort=-version:refname -l 'wsjtx-*' | grep -v 'rc'


I was trying to avoid cloning git, but looking at the size it's not too bad to keep a copy on hand and git pull each time the script runs, so that is what I have done. It only takes a few seconds to run depending on changes.

Thanks again for your help.

73
Barry
G4MKT

In case it's of use to anyone else I have attached a standalone script that returns the current GA release as above.

Attachment: wsjtx.sh
Description: application/shellscript

_______________________________________________
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel

Reply via email to