Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 1.46 KB

README.md

File metadata and controls

19 lines (13 loc) · 1.46 KB

pyLoad Update Manager Server

Build Status Coverage Status Dependency Status

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!

Blacklist

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.

Build and Deploy

Every commit will trigger a Travis CI build that will test the code.