After upgrading to 1.5.1.23, when I try to go into my Software repository on my waptconsole, I just get:
An unhandled expection has occured. exeptions.ValueError: invalid literal for int() with base 10:'2018.03.01'
I do have a package named "XXXX-x2go-client-for-windows_4.1.1.3-2018.03.01_all.wapt"
Hi Klaus,
The "packaging" part of the package version string (after the dash) must be an integer.
Could you change the version in the package's control text file (WAPT/contro) to soemthing like
4.1.1.3-3 and rebuild / sign /upload your package.
On the server, remove the culprit file then reindex the repository with scan-packages /var/www/wapt (if you are on Debian)
Le 07/04/2018 à 13:36, Klaus Ade Johnstad a écrit :
After upgrading to 1.5.1.23, when I try to go into my Software repository on my waptconsole, I just get:
An unhandled expection has occured. exeptions.ValueError: invalid literal for int() with base 10:'2018.03.01'
I do have a package named "XXXX-x2go-client-for-windows_4.1.1.3-2018.03.01_all.wapt"
WAPT mailing list WAPT@lists.tranquil.it http://lists.tranquil.it/listinfo/wapt
Den 07. april 2018 18:16, skrev Hubert Touvet TIS:
The "packaging" part of the package version string (after the dash) must be an integer.
This didn't appear as a problem until I upgraded to 1.5.1.23.
On the server, remove the culprit file then reindex the repository with scan-packages /var/www/wapt (if you are on Debian)
Well, see my newest mail to the list, about problems with backup. I'm unable to run "scan-packages".