搜索结果
查询Tags标签: gerrit,共有 7条记录-
【Shell】【Gerrit】for循环之批量设置gerrit submit-type类型为REBASE_IF_NECESSARY
1.shell中for循环语法: for L_PROJECT in $(ssh -p xxxx xxx.xxx.xxx gerrit ls-projects); doecho ${L_PROJECT}ssh -p xxxx xxx.xxx.xxx gerrit set-project ${L_PROJECT} --submit-type REBASE_IF_NECESSARY done2.gerrit ssh常用命令: annie.wu@xxxx:~/work$ ssh -p…
2022/2/27 7:22:29 人评论 次浏览 -
Android源码下载过程记录
因为墙的缘故,对于google相关地址的访问可能存在问题,repo init报错了,我们只需要替换成清华源即可 Cannot get https://gerrit.googlesource.com/git-repo/clone.bundle repo拉取仓库时报"Cannot get https://gerrit.googlesource.com/git-repo/clone.bundle&quo…
2022/1/31 14:35:35 人评论 次浏览 -
手把手教你搭建自己的git+gerrit代码评审服务器
你可能遇到过这样的问题,不知道如何管理自己的代码。自己开发的代码,过了几天,忘记修改了什么,忘了上次改到哪了,代码突然找不到了等等,甚至容易消磨自己的耐心,成就感不高。今天就教你用git+gerrit管理自己的代码,这也是大公司的开发模式。 先来看效果吧~下面正式…
2021/12/10 23:47:25 人评论 次浏览 -
手把手教你搭建自己的git+gerrit代码评审服务器
你可能遇到过这样的问题,不知道如何管理自己的代码。自己开发的代码,过了几天,忘记修改了什么,忘了上次改到哪了,代码突然找不到了等等,甚至容易消磨自己的耐心,成就感不高。今天就教你用git+gerrit管理自己的代码,这也是大公司的开发模式。 先来看效果吧~下面正式…
2021/12/10 23:47:25 人评论 次浏览 -
完美的失败方案让 repo init 安卓源码仓库恢复到最初状态
repo sync -d 报错 The program repo can be found in the following packages:* phablet-tools* repo Try: sudo apt install <selected package>安装repo sudo apt install repo 没有repo init error: command sync requires repo to be installed first.Use &quo…
2021/11/7 14:10:05 人评论 次浏览 -
完美的失败方案让 repo init 安卓源码仓库恢复到最初状态
repo sync -d 报错 The program repo can be found in the following packages:* phablet-tools* repo Try: sudo apt install <selected package>安装repo sudo apt install repo 没有repo init error: command sync requires repo to be installed first.Use &quo…
2021/11/7 14:10:05 人评论 次浏览 -
docker-compose openldap+phpldapadmin+gerrit安装
环境 centos7,192.168.1.55 防火墙检查systemctl status firewalld systemctl disable firewalld systemctl stop firewalld 开启路由转发vim /etc/sysctl.conf #添加如下内容: net.ipv4.ip_forward=1 #执行如下命令,生效配置 sysctl -p 检查是否安装docker# 安装依赖…
2021/4/15 22:55:13 人评论 次浏览