Bug 1046282
| Summary: | php-5.4 cartridge does not process deplist | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | OpenShift Online | Reporter: | Oleg Fayans <ofayans> | ||||||
| Component: | Image | Assignee: | Vojtech Vitek <vvitek> | ||||||
| Status: | CLOSED DUPLICATE | QA Contact: | libra bugs <libra-bugs> | ||||||
| Severity: | unspecified | Docs Contact: | |||||||
| Priority: | unspecified | ||||||||
| Version: | 1.x | CC: | amarecek, hripps | ||||||
| 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: | 2014-01-10 11:39:43 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: | |||||||||
| Attachments: |
|
||||||||
Created attachment 841174 [details]
dependency.php
*** This bug has been marked as a duplicate of bug 1047473 *** |
Created attachment 841173 [details] deplist Description of problem: WHen I provide a arbitrary dependency to the php-5.4 cartridge in a deplist.txt, the cartridge does not process it Version-Release number of selected component (if applicable): ami_id: ami-07517a6e How reproducible: always Steps to Reproduce: 1. rhc app create myapp php-5.4 2. copy provided deplist.txt to the app repo 3. copy the dependency.php file to the php folder of the app repo 4. git commit && push 5. access the "%APP_URL%/dependency.php" path of the app Actual results: Internal server error Expected results: should display "version 1" Additional info: error.log in the app shows nothing