SVN: toys/stbr: README TODO
vip
vip at pld-linux.org
Thu May 17 02:01:23 CEST 2007
Author: vip
Date: Thu May 17 02:01:21 2007
New Revision: 8579
Modified:
toys/stbr/README
toys/stbr/TODO
Log:
- db with branches
- xhtml done by sparky
Modified: toys/stbr/README
==============================================================================
--- toys/stbr/README (original)
+++ toys/stbr/README Thu May 17 02:01:21 2007
@@ -25,16 +25,18 @@
create table application (
date datetime not null,
spec varchar(100) not null,
+ branch varchar(50) not null,
recipient varchar(100) not null,
builder varchar(20) not null,
- primary key (date,spec));
+ primary key (date,spec,branch));
create table status(date datetime not null,
spec varchar(100) not null,
+ branch varchar(50) not null,
queue_requester varchar(100),
queue_date datetime,
queue_flags varchar(30),
- primary key (date,spec));"
+ primary key (date,spec,branch));"
It sucks, but the database & directory with the db need to be world writable.
Now ready to use with TCL script and WWW page.
Modified: toys/stbr/TODO
==============================================================================
--- toys/stbr/TODO (original)
+++ toys/stbr/TODO Thu May 17 02:01:21 2007
@@ -1,4 +1,3 @@
- branches
- filters, sorting
-- xhtml
-- beter anti-spam links
+- better anti-spam links
More information about the pld-cvs-commit
mailing list