Re: [OE-core] [PATCH] devtool: sdk-update: reset git metadata on update

2016-04-14 Thread Paul Eggleton
Hi Stephano, A few review comments below. On Thu, 14 Apr 2016 11:15:41 Stephano Cetola wrote: > Forgot to add in the .gitignore. It's in there now. For future patches if you could mark them as "[PATCH v2]", "[PATCH v3]" etc that would be great. Additionally the commit message should be standalo

[OE-core] [PATCH] devtool: sdk-update: reset git metadata on update

2016-04-14 Thread Stephano Cetola
Forgot to add in the .gitignore. It's in there now. Replace git pull with fetch and reset. Also add gitignore and committer info during publish to avoid errors on update. [ YOCTO #9368 ] Signed-off-by: Stephano Cetola --- scripts/lib/devtool/sdk.py | 11 +-- scripts/oe-publish-sdk

[OE-core] [PATCH] devtool: sdk-update: reset git metadata on update

2016-04-14 Thread Stephano Cetola
Replace git pull with fetch and reset. Also add gitignore and committer info during publish to avoid errors on update. [ YOCTO #9368 ] Signed-off-by: Stephano Cetola --- scripts/lib/devtool/sdk.py | 11 +-- scripts/oe-publish-sdk | 4 ++-- 2 files changed, 11 insertions(+), 4 delet