Mercurial > ~dholland > hg > swallowtail > index.cgi
annotate TODO @ 46:73e6dac29391
new stuff (checkpoint when moved between machines)
author | David A. Holland |
---|---|
date | Tue, 12 Aug 2014 21:55:08 -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@ |