In i.MX Yocto Project User's Guide document Quick Start part: Install the `repo` utility:To get the BSP you need to have "repo" installed. This only n ...
分类:
Web程序 时间:
2020-04-09 14:16:23
阅读次数:
102
好久没有提交code了,主要最近一直在测试,今天把分支的代码merge一下,提交了一版code, 结果Gerrit来了个这么个问题,搞了大半天终于解决了,为了避免下次再遇到所以记录下。现象是这个样子的: 一. 错误现象 如图:Gerrit 扔了一个 ! [remote rejected] HEAD ...
分类:
其他好文 时间:
2020-03-27 18:27:13
阅读次数:
116
1、代码管理-->主要开源方案有gitlab、gerrit+repo、gogs 2、任务执行-->jenkins 3、自动化测试-->python 4、构件存储-->hdfs、nexus 5、日志管理-->ELK 6、部署工具-->ansible 7、系统集群高可用-->k8s 8、监控-->zab ...
分类:
其他好文 时间:
2020-03-26 01:39:44
阅读次数:
193
cherry pick 一個 gerrit number 到 local, 修改完後, 再 push 到同一個 gerrit number cd the git project you want to modify repo start xxx cherry pick modify git add ...
分类:
其他好文 时间:
2020-02-26 16:41:27
阅读次数:
53
1、Gerrit的基本介绍 Gerrit 是一个Git服务器,它基于 git 版本控制系统,使用网页界面来进行审阅工作。Gerrit 旨在提供一个轻量级框架,用于在代码入库之前对每个提交进行审阅,更改将上载到 Gerrit,但实际上并不成为项目的一部分,直到它们被审阅和接受 。代码审查是Gerrit ...
分类:
其他好文 时间:
2020-02-24 19:00:44
阅读次数:
568
1、在运行java -jar *.war init -d ~/review fatal: DbInjector failedfatal: Unable to determine SqlDialectfatal: caused by java.sql.SQLException: Access deni ...
分类:
其他好文 时间:
2020-01-27 17:26:14
阅读次数:
93
看到了一篇很好的博客,大纲如下: 链接如下: https://www.ieclipse.cn/2016/05/14/other/tech-gerrit-guide/index.html 另外一篇: 代码检视工具gerrit的日常使用 https://www.jianshu.com/p/b77fd16 ...
分类:
其他好文 时间:
2019-12-21 11:50:00
阅读次数:
74
直接上案例: 例子:获取gerrit进程 方法:$ps -aux |grep nginx |grep -v grep |awk '{print $2}' 或者 $ps -ef |grep nginx |grep -v grep |awk '{print $2}' 例子:获取gerrit进程并kill ...
分类:
系统相关 时间:
2019-12-20 20:54:25
阅读次数:
128
1、修复用户邮箱地址时无法验证邮箱地址导致失败 解决方法: 将本地电脑的id_rsa.pub的公钥添加到gerrit的管理员账号admin的秘钥管理中 修改.ssh/config文件 然后使用命令:ssh gerrit set-account --add-email 邮箱地址 用户名 2、Gerri ...
分类:
其他好文 时间:
2019-11-03 10:48:09
阅读次数:
326
https://review.opendev.org/Documentation/user-search.html Gerrit Code Review - Searching Changes https://review.opendev.org/Documentation/cmd-query.ht ...
分类:
其他好文 时间:
2019-10-19 14:50:08
阅读次数:
118