Commit | Line | Data |
---|---|---|
c638d827 CR |
1 | Scripts in this directory: |
2 | ||
3 | add-issue | |
4 | Add a single issue, as specified on the command line, to your tracker. The | |
5 | initial message for the issue is taken from standard input. | |
6 | ||
7 | roundup-reminder | |
8 | Generate an email that lists outstanding issues. Send in both plain text | |
9 | and HTML formats. | |
10 | ||
11 | weekly-report | |
12 | Generate a simple report outlining the activity in one tracker for the | |
13 | most recent week. | |
14 | ||
15 | schema_diagram.py | |
16 | Generate a schema diagram for a roundup tracker. It generates a 'dot file' | |
17 | that is then fed into the 'dot' tool (http://www.graphviz.org) to generate | |
18 | a graph. | |
19 | ||
20 | server-ctl | |
21 | Control the roundup-server daemon from the command line with start, stop, | |
22 | restart, condstart (conditional start - only if server is stopped) and | |
23 | status commands. | |
24 | ||
25 | roundup.rc-debian | |
26 | An control script that may be installed in /etc/init.d on Debian systems. | |
27 | Offers start, stop and restart commands and integrates with the Debian | |
28 | init process. | |
29 | ||
30 | imapServer.py | |
31 | This IMAP server script that runs in the background and checks for new | |
32 | email from a variety of mailboxes. | |
33 |