ToDo/Another project to test
< ToDo
TapTinder is in early stage of development:
- database schema is prepared for another projects, but only with Subversion repositories
- and code lack support for another projects.
See below.
Contents |
[edit] ToDo list
[edit] Git repositories support
Add Git support:
- to database schema (I'm not familiar enough with Git so far),
- to repository-update.pl (and TapTinder::DB).
repository-update.pl is started on screen by "cron" script.
[edit] Project repository config
Add your project repository config to project and rep tables. Other tables in project part are filled in by repository-update.pl.
[edit] Define own jobs and commands
[edit] Server side
Add records to job tables. See example for Parrot on tt.perl6.cz: job, jobp, jobp_cmd.
[edit] Client side
Add own commands to client code if not supported. See e.g. sub ccmd_trun and sub run in client's TapTinder::Client.pm.
[edit] Web interface
Parrot build status and project reports will probably need some changes.
[edit] Other
Some other I missed.

