Skip to content

Commit a403305

Browse files
author
Richard Jones
committed
*** empty log message ***
1 parent 4634460 commit a403305

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

scripts/README.txt

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
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+
schema_diagram.py
12+
Generate a schema diagram for a roundup tracker. It generates a 'dot file'
13+
that is then fed into the 'dot' tool (http://www.graphviz.org) to generate
14+
a graph.
15+
16+
server-ctl
17+
Control the roundup-server daemon from the command line with start, stop,
18+
restart, condstart (conditional start - only if server is stopped) and
19+
status commands.
20+

0 commit comments

Comments
 (0)