File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ description: |
2+ The :ref:`/plugins/discover/shell` discover plugin now supports
3+ the ``path`` and ``url-content-type`` keys, which are handled
4+ in the same way as in the :ref:`/plugins/discover/fmf` discover
5+ plugin. The plugin now also correctly installs test dependencies
6+ specified in the ``require`` and ``recommend`` keys.
Original file line number Diff line number Diff line change @@ -26,10 +26,19 @@ properties:
2626 $ref : " /schemas/core#/definitions/summary"
2727
2828 url :
29+ $ref : " /schemas/common#/definitions/fmf_id/properties/url"
30+
31+ url-content-type :
2932 type : string
33+ enum :
34+ - git
35+ - archive
3036
3137 ref :
32- type : string
38+ $ref : " /schemas/common#/definitions/fmf_id/properties/ref"
39+
40+ path :
41+ $ref : " /schemas/common#/definitions/fmf_id/properties/path"
3342
3443 dist-git-source :
3544 $ref : " /schemas/common#/definitions/dist-git-source"
You can’t perform that action at this time.
0 commit comments