Stop removing all hidden files #201

Open
marcoceppi opened this Issue Mar 16, 2016 · 1 comment

Comments

Projects
None yet
2 participants
Owner

marcoceppi commented Mar 16, 2016

currently, charm strips all hidden files from a charm payload but this is removing valuable information that's not related to VCS.

This strips files, like .build.manifest, which are used to record the layers in the built charm artifact.

@ryan-beisner ryan-beisner referenced this issue in juju/charmstore-client Jun 9, 2016

Closed

dotfiles are lost in charm push #72

OpenStack Charms CI also needs the .build.manifest to survive charm push so that the published artifact possesses the manifest (and other .files).

I believe the relevant code is @ https://github.com/juju/charm/blob/v5/charmdir.go

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment