Hi All,

I found some code that conflict with 2 digit in minor version

JTSDK-QT v2.0.6-0 Release 719
windows 10 home 10.0.16299.431

C:\JTSDK\scripts\qtenv-build-list.cmd
line 134 & 138 (the check of _MINOR is only on one digit, so a 1.10 cannot be listed) svn list %devurl% |grep ^wsjtx-[1-9]\.[8-9] |%sed% "s:/*$::" |sort |uniq >> %devlist% svn list %garurl% |grep ^wsjtx-[1-9]\.[8-9] |%sed% "s:/*$::" |sort |uniq > %garlist%

in addition, but only a typo on Line 71 (missed 't' in wsjtx)
ECHO GA and RC List ^( ^^/wsjtx/tags^/ ^)^:



C:\JTSDK\scripts\qtenv-build-wsjtx.cmd
C:\JTSDK\wsjtx\trunk\qt55\1.1.0\Release\{build, install, package}
not
C:\JTSDK\wsjtx\trunk\qt55\1.10.0\Release\{build, install, package}
as expected (1.1 vs. 1.10)
line 348 (the build location of 1.10 is 1.1)
cat %vfile% |grep "_MINOR" |awk "{print $3}" |cut "-c1" >mi.v & SET /p miv=<mi.v & rm mi.v
sed can remove end ')', eg.:
cat Versions.cmake |grep "_MINOR" |awk "{print $3}" | C:\JTSDK\msys\bin\sed.exe "s:)*$::" >mi.v & SET /p miv=<mi.v & rm mi.v

Sometimes I have problem with sourceforge svn
svn switch --relocate https:// svn://
or
svn switch --relocate http:// svn://
seem solve the problem.

--
73
Sandro
IW3RAB

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
wsjt-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wsjt-devel

Reply via email to