From f38a97cece7eb28ee93dac9ff4d734f657b7a9c4 Mon Sep 17 00:00:00 2001 From: Sloane Hertel <19572925+s-hertel@users.noreply.github.com> Date: Wed, 1 Sep 2021 12:36:09 -0400 Subject: Fix build_ignore when installing a collection from source (#75547) * Make individual dirs that should exist instead of using shutil.copytree * Test build_ignore when installing collections in git repos * changelog * Fix assertion Fix git directory * Fix nested content while building the collection dir Test installing a collection from a git repo and artifact have the same result Refactor to use variables --- changelogs/fragments/75547-fix-installing-collections-from-source.yaml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 changelogs/fragments/75547-fix-installing-collections-from-source.yaml (limited to 'changelogs') diff --git a/changelogs/fragments/75547-fix-installing-collections-from-source.yaml b/changelogs/fragments/75547-fix-installing-collections-from-source.yaml new file mode 100644 index 0000000000..67baec252a --- /dev/null +++ b/changelogs/fragments/75547-fix-installing-collections-from-source.yaml @@ -0,0 +1,2 @@ +bugfixes: + - ansible-galaxy - Fix a bug with build_ignore when installing collections from source (https://github.com/ansible/ansible/issues/75528). -- cgit v1.2.1