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

execute "clean" by default after new catalog download? #12

Open
jrmarino opened this issue Jan 10, 2025 · 1 comment
Open

execute "clean" by default after new catalog download? #12

jrmarino opened this issue Jan 10, 2025 · 1 comment
Assignees

Comments

@jrmarino
Copy link
Member

It's common for dependencies of a package to change without the version of the package to change.
It seems like during the upgrade phase, rvn sees a package with the same version (although different checksum) and rvn just moves on.

By having clean remove cached packages where checksum has changed, rvn should download and re-install the package.

seen by:
neumann

@jrmarino jrmarino self-assigned this Jan 10, 2025
@jrmarino
Copy link
Member Author

jrmarino commented Feb 3, 2025

design new test case:

test case:

  1. build and package a shared library
  2. another package that depends on first
  3. genrepo
  4. install second package (pulls in first)
  5. build and package update to shared library (new LIB PROVIDES)
  6. rebuild second package (should have different LIB REQUIRES), no version bump
  7. genrepo
  8. upgrade all (should attempt to upgrade both packages)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant