Friday, May 3, 2024
5
rated 0 times [  5] [ 0]  / answers: 1 / hits: 349  / 3 Years ago, mon, august 30, 2021, 12:02:26

When I share an app with the command:



quickly share


The app version is changed in the glade file, in the setup.py file... and upload to the PPA (Then the build will not admit a below version).



Can I disable this? Can I restore the PPA for a right version as 0.0.3? Thanks in advance!


More From » application-development

 Answers
4

Quickly will still overwrite the version number, so if you want to use a different versioning scheme than the default month.release one, you can override it for each release using the <version> parameter.



quickly release <version>


Note that you'll need to run the command with the parameter for each release you make, as Quickly won't remember your versioning scheme and will fall back to the default if you don't specify the <version> parameter.



The support for the <version> parameter in the packaging-related commands is as follows:




  • package - doesn't change the version number, so no need for the parameter

  • share - does not support the <version> parameter, it appends -public to the version, but it does not bump it.

  • release - fully supports the <version> parameter

  • submitubuntu - fully supports the <version> parameter



In any case, a really easy thing to do is to just delete the package with your old versioning scheme from the PPA and re-run quickly share


[#37124] Tuesday, August 31, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
utschang

Total Points: 357
Total Questions: 120
Total Answers: 119

Location: Croatia
Member since Sat, May 2, 2020
4 Years ago
utschang questions
Mon, Aug 30, 21, 14:09, 3 Years ago
Tue, May 17, 22, 20:44, 2 Years ago
Sun, Jul 11, 21, 23:54, 3 Years ago
Tue, Sep 7, 21, 04:23, 3 Years ago
;