Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Stop removing all hidden files #201
Comments
ryan-beisner
referenced this issue
in juju/charmstore-client
Jun 9, 2016
Closed
dotfiles are lost in charm push #72
ryan-beisner
commented
Jun 9, 2016
|
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 |
This was referenced Jun 10, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
marcoceppi commentedMar 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.