Bug 1112996 - drupal quickstart does not allow to modify php folder contents
Summary: drupal quickstart does not allow to modify php folder contents
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: OpenShift Online
Classification: Red Hat
Component: Templates
Version: 1.x
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: ---
Assignee: Clayton Coleman
QA Contact: libra bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-06-25 08:51 UTC by Oleg Fayans
Modified: 2017-05-31 18:22 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-05-31 18:22:11 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Oleg Fayans 2014-06-25 08:51:11 UTC
Description of problem:
php folder does not get cloned when creating php app from drupal quickstart. As a result there is no way to modify it's content

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


How reproducible:
Always

Steps to Reproduce:
1. rhc app create myapp php-5.3 mysql-5.1 cron-1.4 --from-code git://github.com/openshift/drupal-quickstart.git
2. ls myapp (the repo of the app does not have a php folder. However, when you ssh to the app and ls app-root/repo, you will see the php folder)
3. mkdir php && echo test > php/test.txt && git add . && git commit -am "test" && git push

Actual results:

ERROR: The 'php' directory in your Git repo prevents Drupal from being installed.  Please remove 'php' and push again.
Expected results:


Additional info:

Comment 1 Dan McPherson 2014-06-25 13:34:57 UTC
This is how that quickstart is designed.  The php folder gets created on deploy.

Comment 2 Oleg Fayans 2014-06-26 09:29:40 UTC
Then how am I supposed to add the contents to the php folder of the app? 
When I create php folder locally with some content, commit and push it, the push fails since my local php folder conflicts with the remote one.

Comment 4 Eric Paris 2017-05-31 18:22:11 UTC
We apologize, however, we do not plan to address this report at this time. The majority of our active development is for the v3 version of OpenShift. If you would like for Red Hat to reconsider this decision, please reach out to your support representative. We are very sorry for any inconvenience this may cause.


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