At the moment, ctf-testrunner and ctf-checkerslave take an integer (probably the service's database ID) as their --service argument. ctf-checkermaster takes a string (the service's name), but describes it as "database id of the service".
This should be made more consistent. Probably, the service slug should be used when #16 is ready.
At the moment,
ctf-testrunner
andctf-checkerslave
take an integer (probably the service's database ID) as their--service
argument.ctf-checkermaster
takes a string (the service's name), but describes it as "database id of the service".This should be made more consistent. Probably, the service slug should be used when #16 is ready.