-
Notifications
You must be signed in to change notification settings - Fork 377
Open
Description
What is your question?
Hello,
Is there a way to avoid duplication of conan packages?
I have conan package with name, version, user, channel uploaded on the remote. If I upload conan package for the second time in the remote without any change in the files, it will add it as revision in the same package ID. But I don't want to be done this if there is no change in files.
When I have a change in the files and I upload conan package with the same name, version, user, channel, it is created a new package ID for it. But that it is because I decided.
But I want to know if there is a way to avoid duplication for unchanged files from packages.
Thanks in advance!
Have you read the CONTRIBUTING guide?
- I've read the CONTRIBUTING guide