Moving TODO from gdbbuilder.py to master.cfg
This commit is contained in:
parent
f57605c7a9
commit
d1e7a9d94e
1 changed files with 8 additions and 0 deletions
|
@ -2,6 +2,14 @@
|
|||
# ex: set syntax=python:
|
||||
|
||||
|
||||
## TODO:
|
||||
##
|
||||
## - Add comments on every function/class
|
||||
## - License stuff (on all files)
|
||||
## - Cross testing (needed?)
|
||||
## - Improve way to store and compare testcases
|
||||
|
||||
|
||||
from buildbot.schedulers.basic import SingleBranchScheduler, AnyBranchScheduler
|
||||
from buildbot.schedulers.forcesched import ForceScheduler
|
||||
from buildbot.process import factory
|
||||
|
|
Loading…
Reference in a new issue