1. 建立乙個
launchpad account
賬號,加入openstack
社群。
2. 配置你的git:
git config --global user.name "firstname lastname"
git config --global user.email "[email protected]"
3. 安裝git-review
ubuntu或者其他大部分linux系統:
pip install git-review
ubuntu precise (12.04) 或者以後的版本包含git-review,像其他軟體一樣安裝即可。
apt-get install git-review
fedora 16 以後, git-review也包含在發行版本中,像其他軟體一樣安裝即可。
yum install git-review
opensuse 12.2
以後版本,也包含在發行版本中,像其他軟體一樣安裝即可
zypper in python-git-review
4. 工程設定:
獲取專案**
git clone git:
cd nova
檢查git-review
檢查是否可以提交**
review
git review -s
如果之前沒有增加過遠端倉庫
git remote add gerrit ssh:
5. 正常工作流程
獲取倉庫最新**
git remote update
git checkout master
git pull --ff-only origin master
當你要開發乙個特性或者修改乙個bug
,建立乙個分支,在這個分支裡邊完成你的修改
git checkout -b topic-branch
Gerrit工作流程
gerrit工作流程 1.建立乙個 launchpad account 賬號,加入openstack 社群。2.配置你的git git config global user.name firstname lastname git config global user.email your email...
Struts工作流程
文章分類 招聘求職 乙個使用者的請求是通actionservlet來處理和 的。那麼,actionservlet如何決定把使用者請求 給哪個action物件呢?這就需要一些描述使用者請求路徑和action衍射關係的配置資訊了。在struts中,這些配置對映資訊都儲存在特定的xml檔案struts c...
zf工作流程
zend controller是使用mvc模式來構建乙個站點的基礎。zend controller體系是乙個輕量的,模組化和可擴充套件的體系。它只提供最核心的必要的部分,允許開發者有很大的自由來靈活地構建自己的站點。使用zend controller的站點,其檔案組織和 結構會比較相似。zend c...