[Qgis-developer] Ideas concerning plugin deployment

Ismail Sunni imajimatika at gmail.com
Sun Mar 12 16:49:02 PDT 2017


Hi Magnus,

In InaSAFE plugin, we also use git-archive, but since we use git submodule,
we use git archive-all (available in brew or pip) [1]. We create script to
do the release of the plugin to make it easier [2]. We add more
functionalities like removing test related files (to make the size smaller)
and create windows installer for it.

Best Regards

[1] https://github.com/Kentzo/git-archive-all
[2] https://github.com/inasafe/inasafe/blob/develop/scripts/release.sh

On Mon, Mar 13, 2017 at 5:19 AM, Luigi Pirelli <luipir at gmail.com> wrote:

> can be useful?  https://git-scm.com/docs/git-archive
> Luigi Pirelli
>
> ************************************************************
> **************************************
> * Boundless QGIS Support/Development: lpirelli AT boundlessgeo DOT com
> * LinkedIn: https://www.linkedin.com/in/luigipirelli
> * Stackexchange: http://gis.stackexchange.com/users/19667/luigi-pirelli
> * GitHub: https://github.com/luipir
> * Mastering QGIS 2nd Edition:
> * https://www.packtpub.com/big-data-and-business-
> intelligence/mastering-qgis-second-edition
> ************************************************************
> **************************************
>
>
> On 11 March 2017 at 22:12, Magnus Homann <magnus at homann.se> wrote:
> > Hello, currently I tag my plugin code in git, and extract and build a
> > zip-file which is uploaded to plugin repo.
> > The Makefile that plugin_builder is supplyng, also have an option to zip
> > locally deployed files for later upload.
> >
> > I prefer to packaged directly from tag in git, but then every file that
> is
> > in git will be packaged!
> >
> > Have anyone made a mixed approach, packaging directly from a git tag, but
> > only a sub-set of the files?
> >
> > /Magnus
> > _______________________________________________
> > Qgis-developer mailing list
> > Qgis-developer at lists.osgeo.org
> > List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
> > Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer
> _______________________________________________
> Qgis-developer mailing list
> Qgis-developer at lists.osgeo.org
> List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer
>



-- 
Ismail Sunni
ismailsunni.wordpress.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/qgis-developer/attachments/20170313/606c735e/attachment-0001.html>


More information about the Qgis-developer mailing list