> On Jan 26, 2016, at 12:19 PM, Ray Chiang <[email protected]> wrote:
>
> Not sure if this should go to Yetus or here, but starting here...
>
> Maybe I'm missing something, but the commands as documented at
>
> https://wiki.apache.org/hadoop/TestPatchTips
>
> are no longer working for me.
>
> Admittedly, I'm not set up for Docker (is that required now?) and I'm on a
> Mac, but I've tried the sample commands there and it's not working cleanly
> for me.
>
> I'm primarily seeing this failure in the "Confirming git environment" phase:
>
> ERROR: /Users/rchiang/Dev_01/ah_01/patchprocess is not a git repo.
it’s a trivial bug in the yetus-wrapper. Missing a popd after
extraction. Simple fix is to run the command twice. (since the short circuit
kicks in after yetus is cached). File a jira and we’ll get it patched.
Thanks.