As we've had some confusion recently about how to specify a kernel properly in the job creation interfaces, let's put a link to a documentation page on the wiki that explains what types of strings are valid and what are not. This replaces the old, terse string in the web interface.
Signed-off-by: Lucas Meneghel Rodrigues <l...@redhat.com> --- frontend/client/src/autotest/public/AfeClient.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/frontend/client/src/autotest/public/AfeClient.html b/frontend/client/src/autotest/public/AfeClient.html index b910530..7c0128f 100644 --- a/frontend/client/src/autotest/public/AfeClient.html +++ b/frontend/client/src/autotest/public/AfeClient.html @@ -110,9 +110,10 @@ <td id="create_priority"></td><td></td></tr> <tr><td class="field-name">Kernel(s):</td> <td id="create_kernel"></td> - <td class="help">Example: 3.4-rc3 or - http://example.com/kernel-3.3.1.rpm. - Separate multiple with a comma or space. + <td class="help"> + <a href="https://github.com/autotest/autotest/wiki/KernelSpecification"> + Kernel Specification Help + </a> </td></tr> <tr><td class="field-name">Kernel "cmdline":</td> <td id="create_kernel_cmdline"></td></tr> -- 1.7.10.4 _______________________________________________ Autotest mailing list Autotest@test.kernel.org http://test.kernel.org/cgi-bin/mailman/listinfo/autotest