From f262adaafd20a47e3dfe3a1ef84a8806291f0565 Mon Sep 17 00:00:00 2001 From: Ryan Beisner Date: Thu, 9 Jun 2016 18:02:57 +0000 Subject: [PATCH] Stop ignoring README.md Although that should be expected to work, the current charm build behavior is that any ignore declarations at any layer, both lower and higher levels, will be ignored during build. That means that this declaration causes the top layer's README.md to also be dropped and not included in the build. This behavior is believed to be a bug, but pending resolution within the tools, assume ignores are global to the whole build stack. Reference: https://github.com/juju/charm-tools/issues/220 --- layer.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/layer.yaml b/layer.yaml index a590edd..524a4f4 100644 --- a/layer.yaml +++ b/layer.yaml @@ -1,3 +1 @@ includes: ['layer:basic'] -ignore: - - 'README.md'