~cypressyew/checkbox/fix-pygiwarning-camera-test

« back to all changes in this revision

Viewing changes to checkbox-ng/docs/launcher-tutorial.rst

"automatic merge of lp:~kissiel/checkbox/fix-1556337-conf-files-ignored/ by tarmac [r=sylvain-pineau][bug=1556337][author=kissiel]"

Show diffs side-by-side

added added

removed removed

Lines of Context:
69
69
This field is a list; use commas or spaces to seperate stock reports. The
70
70
default value: ``text, certification, submission_files``.
71
71
 
 
72
When using ``certification`` stock report, ``secure_id`` might be overriden by
 
73
the launcher. To do this define ``secure_id`` in a ``transport:c3`` section
 
74
(this is the transport that's used by the ``certification`` stock reports).
 
75
 
72
76
Launcher section example:
73
77
 
74
78
::
78
82
    launcher_version = 1
79
83
    stock_reports = text
80
84
 
 
85
Launcher using all defaults with overriden secure_id:
 
86
 
 
87
::
 
88
 
 
89
    [transport:c3]
 
90
    secure_id = 001122334455667788
 
91
 
81
92
Providers section
82
93
=================
83
94