`charm build` should clean up removed managed files #83

Closed
johnsca opened this Issue Dec 17, 2015 · 0 comments

Comments

Projects
None yet
1 participant
Member

johnsca commented Dec 17, 2015

charm build should compare the old and new .build.manifest files and clean up any files that are signed in the old manifest but not present in the new manifest. Not doing this is causing the following issues:

It is also causing new wheelhouse deps to be added alongside of, instead of replacing, old versions of the deps, which causes issues during deployment.

@johnsca johnsca added the charm-build label Dec 17, 2015

@johnsca johnsca added this to the 2.0 milestone Feb 11, 2016

johnsca added a commit to johnsca/charm-tools that referenced this issue Feb 12, 2016

johnsca added a commit to johnsca/charm-tools that referenced this issue Feb 12, 2016

Fixed #83: Clean up files removed in base layers
Also fixes:

  * Fix #11
  * Fix #19
  * Fix #33
  * Fix #106

marcoceppi added a commit that referenced this issue Feb 12, 2016

Merge pull request #114 from johnsca/issue-83
Fixed #83: Clean up files removed in base layers

@johnsca johnsca closed this Feb 12, 2016

marcoceppi added a commit that referenced this issue Mar 3, 2016

Fixed #83: Clean up files removed in base layers
Also fixes:

  * Fix #11
  * Fix #19
  * Fix #33
  * Fix #106
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment