Mercurial > p > roundup > code
diff scripts/README.txt @ 6638:e1588ae185dc issue2550923_computed_property
merge from default branch. Fix travis.ci so CI builds don't error out
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Thu, 21 Apr 2022 16:54:17 -0400 |
| parents | cd408eb748dd |
| children | 8d9a6063cb22 |
line wrap: on
line diff
--- a/scripts/README.txt Fri Oct 08 00:37:16 2021 -0400 +++ b/scripts/README.txt Thu Apr 21 16:54:17 2022 -0400 @@ -7,6 +7,10 @@ copy-user.py Copy one or more Roundup users from one tracker instance to another. +dump_dbm_sessions_db.py + Simple script to dump a session style dbm database e.g. db/otks or + db/sessions in readable form. + imapServer.py This IMAP server script that runs in the background and checks for new email from a variety of mailboxes. @@ -31,6 +35,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 +64,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.
