Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-08-23 | Get Patch utils script | lhinds | 1 | -0/+85 | |
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> |