Fix migration 42 when installing with pulpcore>=3.108#2516
Conversation
| except ImportError: | ||
| print("gnupg is not installed, skipping migration") |
There was a problem hiding this comment.
Should we need to provide a little bit more information somewhere.
If I read the rest of the file correctly, it is built to be resiliant but also talks about the repositories failed to migrate.
Otoh it's a rather old migration that just ever so slightly missed the (first) last squashing.
Can we purge migrations at this point and squash again?
There was a problem hiding this comment.
I think we can get away with it, because every installation of a supported branch must have run this migration already.
Also:
#2517
| except ImportError: | ||
| print("gnupg is not installed, skipping migration") |
There was a problem hiding this comment.
I think we can get away with it, because every installation of a supported branch must have run this migration already.
Also:
#2517
Backport to 0.29: 💚 backport PR created✅ Backport PR branch: Backported as #2518 🤖 @patchback |
Can't rely on the gnupg dependency being there anymore.
📜 Checklist
See: Pull Request Walkthrough