gerrit-git】的更多相关文章

Omnibus GitLab documentation(中文安装说明) 在自己的服务器上部署 GitLab 社区版->较为全面 GIT & REPO & GERRIT (三) gitlab+gerrit+jenkins持续集成框架 (安装后无法访问首页) 清华大学开源软件镜像站(ubuntu14.04) 离线包官方下载地址 gitlab / gitlab-ce / ubuntu / precise GitLab Community Edition and GitLab CI (in…
有关git的參考资料 pro git中文版, 最好的git书籍 http://git-scm.com/book/zh 图解git http://marklodato.github.com/visual-git-guide/index-zh-cn.html git交互式学习 http://try.github.com/levels/1/challenges/1 Git分支管理策略 http://blog.jobbole.com/23398/ type3的关于git和Gerrit资料 http://…
参考:https://blog.csdn.net/mr_raptor/article/details/76223233 https://www.cnblogs.com/kevingrace/p/5651447.html…
CentOS安装gitlab,gerrit,jenkins并配置ci流程 By Wenbin juandx@163.com 2016/4/9 这是我参考了网上很多的文档,配置了这三个软件在一个机器上,web分别访问8081,8082,8083端口,成功构建了一个ci流程. 版本都是目前最新的版本. 用户 Gitlab:  root/wenbindevops , wenbin/12345678 Gerrit:  gerrit/gerrit, wenbin/wenbin, jenkins/jenki…
关闭selinux,不然nginx的反向代理会报错connect() to 127.0.0.1:8080 failed (13: Permission denied) while connecting to upstream,或者使用这个命令: setsebool -P httpd_can_network_connect 1 关闭selinux: 修改/etc/selinux/config 文件 将SELINUX=enforcing改为SELINUX=disabled reboot 首先安装jd…
  注:使用时把“user”替换为自己的账号,例如 ueapp: ssh://huang.fei@10.0.64.16:29418/jonet2_0_app_ueapp.git 新的环境下需要先注册git,gerrit: git config --global user.name "wang.yonghui"(名字需要修改) git config --global user.email "wang.yonghui@jhx.com.cn"(修改邮箱) 本地运行ssh-…
近年来,由于开源项目.社区的活跃热度大增,进而引来持续集成(CI)系统的诞生,也越发的听到更多的人在说协同开发.敏捷开发.迭代开发.持续集成和单元测试这些拉风的术语.然而,大都是仅仅听到在说而已,国内也很少有公司能有完整的 CI 体系流程.反之一些开源项目都有完整的 CI体系,比如openstack. 由于感兴趣,也查阅了一些资料,专门在测试机上进行了一番部署.结合Gitlab+Gerrit+Jenkins,实现代码托管->代码审核->代码发布的一套流程. (1)Gitlab上进行代码托管 在…
1. ${PROJECT_ROOT}/.git/config 加入如下代码 [remote "review"] url = ssh://${username}@codeserver.xxx.com:29418/${project_name} push = HEAD:refs/for/${branch_name}%r=username1@gmail.com,r=username2@gmail.com,r=username3@gmail.com 2. 推送代码到 gerrit $ git…
1.服务器端安装httpd,git,gitweb等 1 #yum install httpd git git-daemon  gitweb 2.服务器端初始化仓库 1 2 3 #mkdir -p /data3/gitserver #cd /data3/gitserver #git init --bare git_repo #初始化一个裸仓库 3.向裸仓库提交初始文件 1 2 3 4 5 6 7 #cd /tmp #git clone /data3/gitserver/git_repo #cd g…
mkdir device cd device git clone https://android.googlesource.com/device/common.git mkdir htc cd htc git clone https://android.googlesource.com/device/htc/common.git git clone https://android.googlesource.com/device/htc/dream-sapphire.git git clone h…