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
This commit is contained in:
Ryan Beisner 2016-06-09 18:02:57 +00:00
parent 36230b4d7d
commit f262adaafd
1 changed files with 0 additions and 2 deletions

View File

@ -1,3 +1 @@
includes: ['layer:basic']
ignore:
- 'README.md'