Plugins and repos

Started by barrahome, December 04, 2019, 04:32:23 PM

Previous topic - Next topic
There is a way to load my github as a plugin repo? If so, steps to do it?

I want to test what i'm developing and i need something like this to work. I made a simple hello world plugin based on the examples provided by the docs.

Better on the test machine:

git clone https://github.com/youruser/plugins
cd plugins/xx/xx
make upgrade

When you do some updates on GH the just a git pull && make upgrade in directory

I want to bundle it with the iso... Or having an option to pull from my server


I tried to add it using ADDITIONS="package_name" and renamed the normal hello world and didn't work.