On 13/02/2023 23:00, Brian Morrison via wsjt-devel wrote:
On Mon, 13 Feb 2023 22:35:13 +0000
Barry Jackson via wsjt-devel <wsjt-devel@lists.sourceforge.net> wrote:
On 16/01/2023 14:22, Joe Taylor via wsjt-devel wrote:
The WSJT Development Team is pleased to announce that today the
Solar Flux Index is 234 and Sunspot Number is 195.
Oh, yes: and the WSJT-X 2.6.1 General Availability (GA) release is
now available for free download from SourceForge.
Hi Joe,
error: Could not download file
https://www.physics.princeton.edu/pulsar/K1JT/wsjtx-2.6.1.tgz
I maintain wsjtx for Mageia and we have always used the above URL
path for downloading the official sources.
Has this changed permanently, or is this an oversight, or a server
issue?
You will find it here:
https://sourceforge.net/projects/wsjt/files/wsjtx-2.6.1/wsjtx-2.6.1.tgz/download
Sourceforge is the new location for the project.
Thanks Brian,
So I guess it's permanent then.
Worse is that https://git.code.sf.net/p/wsjt/wsjtx wsjt-wsjtx is not
showing the latest releases. Latest tag is wsjtx-2.5.4
My version tracking script uses/used the above to check for the latest
GA version:
#!/usr/bin/bash
[[ -d /home/$USER/BLD/wsjtx_git ]] || mkdir -p /home/$USER/BLD/wsjtx_git
[[ -d /home/$USER/BLD/wsjtx_git/wsjt-wsjtx ]] || { cd
/home/$USER/BLD/wsjtx_git; git clone
https://git.code.sf.net/p/wsjt/wsjtx wsjt-wsjtx; }
cd /home/$USER/BLD/wsjtx_git/wsjt-wsjtx && git pull > /dev/null 2>&1
uver=$(git fetch ; git tag --sort=-version:refname -l 'wsjtx-*' | grep
-v 'rc'|head -n1|cut -d- -f2)
echo $uver
So I need to find another reliable source of the current version.
Any ideas?
Barry
_______________________________________________
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel