https://github.com/pyload/updatemanager
Update Manager Server for pyLoad v0.4.20 (and earlier)
https://github.com/pyload/updatemanager
php pyload
Last synced: 8 months ago
JSON representation
Update Manager Server for pyLoad v0.4.20 (and earlier)
- Host: GitHub
- URL: https://github.com/pyload/updatemanager
- Owner: pyload
- Created: 2014-04-30T11:51:40.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2022-10-02T20:04:34.000Z (over 3 years ago)
- Last Synced: 2025-06-01T05:23:12.126Z (9 months ago)
- Topics: php, pyload
- Language: PHP
- Homepage:
- Size: 94.7 KB
- Stars: 5
- Watchers: 7
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pyLoad Update Manager Server
[](https://travis-ci.org/pyload/updatemanager) [](https://coveralls.io/r/pyload/updatemanager?branch=master) [](https://www.versioneye.com/user/projects/537a851114c1583cca00004a)
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](https://github.com/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](https://github.com/pyload/pyload/tree/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.