[SailfishDevel] RPM validator question
Reto Zingg
reto.zingg at jolla.com
Wed Mar 26 08:41:43 UTC 2014
Hi,
On 25.03.2014 20:59, Iosif Hamlatzis wrote:
> The QtCreator IDE under the Harbour Tools provides an RPM validator. I
> just wanted to test my package but I get the message the file is too large.
>
> Is there a maximum file size only for the validator or also for the
> actual jolla shop?
Yes there is a limit in the web frontend 'Harbour Tools', it's ~40MB.
The used web server somehow can't handle bigger files and we didn't had
yet time to investigate it.
You can do the check also on CLI:
On Linux, login to the Build-Engine virtual box:
$ ssh -p 2222 -i ~/SailfishOS/vmshare/ssh/private_keys/engine/mersdk
mersdk at localhost
then inside the build engine:
$ rpmvalidation.sh harbour-myapp-0.1-4.arch.rpm
In that case the limit is the /tmp size (unpacked rpm) which is ~249MB
in the build engine.
br
Reto
More information about the Devel
mailing list