]> git.ipfire.org Git - people/ms/suricata.git/commit
script: add script to start personal builder
authorEric Leblond <eric@regit.org>
Fri, 6 Sep 2013 09:26:21 +0000 (11:26 +0200)
committerEric Leblond <eric@regit.org>
Fri, 6 Sep 2013 13:40:02 +0000 (15:40 +0200)
commitc390006aee31e5bb8e084368e42469af2d9edfab
treec8f29daf1dfffff3fd6f65cb23333befe790d2b1
parent56143131da8a73ff87e90899e35545cf19df6381
script: add script to start personal builder

This script HAS to be used by developer having an account on Suricata
buildbot. It MUST be run before doing a PR. It will trigger a build on
the branch and this will check the validity of the proposed branch.
The cinematic is simple:
 - Push branch XXX to github
 - Run 'prscript.py -u USER -p PASSWORD XXX'
 - Wait for the result
 - If successful, PR can be done
qa/prscript.py [new file with mode: 0755]