[Qgis-developer] new plugin repo online

Martin Dobias wonder.sk at gmail.com
Fri Feb 25 07:56:38 EST 2011


On Thu, Feb 24, 2011 at 9:41 AM, Paolo Cavallini <cavallini at faunalia.it> wrote:
> Il giorno mer, 23/02/2011 alle 00.47 -0800, Alex Mandel ha scritto:
>
>> That feature has been discussed, is way down at the bottom of the todo
>> list but is quite possible. We are looking for python programmers to try
>> and implement it in django if you are interested in helping.
>
> I do not quite agree it's a low priority issue: we found the publishing
> process rather painful, and error prone. We use a bash script for this,
> it can be used until a py program comes out.

Probably the easiest way for publishing of plugins would be a python
script bundled with QGIS which would do it on request:

publish_plugin.py -user foo -pass bar  my_plugin

That would zip the "my_plugin" plugin from your local working
directory, sign you in the qgis repository, upload the plugin and
print the result (success / error). Such a script can be done very
quickly, right? Eventually a plugin could do this job, remembering the
username/password, so publishing a new version of a plugin would be a
one-click action.

Martin


More information about the Qgis-developer mailing list