aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRuan HE <ruan.he@orange.com>2018-01-15 09:20:49 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-01-15 09:20:49 +0000
commit920c9eb45f976b264b3d66c5e6cef80b1354a825 (patch)
tree2a5cc0ade935c774c2c2c7a83d66884fb9014ab0
parent4f85bce79e494d67be1472833704baed68cadfc4 (diff)
parentc274106c1b8f08d3f5b5a759b09e87ce496926c8 (diff)
Merge "update review correction"
-rw-r--r--docs/DEV.md11
1 files changed, 10 insertions, 1 deletions
diff --git a/docs/DEV.md b/docs/DEV.md
index 0dff2f17..be540d40 100644
--- a/docs/DEV.md
+++ b/docs/DEV.md
@@ -34,7 +34,7 @@
- git commit --signoff --all
- git review
-### Review Correction
+### Review Correction [ from existed Repo which contains commit-id ]
- `git clone https://git.opnfv.org/moon`
- `cd moon`
- get the commit id from Gerrit dashboard
@@ -45,6 +45,15 @@
- `git commit –amend`
- `git review`
+### Review Correction [ from existed Repo/or new one which not contains commit-id ]
+- `git clone https://git.openstack.org/openstack/oslo-specs`
+- `cd oslo-specs`
+- `git fetch https://git.openstack.org/openstack/oslo-specs refs/changes/43/492543/1 && git checkout FETCH_HEAD`
+- `git checkout -b 492543-1`
+- `vi specs/policy/external-pdp.rst`
+- `git add specs/policy/external-pdp.rst`
+- `git commit –amend`
+- `git review`
## Build Python Package
### pre-requist