QGIS plugin repository updates

Issue #164 closed
Benjamin Jakimow created an issue

@thielfab @janzandr please note:

make/deploy.py will now copy the qgis_plugin_develop.xml to the repositories' root.

This means that if deploy.py is used for code of checked out from branch <branch> the following files are created:

  • deploy/enmapboxplugin.<date time>.<branch>.zip
  • deploy/qgis_plugin_develop.xml

These files will be uploaded to:

  • https://bitbucket.org/hu-geomatics/enmap-box/downloads/enmapboxplugin.<date time>.<branch>.zip
  • https://bitbucket.org/hu-geomatics/enmap-box/raw/<branch>/qgis_plugin_develop.xml

Using this scheme, we can now make use of branch specific plugin repositories:

  • https://bitbucket.org/hu-geomatics/enmap-box/raw/<branch>/qgis_plugin_develop.xml

In particular:

https://bitbucket.org/hu-geomatics/enmap-box/raw/develop/qgis_plugin_develop.xml

as standard plugin repo for developer version.

Comments (2)

  1. Log in to comment