Remove now-unused SystemTypes table

This commit is contained in:
Shea Levy
2013-03-04 17:46:37 -05:00
parent d764c135ce
commit 71d020735b
5 changed files with 2 additions and 73 deletions

View File

@ -6,10 +6,6 @@
$ DBIC_TRACE=1 ./script/hydra_server.pl
* Setting the maximum number of concurrent builds per system type:
$ sqlite3 hydra.sqlite "insert into SystemTypes(system, maxConcurrent) values('i686-linux', 3);"
* Creating a user:
$ sqlite3 hydra.sqlite "insert into Users(userName, emailAddress, password) values('root', 'e.dolstra@tudelft.nl', '$(echo -n foobar | sha1sum | cut -c1-40)');"