diff --git a/config/wrapper/env.conf b/config/wrapper/env.conf index 83a578dc..2d3067fc 100644 --- a/config/wrapper/env.conf +++ b/config/wrapper/env.conf @@ -3,12 +3,17 @@ # (avocado-framework, '') -- Installs latest released version # ('avocado-framework', 80.0) -- Installs specificed version, make sure you change other entries aswell # ('avocado-framework', 'git+https://github.com/avocado-framework/avocado.git') -- Install version from the given git repo +# ('avocado-framework', 'git+https://github.com/avocado-framework/avocado.git@branch') -- Install version from the given git repo and checkout to specific branch +# ('avocado-framework-plugin-varianter-yaml-to-mux', +# 'git+https://github.com/avocado-framework/avocado.git#subdirectory=optional_plugins/varianter_yaml_to_mux') -- Install from subdirectory from the given git repo base = [('avocado-framework', ''), ('avocado-framework-plugin-varianter-yaml-to-mux', '')] kvm = [('avocado-framework-plugin-vt', 'git+https://github.com/avocado-framework/avocado-vt.git')] optional = [('avocado-framework-plugin-result-html', '')] [tests] # Usage Examples: +# name = [('git_path', 'branch'),...] +# ('https://github.com/avocado-framework-tests/avocado-misc-tests.git', '') -- Clones test repository and checkout to branch=master by default # ('https://github.com/avocado-framework-tests/avocado-misc-tests.git', '2.0') -- Clones tagged version 2.0 of test repository name = [('https://github.com/avocado-framework-tests/avocado-misc-tests.git', '')]