summaryrefslogtreecommitdiffstats
path: root/logerrit
Commit message (Collapse)AuthorAgeFilesLines
* Fix typoAndrea Gelmini2019-03-051-1/+1
| | | | | | | Change-Id: Ie8919bff20c7b29a3fee7a25bba65550b3fd086d Reviewed-on: https://gerrit.libreoffice.org/68726 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
* Improve error message on ssh login failure.Shinnok2017-09-061-2/+2
| | | | | | | | | | Also use the GERRITHOST variable instead of magic text. Change-Id: I3314be81017f64fca8aa756cca1715081ad01641 Reviewed-on: https://gerrit.libreoffice.org/41988 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Meeks <michael.meeks@collabora.com> Tested-by: Michael Meeks <michael.meeks@collabora.com>
* tdf#105204 fix shellcheck warnings in logerritqarkai2017-01-171-16/+21
| | | | | | | | | | | | Change shebang to bash since -p option is used in read command, use $(..) instead of `..`, double quote to prevent word splitting, handle cd failure. Change-Id: I2ae00bbd21754136610504f2ff6818b8d3695cc4 Reviewed-on: https://gerrit.libreoffice.org/33089 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: jan iversen <jani@documentfoundation.org>
* logerrit: disarm the "resubmit" foot-gunMichael Stahl2016-04-271-13/+0
| | | | | | | | | | | | | | Recently some new developers accidentally used "resubmit", intending to upload a new revision of their change, but it actually always creates a new gerrit change. 4e15809a78ea3c6062e20e439cf8df3d06cd8569 claims that "resubmit creates a new Change-Id for the current change and thus allow to submit changes for review on release branches that were already reviewed on master", but that is not actually required with gerrit versions that were in use in the recent years, gerrit is capable of tracking Change-Id per branch. Change-Id: I66eda4dbc6f4ff1e235105b3f55041cda88a6b60
* add ./logerrit testfeatureBjoern Michaelsen2015-06-101-0/+36
| | | | | | | | | | - ./logerrit testfeature will trigger a testbuild of the current feature branch as it is on gerrit - ./logerrit testfeature $BRANCH will do the same for $BRANCH - cloning to a tempdir and rm -rf'ing around isnt ideal, so consider this as a template for your own scripting Change-Id: I50a3c80748af82d855522f245ddbff227c8adab2
* logerrit: Simplify SSH configMathieu Parent2014-10-051-6/+1
| | | | | | | Change-Id: Ic8196ebfeef64270fcd42b44e485a2618472f184 Reviewed-on: https://gerrit.libreoffice.org/11788 Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
* add wiki-link to logerritBjoern Michaelsen2013-03-291-0/+2
| | | | Change-Id: I44dee045cef9227b62666ed08206a342fe37b18c
* logerrit setup - automate lots more for first-time users.Michael Meeks2013-03-271-15/+54
|
* kill './logerrit review'Bjoern Michaelsen2013-03-271-97/+8
| | | | | | | | | | | | - twas more of a proof-of-concept anyway - its more clumsy than both: - git-review https://wiki.documentfoundation.org/Development/GitReview - or simply using the web UI Change-Id: Id7a11fcdaf95386c451d0e6421d32de7d1d02721 Reviewed-on: https://gerrit.libreoffice.org/3070 Reviewed-by: Thorsten Behrens <tbehrens@suse.com> Tested-by: Thorsten Behrens <tbehrens@suse.com>
* make ./logerrit setup hooks just to be sureBjoern Michaelsen2013-03-261-0/+3
| | | | Change-Id: I17adc7cecd5cf3757d92477dacff24e46e92caab
* first time gerrit users register, they do not sign inBjoern Michaelsen2013-03-261-1/+1
| | | | Change-Id: I058a0b445f8b7f286ed4c22d40c0770d435d0e40
* logerrit: kill copy-pasteMiklos Vajna2013-03-261-1/+1
| | | | Change-Id: I2478ef0f886867c2d2247febf1b29b90fd32e5e7
* add draft-submittal to logerrit and retabBjoern Michaelsen2013-03-261-192/+208
| | | | Change-Id: I5f52d9c81c28c9a4b23eaf043e7b67b1fc6d82d9
* add a setup walkthrough to ./logerritBjoern Michaelsen2013-03-261-0/+28
| | | | Change-Id: Id041aa5a8fbb06626b7310aa76471db993b53cf0
* Print help text if no subcommand is providedPhilipp Weissenbacher2013-03-041-1/+1
| | | | | | | | Change-Id: Id9abc3ab45af8b6e44904090e179ce67a3f45796 Reviewed-on: https://gerrit.libreoffice.org/2541 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
* logerrit: print logerrit help with --helpPetr Mladek2013-02-011-1/+1
| | | | | | It printed help of the plain gerrit tool which always confused me :-) Change-Id: Ied81688ada4b536486d998709230fc24fa3c9b62
* logerrit: --code-review=2 in review implies --submitMiklos Vajna2012-08-221-1/+3
| | | | Change-Id: Ibd21dfdb76536ea0e0a71791a91ec87e31d49960
* logerrit: Fix some typos.Tim Retout2012-08-141-3/+3
| | | | | | | | Change-Id: I0d6f3f5521d32dad1ffaa8675d5f43c7d7fa7cea Reviewed-on: https://gerrit.libreoffice.org/409 Reviewed-by: Jean-Tiare Le Bigot <admin@jtlebi.fr> Reviewed-by: Tomáš Chvátal <tchvatal@suse.cz> Tested-by: Tomáš Chvátal <tchvatal@suse.cz>
* add ./logerrit resubmitBjoern Michaelsen2012-07-311-22/+37
| | | | | | | | | | | | | resubmit creates a new Change-Id for the current change and thus allow to submit changes for review on release branches that were already reviewed on master. Also hint advanced users to 'git review' which requires some more setup, but should make things easier for regular users. Getting this functionality into 'git review' would be likely help adoption too -- and in python there is some sane errorchecking possible. Change-Id: Ibea6bbfe747af160728b838c6ee236fd8f89671d
* check for uncommited work before executing a nextchangeBjoern Michaelsen2012-07-101-0/+6
| | | | Change-Id: I12b03bb778da712cfe48543949d9634be5221419
* logerrit: for review, we need to grep for revision, not refMiklos Vajna2012-07-051-2/+6
| | | | Change-Id: I0fb8b1e4f14e153adae7a2ec1b3adbb0dab5c847
* fix ./logerrit reviewBjoern Michaelsen2012-07-051-1/+2
| | | | | | | * ./logerrit review did not resolve the ChangeId to a SHA * ./logerrit did still echo the command instead of executing it. Change-Id: Ie4f8630f7a83134d6eb7992f4a61b5d3faf7e138
* logerrit review: fix missing escaping, codereview -> code-reviewMiklos Vajna2012-06-291-7/+7
| | | | Change-Id: Icf5facbb59cba2116ae3fc6bdfc035673cf47985
* do not submit a change for now as that removes the ref on gerritBjoern Michaelsen2012-06-261-2/+2
| | | | Change-Id: I699aad760823a8ccbfc7dc93bf0658b5222dff71
* add helper script for gerrit CLI integrationBjoern Michaelsen2012-06-211-0/+187
Change-Id: I5705530ee4d5b93bc66ca23463098ac45f49323d