This is the source code of the pyLoad Update Manager Server, this software is for project administrators only and not for pyLoad's end users!
Every plugin listed in the blacklist will be removed in users installation.
This is very useful when a plugin needs to be revoked after the update manager has already distributed it.
To add a plugin to the blacklist just edit blacklist.txt
in pyload/updates repository and append the plugin name in format: type|name.py
.
Once pushed to the repository the CI system will take care of applying the change automatically.
Note: adding plugins to blacklist.txt
is unnecessary anymore.
This process supposed to be fully automated now from now on:
This because every plugin deletion in the stable branch will cause the addition of it to the blacklist.txt
file.
Every commit will trigger a Travis CI build that will test the code.