Mercurial > p > roundup > code
annotate scripts/README.txt @ 6503:4c7381f5051b
Enable bionic build replacing xenail
Enable bionic 18.04 replacing xenial 16.04. Curl
https://oligarchy.co.uk/xapian/ is failing to validate the SSL cert
with the CA on xenial. See if this fixes it.
Python 3.4 is not supported on bionic is obsolete so remove testing.
It was retained because 3.4 was EPEL version for centos 7. With centos
demise, removed it from 'python:' settings.
Test latest 2.x release, earliest 3.x release supported by bionic
(3.6), last two production 3.x releases and nightly to cut down on
cost of testing. Also run tests in 3.x series in reverse order so 3.9
runs first. Hence we fail early as newest pythons seem to have more
issues with the code.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Thu, 30 Sep 2021 20:31:29 -0400 |
| parents | 7655dae061b8 |
| children | 75da037d1c54 |
| rev | line source |
|---|---|
|
1647
73bf927091c7
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
1 Scripts in this directory: |
|
73bf927091c7
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
2 |
|
73bf927091c7
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
3 add-issue |
|
73bf927091c7
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
4 Add a single issue, as specified on the command line, to your tracker. The |
|
73bf927091c7
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
5 initial message for the issue is taken from standard input. |
|
73bf927091c7
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
6 |
|
6473
7655dae061b8
Document missing files. Alphabetize.
John Rouillard <rouilj@ieee.org>
parents:
4828
diff
changeset
|
7 copy-user.py |
|
7655dae061b8
Document missing files. Alphabetize.
John Rouillard <rouilj@ieee.org>
parents:
4828
diff
changeset
|
8 Copy one or more Roundup users from one tracker instance to another. |
|
7655dae061b8
Document missing files. Alphabetize.
John Rouillard <rouilj@ieee.org>
parents:
4828
diff
changeset
|
9 |
|
7655dae061b8
Document missing files. Alphabetize.
John Rouillard <rouilj@ieee.org>
parents:
4828
diff
changeset
|
10 imapServer.py |
|
7655dae061b8
Document missing files. Alphabetize.
John Rouillard <rouilj@ieee.org>
parents:
4828
diff
changeset
|
11 This IMAP server script that runs in the background and checks for new |
|
7655dae061b8
Document missing files. Alphabetize.
John Rouillard <rouilj@ieee.org>
parents:
4828
diff
changeset
|
12 email from a variety of mailboxes. |
|
7655dae061b8
Document missing files. Alphabetize.
John Rouillard <rouilj@ieee.org>
parents:
4828
diff
changeset
|
13 |
|
7655dae061b8
Document missing files. Alphabetize.
John Rouillard <rouilj@ieee.org>
parents:
4828
diff
changeset
|
14 import_sf.py |
|
7655dae061b8
Document missing files. Alphabetize.
John Rouillard <rouilj@ieee.org>
parents:
4828
diff
changeset
|
15 Import tracker data from Sourceforge.NET into a new roundup instance. |
|
7655dae061b8
Document missing files. Alphabetize.
John Rouillard <rouilj@ieee.org>
parents:
4828
diff
changeset
|
16 |
|
1647
73bf927091c7
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
17 roundup-reminder |
|
73bf927091c7
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
18 Generate an email that lists outstanding issues. Send in both plain text |
|
73bf927091c7
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
19 and HTML formats. |
|
73bf927091c7
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
20 |
|
6473
7655dae061b8
Document missing files. Alphabetize.
John Rouillard <rouilj@ieee.org>
parents:
4828
diff
changeset
|
21 schema_diagram.py |
|
7655dae061b8
Document missing files. Alphabetize.
John Rouillard <rouilj@ieee.org>
parents:
4828
diff
changeset
|
22 Generate a schema diagram for a roundup tracker. It generates a 'dot file' |
|
7655dae061b8
Document missing files. Alphabetize.
John Rouillard <rouilj@ieee.org>
parents:
4828
diff
changeset
|
23 that is then fed into the 'dot' tool (http://www.graphviz.org) to generate |
|
7655dae061b8
Document missing files. Alphabetize.
John Rouillard <rouilj@ieee.org>
parents:
4828
diff
changeset
|
24 a graph. |
|
7655dae061b8
Document missing files. Alphabetize.
John Rouillard <rouilj@ieee.org>
parents:
4828
diff
changeset
|
25 |
|
7655dae061b8
Document missing files. Alphabetize.
John Rouillard <rouilj@ieee.org>
parents:
4828
diff
changeset
|
26 schema-dump.py |
|
7655dae061b8
Document missing files. Alphabetize.
John Rouillard <rouilj@ieee.org>
parents:
4828
diff
changeset
|
27 Use recently documented XML-RPC API to dump Roundup data schema in |
|
7655dae061b8
Document missing files. Alphabetize.
John Rouillard <rouilj@ieee.org>
parents:
4828
diff
changeset
|
28 human readable form. |
|
7655dae061b8
Document missing files. Alphabetize.
John Rouillard <rouilj@ieee.org>
parents:
4828
diff
changeset
|
29 |
|
7655dae061b8
Document missing files. Alphabetize.
John Rouillard <rouilj@ieee.org>
parents:
4828
diff
changeset
|
30 spam-remover |
|
7655dae061b8
Document missing files. Alphabetize.
John Rouillard <rouilj@ieee.org>
parents:
4828
diff
changeset
|
31 Remove file attachment spam from a tracker. (Warning destructive, |
|
7655dae061b8
Document missing files. Alphabetize.
John Rouillard <rouilj@ieee.org>
parents:
4828
diff
changeset
|
32 read script well.) |
|
7655dae061b8
Document missing files. Alphabetize.
John Rouillard <rouilj@ieee.org>
parents:
4828
diff
changeset
|
33 |
|
3764
7f0c63868fa9
add new script
Richard Jones <richard@users.sourceforge.net>
parents:
3176
diff
changeset
|
34 weekly-report |
|
7f0c63868fa9
add new script
Richard Jones <richard@users.sourceforge.net>
parents:
3176
diff
changeset
|
35 Generate a simple report outlining the activity in one tracker for the |
|
7f0c63868fa9
add new script
Richard Jones <richard@users.sourceforge.net>
parents:
3176
diff
changeset
|
36 most recent week. |
|
7f0c63868fa9
add new script
Richard Jones <richard@users.sourceforge.net>
parents:
3176
diff
changeset
|
37 |
|
6473
7655dae061b8
Document missing files. Alphabetize.
John Rouillard <rouilj@ieee.org>
parents:
4828
diff
changeset
|
38 ---- |
|
1647
73bf927091c7
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
39 |
|
73bf927091c7
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
40 server-ctl |
|
73bf927091c7
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
41 Control the roundup-server daemon from the command line with start, stop, |
|
73bf927091c7
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
42 restart, condstart (conditional start - only if server is stopped) and |
|
73bf927091c7
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
43 status commands. |
|
73bf927091c7
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
44 |
|
1841
24fb163ddece
added Debian rc script
Richard Jones <richard@users.sourceforge.net>
parents:
1647
diff
changeset
|
45 roundup.rc-debian |
|
24fb163ddece
added Debian rc script
Richard Jones <richard@users.sourceforge.net>
parents:
1647
diff
changeset
|
46 An control script that may be installed in /etc/init.d on Debian systems. |
|
24fb163ddece
added Debian rc script
Richard Jones <richard@users.sourceforge.net>
parents:
1647
diff
changeset
|
47 Offers start, stop and restart commands and integrates with the Debian |
|
24fb163ddece
added Debian rc script
Richard Jones <richard@users.sourceforge.net>
parents:
1647
diff
changeset
|
48 init process. |
|
24fb163ddece
added Debian rc script
Richard Jones <richard@users.sourceforge.net>
parents:
1647
diff
changeset
|
49 |
|
6473
7655dae061b8
Document missing files. Alphabetize.
John Rouillard <rouilj@ieee.org>
parents:
4828
diff
changeset
|
50 |
|
7655dae061b8
Document missing files. Alphabetize.
John Rouillard <rouilj@ieee.org>
parents:
4828
diff
changeset
|
51 systemd.gunicorn |
|
7655dae061b8
Document missing files. Alphabetize.
John Rouillard <rouilj@ieee.org>
parents:
4828
diff
changeset
|
52 A systemd unit file for running roundup under gnuicorn WSGI server. |
|
7655dae061b8
Document missing files. Alphabetize.
John Rouillard <rouilj@ieee.org>
parents:
4828
diff
changeset
|
53 |
|
7655dae061b8
Document missing files. Alphabetize.
John Rouillard <rouilj@ieee.org>
parents:
4828
diff
changeset
|
54 ---- |
|
3176
18ad9d702a5b
added "imapServer.py" script (patch [SF#934567])
Richard Jones <richard@users.sourceforge.net>
parents:
1841
diff
changeset
|
55 |
|
4828
64daaa4bf816
contributors.py: Exclude robots and change sorting so that
anatoly techtonik <techtonik@gmail.com>
parents:
3764
diff
changeset
|
56 contributors.py |
|
64daaa4bf816
contributors.py: Exclude robots and change sorting so that
anatoly techtonik <techtonik@gmail.com>
parents:
3764
diff
changeset
|
57 Analyzes Mercurial log, filters and compiles list of committers with years |
|
64daaa4bf816
contributors.py: Exclude robots and change sorting so that
anatoly techtonik <techtonik@gmail.com>
parents:
3764
diff
changeset
|
58 of contribution. Can be useful for updating COPYING.txt |
