announcing ./logerrit testfeature
Bjoern Michaelsen
bjoern.michaelsen at canonical.com
Wed Jun 10 09:49:32 PDT 2015
Hi,
I just added './logerrit testfeature':
https://github.com/LibreOffice/core/commit/ef4fd9c52f16e6d242f999dd87170e6cac07230d
If you are on a feature branch, with:
./logerrit testfeature
you can trigger a gerrit test build on all platforms of the feature branch you
are currently on in the state it is pushed to gerrit. You can also explicitly
specify a branch:
./logerrit testfeature $featurebranch
The implementation is somewhat cumbersome, doing a clone and checkout to a
tempdir and then rm -rf'ing that. As such it is intended mostly as an
inspiration for your own script-foo, rather than as the canonical way to test a
feature branch. Have fun!
Best,
Bjoern
More information about the LibreOffice
mailing list