Get Patch utils script 77/39877/3
authorlhinds <lhinds@redhat.com>
Tue, 22 Aug 2017 14:13:27 +0000 (15:13 +0100)
committerlhinds <lhinds@redhat.com>
Wed, 23 Aug 2017 09:41:01 +0000 (10:41 +0100)
commite075c94cf3c55ab655c689f5e10ec659eb2fec3b
treefa0fb5324b715900caea2179d93245fe24c014c9
parentc092eb8c93f0d9fb5f343ee9f909f536355e3aaa
Get Patch utils script

A script to ease patchset file list creation neded to
replicate the anteater checks that occur at gate.

Usage is:
get-patch.sh --project sandbox --patch 39741

Where `39741` would be the refSpec number of a patchset.

This would then produce `/tmp/patchset_38275`

A user can than peform:

`anteater --project sandbox --patchset /tmp/patchset_38275`

Change-Id: Id765133607cd4840c2a9a3a61cb9d297135356e6
Signed-off-by: lhinds <lhinds@redhat.com>
utils/get-patch.sh [new file with mode: 0755]