Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conda package diff subcommand #57

Closed
analog-cbarber opened this issue Sep 5, 2023 · 1 comment
Closed

Conda package diff subcommand #57

analog-cbarber opened this issue Sep 5, 2023 · 1 comment
Labels
new feature Entirely new feature (e.g. new subcommand)
Milestone

Comments

@analog-cbarber
Copy link
Collaborator

It would be useful to be able to compare the difference between packages generated using
this tool vs conda-build.

To do this, you could:

  1. Use cph extract to extract both packages to temporary directories
  2. Run your favorite directory diff tool
  3. Discard the directories

We could add a diff subcommand that does this and allows for saved user config
for how to run the diff tool.

@analog-cbarber analog-cbarber added the enhancement New feature or request label Sep 5, 2023
@analog-cbarber analog-cbarber self-assigned this Sep 5, 2023
@analog-cbarber analog-cbarber removed their assignment Sep 5, 2023
@analog-cbarber analog-cbarber added new feature Entirely new feature (e.g. new subcommand) and removed enhancement New feature or request labels Sep 10, 2023
@analog-cbarber
Copy link
Collaborator Author

After extraction the info files should be canonicalized to minimize differences

@analog-cbarber analog-cbarber added this to the First release milestone Sep 15, 2023
analog-cbarber added a commit that referenced this issue Sep 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature Entirely new feature (e.g. new subcommand)
Projects
None yet
Development

No branches or pull requests

1 participant