Re: [PATCH] buildman: Remove _of_#_ from results directory paths

2020-06-07 Thread Simon Glass
Hi Ovidiu, On Fri, 15 May 2020 at 00:32, Ovidiu Panait wrote: > > Currently, the following scenario will rebuild the first commit even > though it is not really necessary - the commit sha or the position in the > patchset did not change: > > $ git am > $ tools/buildman/buildman -P -E -W -b maste

[PATCH] buildman: Remove _of_#_ from results directory paths

2020-05-14 Thread Ovidiu Panait
Currently, the following scenario will rebuild the first commit even though it is not really necessary - the commit sha or the position in the patchset did not change: $ git am $ tools/buildman/buildman -P -E -W -b master mx6 $ git am $ tools/buildman/buildman -P -E -W -b master mx6 <- will reb