Bug 816436

Summary: need update the README.md for CodeIgniterQuickStart on github
Product: OKD Reporter: Meng Bo <bmeng>
Component: ContainersAssignee: Dan McPherson <dmcphers>
Status: CLOSED CURRENTRELEASE QA Contact: libra bugs <libra-bugs>
Severity: low Docs Contact:
Priority: medium    
Version: 1.xCC: xtian
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-04-27 20:47:05 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Meng Bo 2012-04-26 04:25:01 UTC
Description of problem:
https://github.com/openshift/CodeIgniterQuickStart



Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:
cat README.md
<----------->
Add this upstream CI repo

cd ci
git remote add upstream -m master git://github.com/openshift/ciphp.git
                                                             ^^^^^
git pull -s recursive -X theirs upstream master
# note that the git pull above can be used later to pull updates to CI
<----------->

Expected results:
the correct git repo is:
git://github.com/openshift/CodeIgniterQuickStart.git


Additional info:

Comment 1 Dan McPherson 2012-04-26 14:14:03 UTC
Fixed in github.

Comment 2 Meng Bo 2012-04-27 05:59:10 UTC
verified on github