gerrit Questions

6

I have a project in Gerrit and each time I submit a change I manually have to add a group of reviewers to that change. Is there a mechanism that would allow me to specify reviewers that I want to b...
Newmark asked 20/5, 2013 at 21:42

9

I executed the following commands: git pull <partner_remote> <partner_branch> git config user.email <my_email> git config user.name <my_name> git commit --amend --reset-aut...
Sapotaceous asked 17/11, 2016 at 9:20

20

i am having problems pushing my changes from my local master to remote master because of this error: remote: Processing changes: refs: 1, done To ssh://[email protected]:29418/xxxxxx ! [remo...
Kine asked 15/8, 2012 at 15:32

3

I am currently using the following Git diff command to get the list of files changes. I want to exclude certain folders (say datafiles) and files(.DSstore). Is there a way to do this? git diff --no...
Benyamin asked 25/1, 2018 at 1:18

5

Solved

I've configured Gerrit to allow Push Merge Commit on my branch, but I still get the following error when I try to push a merge commit: ! [remote rejected] ANDROID-foo -> ANDROID-foo (you are no...
Annihilator asked 18/1, 2014 at 3:56

2

Solved

Using the Gerrit web interface, is it possible to add multiple reviewers at once to a given commit? Currently, it appears that reviewers have to be added one by one: trying to add a list as input f...
Engleman asked 16/4, 2017 at 8:3

5

I installed my gerrit on Ubuntu server. As gerrit said:The first people who logined gerrit is Administrator. So I logined first with openID (google account),and I am the Administrator indeed. Bu...
Amylase asked 21/12, 2011 at 3:15

3

Solved

Reading Gerrit docs, it says: [...] users should be really knowledgeable about git, for instance knowing why tags never should be removed from a server It doesn't elaborate on this statement. ...
Canoodle asked 16/6, 2014 at 21:18

2

I am trying to use the Gerrit API that requires digest authentication. After reading up some I know I am supposed to make a request, get a 401, then use the realm and nonce and maybe other headers ...
Mure asked 13/9, 2016 at 15:53

4

Solved

If I have multiple patch set versions for one change in Gerrit, it seems like I can only submit the latest patch set version (because only that one has the necessary button). Is there an easy way t...
Aba asked 6/7, 2012 at 5:11

6

Solved

I searched a lot for the below issue but couldn't get any substantial info. I created a temporary branch 202116 and am trying to do a cherrypick of gerrit 202116 and I get the below message. Why am...
Flogging asked 31/12, 2012 at 0:41

2

Is there any way to mention someone when a comment/reply is added? I've tried @someone but it doesn't help.
Kwok asked 17/9, 2019 at 13:38

3

Solved

Running this command in the terminal: scp -p -P 29418 [email protected]:hooks/commit-msg "jyei-erp/.git/hooks/" returns the following error: subsystem request failed on channel 0 s...
Rounders asked 4/11, 2022 at 2:50

5

Solved

I want to disallow the author of a change to review his/her own changes in gerrit. I'm aware of this suggested hack, but that doesn't really solve the issue. Now I learned from the gerrit issues t...
Uncharitable asked 19/7, 2012 at 12:22

11

On push of a new branch to a gerrit server we encounter the following error: de@roma:~/git-hate/www$ git push origin landingpage Counting objects: 149, done. Delta compression using up to 2 thread...
Scruggs asked 16/5, 2013 at 11:50

3

Solved

Environment: OS: Windows-10 Git Bash Version: 2.33.1 OpenSSH_8.8p1, OpenSSL 1.1.1l 24 Aug 2021 $ which ssh /usr/bin/ssh SSH connection to Gerrit Error:- $ ssh -p 29418 [email protected] Una...
Dowell asked 21/10, 2021 at 6:24

6

Solved

Suppose I have a new system with no git history and I take a fresh checkout of branch A. Branch A already has a commit C1 which I did yesterday from some other system. Now I want to cherry-pick thi...
Hochstetler asked 1/4, 2015 at 14:45

11

Solved

Made changes to a commit, performed commit amend. Do a push and I get the error: ! [remote rejected] master -> refs/for/master (no changes made) Checked the change ID in the commit message an...
Macedonian asked 21/12, 2012 at 14:49

2

Solved

I made a change in gerrit which was code reviewed and after 7 revisions approved. But, now it cannot be merged and trying to rebase in gerrit website is not working due to merge conflict. How can I...
Intramuscular asked 8/11, 2018 at 13:59

2

I am struggling to authenticate with gerrit.openbmc-project.xyz using ssh. I am trying to use ssh on windows. My .ssh\config looks like this: Host openbmc.gerrit Hostname gerrit.openbmc-project.xy...
Mainsheet asked 8/12, 2021 at 5:22

13

Solved

I set up a branch in the remote repository and made some commits on that branch. Now I want to merge the remote branch to the remote master. Basically follows are my operations: checkout branch ...
Liechtenstein asked 13/1, 2012 at 3:47

3

I'm aware I'm lacking basic Jenkins concepts but with my current knowledge it's hard for to research successfully - maybe you can give me some hints I can use to re-word my question if needed. Curr...
Yearbook asked 3/11, 2021 at 7:48

4

I've installed the plugin Gerrit Trigger on Jenkins cos I need to start automatically the building when a developer in the team pushes something on the repository (relative to a specific project). ...
Klingel asked 28/9, 2011 at 11:12

5

Solved

I want to install delete-project plugin to my gerrit server. As per the latest version, I should clone it from google source and use buck build. I cloned it and my buck is also ready. What are th...
Pleasance asked 21/1, 2014 at 9:40

5

I want to set up configuration described below: Registered user can not push his changes directly to master. He has to push these changes for review: git push origin master - it should be reject...
Jaehne asked 26/4, 2013 at 13:59

© 2022 - 2024 — McMap. All rights reserved.