Mercurial > p > roundup > code
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 6552:e1146767b42e | 6553:75da037d1c54 |
|---|---|
| 29 | 29 |
| 30 spam-remover | 30 spam-remover |
| 31 Remove file attachment spam from a tracker. (Warning destructive, | 31 Remove file attachment spam from a tracker. (Warning destructive, |
| 32 read script well.) | 32 read script well.) |
| 33 | 33 |
| 34 stats.xmlrpc.py | |
| 35 Script using the xmlrpc interface to retrieve info. Generates report | |
| 36 on what values are used by the various issues on bugs.python.org. | |
| 37 | |
| 34 weekly-report | 38 weekly-report |
| 35 Generate a simple report outlining the activity in one tracker for the | 39 Generate a simple report outlining the activity in one tracker for the |
| 36 most recent week. | 40 most recent week. |
| 37 | 41 |
| 38 ---- | 42 ---- |
| 54 ---- | 58 ---- |
| 55 | 59 |
| 56 contributors.py | 60 contributors.py |
| 57 Analyzes Mercurial log, filters and compiles list of committers with years | 61 Analyzes Mercurial log, filters and compiles list of committers with years |
| 58 of contribution. Can be useful for updating COPYING.txt | 62 of contribution. Can be useful for updating COPYING.txt |
| 63 | |
| 64 ---- | |
| 65 | |
| 66 Docker | |
| 67 Directory for docker setup. More info on how to use it is in | |
| 68 doc/installation.txt. | |
| 69 | |
| 70 Docker/Dockerfile - Create roundup docker. | |
| 71 | |
| 72 Docker/requirements.txt - Python requirements built into docker. | |
| 73 | |
| 74 Docker/roundup-start - Startup script for roundup in docker. | |
| 75 | |
| 76 Docker/docker-compose.yml - Manage two docker containers for roundup | |
| 77 and mysql. |
