Yuxuan 'fishy' Wang | 61698b1 | 2013-12-20 12:55:51 -0800 | [diff] [blame] | 1 | = gerrit test-submit type |
Edwin Kempin | 48a9e0d | 2013-03-26 10:41:46 +0100 | [diff] [blame] | 2 | |
Yuxuan 'fishy' Wang | 61698b1 | 2013-12-20 12:55:51 -0800 | [diff] [blame] | 3 | == NAME |
Edwin Kempin | 48a9e0d | 2013-03-26 10:41:46 +0100 | [diff] [blame] | 4 | gerrit test-submit type - Test prolog submit type with a chosen change. |
| 5 | |
Yuxuan 'fishy' Wang | 61698b1 | 2013-12-20 12:55:51 -0800 | [diff] [blame] | 6 | == SYNOPSIS |
Michael Ochmann | e2d76a1 | 2016-06-23 17:07:37 +0200 | [diff] [blame] | 7 | [verse] |
Yuxuan 'fishy' Wang | d85b687 | 2013-11-15 11:47:46 -0800 | [diff] [blame] | 8 | -- |
Michael Ochmann | e2d76a1 | 2016-06-23 17:07:37 +0200 | [diff] [blame] | 9 | _ssh_ -p <port> <host> _gerrit test-submit_ type |
Edwin Kempin | 48a9e0d | 2013-03-26 10:41:46 +0100 | [diff] [blame] | 10 | [-s] |
| 11 | [--no-filters] |
| 12 | CHANGE |
Yuxuan 'fishy' Wang | d85b687 | 2013-11-15 11:47:46 -0800 | [diff] [blame] | 13 | -- |
Edwin Kempin | 48a9e0d | 2013-03-26 10:41:46 +0100 | [diff] [blame] | 14 | |
Yuxuan 'fishy' Wang | 61698b1 | 2013-12-20 12:55:51 -0800 | [diff] [blame] | 15 | == DESCRIPTION |
Edwin Kempin | 48a9e0d | 2013-03-26 10:41:46 +0100 | [diff] [blame] | 16 | Provides a way to test prolog submit type. |
| 17 | |
Yuxuan 'fishy' Wang | 61698b1 | 2013-12-20 12:55:51 -0800 | [diff] [blame] | 18 | == OPTIONS |
Edwin Kempin | 48a9e0d | 2013-03-26 10:41:46 +0100 | [diff] [blame] | 19 | -s:: |
| 20 | Reads a rules.pl file from stdin instead of rules.pl in refs/meta/config. |
| 21 | |
| 22 | --no-filters:: |
| 23 | Don't run the submit_type_filter/2 from the parent projects of the specified change. |
| 24 | |
Yuxuan 'fishy' Wang | 61698b1 | 2013-12-20 12:55:51 -0800 | [diff] [blame] | 25 | == ACCESS |
Edwin Kempin | 48a9e0d | 2013-03-26 10:41:46 +0100 | [diff] [blame] | 26 | Can be used by anyone that has permission to read the specified change. |
| 27 | |
Yuxuan 'fishy' Wang | 61698b1 | 2013-12-20 12:55:51 -0800 | [diff] [blame] | 28 | == EXAMPLES |
Edwin Kempin | 48a9e0d | 2013-03-26 10:41:46 +0100 | [diff] [blame] | 29 | |
| 30 | Test submit_type from stdin and return the submit type. |
Michael Ochmann | b99feab | 2016-07-06 14:10:22 +0200 | [diff] [blame] | 31 | ---- |
David Shevitz | c47f236 | 2018-09-27 10:55:35 -0700 | [diff] [blame] | 32 | cat rules.pl | ssh -p 29418 review.example.com gerrit test-submit type -s I78f2c6673db24e4e92ed32f604c960dc952437d9 |
| 33 | "MERGE_IF_NECESSARY" |
Michael Ochmann | b99feab | 2016-07-06 14:10:22 +0200 | [diff] [blame] | 34 | ---- |
Edwin Kempin | 48a9e0d | 2013-03-26 10:41:46 +0100 | [diff] [blame] | 35 | |
| 36 | Test the active submit_type from the refs/meta/config branch, ignoring filters in the project parents. |
Michael Ochmann | b99feab | 2016-07-06 14:10:22 +0200 | [diff] [blame] | 37 | ---- |
David Shevitz | c47f236 | 2018-09-27 10:55:35 -0700 | [diff] [blame] | 38 | $ ssh -p 29418 review.example.com gerrit test-submit type I78f2c6673db24e4e92ed32f604c960dc952437d9 --no-filters |
| 39 | "MERGE_IF_NECESSARY" |
Michael Ochmann | b99feab | 2016-07-06 14:10:22 +0200 | [diff] [blame] | 40 | ---- |
Edwin Kempin | 48a9e0d | 2013-03-26 10:41:46 +0100 | [diff] [blame] | 41 | |
Yuxuan 'fishy' Wang | 61698b1 | 2013-12-20 12:55:51 -0800 | [diff] [blame] | 42 | == SCRIPTING |
Edwin Kempin | 48a9e0d | 2013-03-26 10:41:46 +0100 | [diff] [blame] | 43 | Can be used either interactively for testing new prolog submit type, or from a script to check the submit type of a change. |
| 44 | |
| 45 | GERRIT |
| 46 | ------ |
| 47 | Part of link:index.html[Gerrit Code Review] |
Yuxuan 'fishy' Wang | 99cb68d | 2013-10-31 17:26:00 -0700 | [diff] [blame] | 48 | |
| 49 | SEARCHBOX |
| 50 | --------- |