gerrit Questions

2

Solved

How can I do a branch review with gerrit? I want to analyse all branch changes in one gerrit change. The idea is to review the code of a branch with multiple changes (commits).
Land asked 16/1, 2019 at 15:49

3

We have a single server which is being used by multiple users. Disk space is quite the limitation as our git repo is quite huge and every time someone clones it, it consumes 130G of space. I unders...
Lietuva asked 22/11, 2020 at 11:13

3

Solved

Pull requests seem to be the common way to do code review with Git. However, it is not clear whether this term means the same when using the built-in git request-pull, or a different tool. Are pul...
Hanukkah asked 29/11, 2013 at 16:5

14

We are using Gerrit for our Git repository. On a project that has been active for several months, we are suddenly unable to push any changes. When we execute git push we see the following error: e...
Mario asked 29/8, 2011 at 22:29

3

How can I obtain the latest refspec on a gerrit change through a single command. I need the output as "refs/changes/11/1234/4". Is there any git command for the same I do know that ssh commands co...
Spital asked 8/3, 2014 at 3:13

3

Solved

I like to use simply git push to push (only) the current branch to the configured upstream. For that I set git config push.default upstream which does exactly the right thing. Now I tried to set u...
Carven asked 14/1, 2013 at 14:30

3

Stumbled across this error today to waste a good amount of time, while trying to have gerrit hook setup for a repository, was using the following command scp -p -P 29418 [email protected]:hook...
Strobilaceous asked 6/8, 2015 at 11:6

5

Solved

When I try to push my commits from git repository to gerrit remote repository from Linux environment in IntelliJ idea I get the following error: remote: ERROR: committer email address ***** [K rem...
Munt asked 27/7, 2015 at 11:38

2

Solved

Ok, so this might sound a bit weird but here it goes. I am teaching a data structures and algorithms lab at my local university and want to give my students a every fluid and fun experience. Up u...
Winded asked 8/2, 2015 at 4:10

2

tl;dr How can I update a gitlab merge request the same way as a gerrit changeset? In a rather standard gitlab setting, I own a project and want it to keep a linear history. I set the merge setting...
Ditter asked 4/9, 2019 at 13:37

6

Solved

Still trying to learn how to use Gerrit and its process. Steps I did where Push first change1 to gerrit for review to HEAD:refs/for/develop Work on something else on same branch and push change2 ...
Ardithardme asked 19/9, 2012 at 2:32

1

I am using gerrit and all other machine works fine. I just set up a new ubuntu 18 machine and try to upload some changes to the repo, when I do git push origin HEAD:refs/for/master It gives e...
Diacid asked 20/11, 2019 at 21:50

2

Solved

I found that when clicking "Submit Patch Set" in the Gerrit web interface, it'll either simply add a commit to that branch, or create a merge commit if another commit was submitted just before. Ex...
Dither asked 24/7, 2012 at 15:10

5

Solved

Not able to add comments on Gerrit. It rather gets added as Draft. What am I doing wrong? Others in my team are able to add comments though.
Evidence asked 10/6, 2011 at 14:11

3

When using Gerrit review, I want to 'reply done'. So I click 'Reply Done' button. But it is in 'draft' state? How can I submit the 'Reply done'?
Helse asked 28/5, 2014 at 21:15

0

tl;dr After having used Gerrit for a longer time and switching to Bitbucket I can't help the impression that the latter sucks big time. I'm assuming it's because of some knowledge gaps on my side r...
Forrest asked 24/6, 2019 at 10:1

4

Solved

Following this answer and my own question, I have a simple (hope so) question. If I'm pushing a particular branch, with all required refs properly set: git checkout 82-blah-blah git push origin H...
Fick asked 16/12, 2013 at 8:28

3

Solved

I am using gerrit. I used the following command $ cd .git/hooks $ scp -P 29418 demo@localhost:hooks/commit-msg . $ cd ../.. This adds the change-id to my commit message, however if I amend to a ...
Roadwork asked 25/10, 2011 at 18:12

2

Solved

I'm currently attempting to issue a "+1 Verified" using the Jenkins Gerrit-Trigger, but some reason the +1 is failing. The permissions seem to be in order as the plugin is successfully able to iss...
Harappa asked 1/3, 2017 at 10:31

4

Solved

I have two questions about Gerrit: How do I convert or import an already existing Git repository into Gerrit's format? There were a lot of commits without Gerrit control, I want to simply push th...
Interference asked 9/2, 2013 at 15:36

3

I'm using Gerrit version 2.4.2. I have a branch master and I created a new branch, called newbranch. Then I pushed some changes to the remote (Gerrit's) newbranch. After verifying in Gerrit, I merg...
Haemophilia asked 11/10, 2012 at 13:7

6

Solved

I can create a project in Gerrit through: ssh –p 29418 [ip-address] gerrit create-project --name [project-name] But, how can I delete any project? I haven't see related commands or buttons on we...
Lagniappe asked 4/1, 2012 at 8:2

3

Solved

Here and there, colleague leaves a comment on my code changes which I post in gerrit. However to see them I have to: click on the gerrit change in the list of changes. This link does not even ind...
Metamorphic asked 17/1, 2017 at 13:55

6

Solved

I have trouble using Jenkins+Gerrit. Here is what I got so far: Gerrit Trigger configuration in Jenkins seems to be ok: When I push a new changeset, Jenkins build is launched. I used this: Jenki...
Analcite asked 13/3, 2015 at 14:2

4

Solved

I have configured jenkins with gerrit trigger plugin to validate every commit we push to gerrit. I am expecting this trigger to include my latest change with original repo and make a build. But, it...
Peggi asked 27/9, 2013 at 21:51

© 2022 - 2024 — McMap. All rights reserved.