Skip to content

targets: Stop overriding extra_repos

These targets would fail to build if a user overrides extra_repos on the command line to include their own repos, unless they realized they needed to keep the target specific extra_repo additions too.

Just use the target_repos variable in target definitions to add these. Closes #23 (closed)

Reported-by: Stephen Bertram sbertram@redhat.com Suggested-by: Stephen Bertram sbertram@redhat.com Signed-off-by: Andrew Halaney ahalaney@redhat.com

Merge request reports