Mercurial > ~dholland > hg > swallowtail > index.cgi
annotate TODO @ 41:81851564f552
The initial description, how_to_repeat, and fix go in the first message.
Storing them separately only creates a pile of special cases.
author | David A. Holland |
---|---|
date | Sun, 15 Jun 2014 17:55:56 -0400 |
parents | ceecdbbb1364 |
children |
rev | line source |
---|---|
27 | 1 There is no permissions setup for the SQL schema. |
2 | |
34 | 3 There are no indexes declared, except for implicitly via primary keys. |
9 | 4 |
5 None of the scripts actually exist yet. | |
14
dfd62aad74f4
note that the test environment hasn't been merged into this tree yet.
David A. Holland
parents:
9
diff
changeset
|
6 |
34 | 7 Needs a configure script. |
8 in the meantime, set these things in config.mk: | |
9 DESTDIR | |
10 PREFIX | |
11 and config.sed should substitute these things: | |
12 @PYTHON@ | |
13 @SH@ | |
14 @VERSION@ |