1 slot= # some unique identifier
2 repo=git://source.ffmpeg.org/ffmpeg.git # the source repository
3 #branch=release/2.6 # the branch to test
4 samples= # path to samples directory
5 workdir= # directory in which to do all the work
6 #fate_recv="ssh -T fate@fate.ffmpeg.org" # command to submit report
7 comment= # optional description
8 build_only= # set to "yes" for a compile-only instance that skips tests
10 # the following are optional and map to configure options
25 extra_conf= # extra configure options not covered above
27 #make= # name of GNU make if not 'make'
28 makeopts= # extra options passed to 'make'
29 #tar= # command to create a tar archive from its arguments on stdout,