Re: How to handle patches during a routine update ?

2020-08-12 Thread Andreas Tille
Hi Charles, happy to learn that you might come back. :-) On Wed, Aug 12, 2020 at 12:13:11PM +0200, Michael Crusoe wrote: > Here is what I do in this circumstance. > > 1. `quilt pop -a` to remove all patches > 2. `quilt push` one patch at a time. If I see that there was any fuzzing, > then I do a

Re: How to handle patches during a routine update ?

2020-08-12 Thread Michael Crusoe
Hey Charles, Here is what I do in this circumstance. 1. `quilt pop -a` to remove all patches 2. `quilt push` one patch at a time. If I see that there was any fuzzing, then I do a `quilt refresh` before the next `quilt push`. 3. If a patch does apply cleanly I investigate to see if it should be re

How to handle patches during a routine update ?

2020-08-12 Thread Charles Plessy
Hello everybody, I did not realise how rusty my skills became... At the moment my main problem is how to handle patch updates. My specific question here is: after I run routine-update, the process is paused with the following message: W: There is fuzz in some patches. Please use anot