Mercurial > p > roundup > code
diff scripts/README.txt @ 6553:75da037d1c54
Add another xmlrpc example script and update readme.
Also added basic description of Docker files in Docker subdirectory
(to be added).
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sat, 11 Dec 2021 21:26:46 -0500 |
| parents | 7655dae061b8 |
| children | cd408eb748dd |
line wrap: on
line diff
--- a/scripts/README.txt Sat Dec 11 17:45:50 2021 -0500 +++ b/scripts/README.txt Sat Dec 11 21:26:46 2021 -0500 @@ -31,6 +31,10 @@ Remove file attachment spam from a tracker. (Warning destructive, read script well.) +stats.xmlrpc.py + Script using the xmlrpc interface to retrieve info. Generates report + on what values are used by the various issues on bugs.python.org. + weekly-report Generate a simple report outlining the activity in one tracker for the most recent week. @@ -56,3 +60,18 @@ contributors.py Analyzes Mercurial log, filters and compiles list of committers with years of contribution. Can be useful for updating COPYING.txt + +---- + +Docker + Directory for docker setup. More info on how to use it is in + doc/installation.txt. + +Docker/Dockerfile - Create roundup docker. + +Docker/requirements.txt - Python requirements built into docker. + +Docker/roundup-start - Startup script for roundup in docker. + +Docker/docker-compose.yml - Manage two docker containers for roundup + and mysql.
