Bug 812514 - Unable to install quick-start application: myshoppinglist
Summary: Unable to install quick-start application: myshoppinglist
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: OKD
Classification: Red Hat
Component: oc
Version: 2.x
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: ---
: ---
Assignee: Dan McPherson
QA Contact: libra bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-04-14 09:32 UTC by Attila Nagy
Modified: 2015-05-15 01:51 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-04-27 20:46:05 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Attila Nagy 2012-04-14 09:32:03 UTC
Description of problem: I'm unable to use and install a quick-start example applicaion (myshoppinglist) which was uploaded to openshift repository on GitHub. Git pull operation returns error.  
URL: https://github.com/openshift/openshift-myshoppinglist

warning: no common commits
From git://github.com/openshift/openshift-myshoppinglist
 * branch            master     -> FETCH_HEAD
Auto-merging .gitignore
Auto-merging .openshift/action_hooks/build
CONFLICT (add/add): Merge conflict in .openshift/action_hooks/build
Auto-merging .openshift/action_hooks/deploy
CONFLICT (add/add): Merge conflict in .openshift/action_hooks/deploy
Auto-merging .openshift/action_hooks/post_deploy
CONFLICT (add/add): Merge conflict in .openshift/action_hooks/post_deploy
Auto-merging .openshift/action_hooks/pre_build
CONFLICT (add/add): Merge conflict in .openshift/action_hooks/pre_build
Auto-merging .openshift/cron/weekly/chronograph
CONFLICT (add/add): Merge conflict in .openshift/cron/weekly/chronograph
Auto-merging README
Auto-merging setup.py
Auto-merging wsgi/application
Automatic merge failed; fix conflicts and then commit the result.


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


How reproducible: Always


Steps to Reproduce:
1. rhc-create-app -a myshoppinglist -t python-2.6
2. rhc-ctl-app -a myshoppinglist -e add-mongodb-2.0
3. cd myshoppinglist
4. git remote add upstream -m master git://github.com/openshift/openshift-myshoppinglist.git
5. git pull -s recursive -X theirs upstream master
  
Actual results: Git returns error (See above)


Expected results: Git pull operation must be successfull


Additional info:

Comment 1 Clayton Coleman 2012-04-14 17:40:53 UTC
This looks like your repository is messed up (your local one).  Before you created the shopping list was there a git repository at the relative folder "myshoppinglist"?

Comment 2 Attila Nagy 2012-04-16 08:53:01 UTC
There was no directory like 'myshoppinglist'. The local working copy is the one which was cloned just after the application was created with 'rhc app create'.

Comment 3 Dan McPherson 2012-04-16 15:32:30 UTC
Fixed in github

Comment 4 Attila Nagy 2012-04-17 08:14:55 UTC
Fix is verified


Note You need to log in before you can comment on or make changes to this bug.