gerrit
Setting up Gerrit with a Git mirror of a Subversion repository
At work, we currently use Subversion for SCM. I have set up a local git-svn mirror and use that as my primary development workspace. I am comfortable with the basic functionality now. One other develo[详细]
2023-04-13 01:23 分类:问答How do you configure Jenkins to use git archive instead of git clone with Gerrit?
We have an automated build system configured using Jenkins开发者_高级运维, integrate with Gerrit. One of the bottlenecks today is that it takes ~3.5 minutes for Jenkins to complete a \"git clone\" for[详细]
2023-04-10 08:16 分类:问答How do I run Net::SSH and AMQP in the same EventMachine reactor?
Some background: Gerrit exposes an event stream through SSH. It\'s a cute trick, but I need to convert those events into AMQP messages. I\'ve tried to do this with ruby-amqp and Net::SSH but, well, it[详细]
2023-04-08 22:30 分类:问答Gerrit Update Patch to Latest Code
How do I update my patch on gerrit to latest code without making any merge commits? My patch is a few commits behind and I don\'t want to make a new patc开发者_JAVA百科h on gerrit.git rebase origin/ma[详细]
2023-04-08 03:27 分类:问答Jenkins: settings for Gerrit Trigger problems
I\'ve installed the plugin Gerrit Trigger on开发者_如何学JAVA Jenkins cos I need to start automatically the building when a developer in the team pushes something on the repository (relative to a spec[详细]
2023-04-08 01:18 分类:问答Web design agency using Git for development
Background Up until now we\'ve been using Plastic SCM for version control. Recently we\'ve been looking into Git and I\'ve come up with a basic plan - Available here on Google Docs[详细]
2023-04-07 19:49 分类:问答Git: How to reset hard to refspec
Im doing some work with gerrit, and with gerrit you only get the refspec of a commit. Something like:[详细]
2023-04-05 11:10 分类:问答git alias for HEAD:refs/for/master
I am configuring Gerrit and I would like to avoid writing: git push gerrit HEAD:refs/for/master I would like to write:[详细]
2023-04-05 03:36 分类:问答git remote merge commit causing false dependencies in gerrit
I am working with a remote branch in git. Before doing any wor开发者_开发问答k, I do a git pull to get the ToT. When I look at the git log, I see that this automatically creates a merge commit with a[详细]
2023-04-03 17:10 分类:问答Gerrit remove Need Verified +1 (Verified)
I just installed a Gerrit server and wish to get rid of the Need Verified +1 (Verified) permission. Our team would only like to +2 changes instead of doing both things.[详细]
2023-04-01 23:27 分类:问答