-
Notifications
You must be signed in to change notification settings - Fork 22
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
autoproj update tries to patch even when patch is removed from overrides.yml and patch file was deleted #286
Comments
Update: I found a hidden folder ".autobuild-patches" in the repo folder, which should have been patched before. |
This patch file is saved here so that autoproj is able to un-patch the package once you removed the patch. The behavior you describe should not happen, and did actually not in the test I just did. One possibility is that the same patch is applied elsewhere.
You can see that the patches got removed after I overrode the original version control. |
Ok. I should have mentioned it before. |
Still not able to get it to fail. Autobuild unpatches before updating/checking out (as it should):
Would you by any chance saved the output of autoproj corresponding to what you think is "aup is trying to patch the package." ? |
I had the same issue and it was "solved" after I removed the package and let autoproj download it again. So I guess it was due to the patch being saved inside the repository as well. |
Gents, thanks for taking the time to report. However, as it is, I don't have actionable information. So far, all reproduction cases I tried to have failed. If it happens to you again, please save the console output and log files. It would be very helpful in seeing what's actually happening. |
In my buildconf overrides.yml, I had an override applying a patch.
This is not needed anymore, so I deleted the patch file and commented out / removed the override.
Still, aup is trying to patch the package.
The text was updated successfully, but these errors were encountered: