Add a commented out fetch_location key in global_config.ini, which will help make this param more discoverable. From this key autotest will pick up the repositories for dependencies, tests, profilers and client.
Signed-off-by: Lucas Meneghel Rodrigues <l...@redhat.com> --- global_config.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/global_config.ini b/global_config.ini index 5ca2612..39a212f 100644 --- a/global_config.ini +++ b/global_config.ini @@ -202,6 +202,9 @@ fallback_profile: num_attempts: 2 [PACKAGES] +# Location from where download and fetch packages. You +# can use multiple git/http repos, comma separated. +#fetch_packages: git://foo.com/autotest-tests, http://foo.bar/my-autotest-repo # Max age of packages in days. Pkgs older than this will be purged from repos custom_max_age: 40 # Minimum amount of disk space on pkg server, required for packaging (GB) -- 1.7.10.4 _______________________________________________ Autotest mailing list Autotest@test.kernel.org http://test.kernel.org/cgi-bin/mailman/listinfo/autotest