| Summary: | Drupal quickstart fails to deploy wtih "remote: mv: cannot stat `~/app-root/data/downloads/drupal-7.23/sites': No such file or directory" | ||
|---|---|---|---|
| Product: | OpenShift Online | Reporter: | Sten Turpin <sten> |
| Component: | Templates | Assignee: | Vojtech Vitek <vvitek> |
| Status: | CLOSED DUPLICATE | QA Contact: | libra bugs <libra-bugs> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 2.x | CC: | dmcphers, fotios, hripps, jhonce |
| 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: | 2013-08-20 20:12:14 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: | |
|
Description
Sten Turpin
2013-08-20 16:14:20 UTC
After some investigation, we determined this was caused by: https://github.com/openshift/drupal-quickstart/pull/6 Assigning this to Vojtech since he was the author of the PR and might have a good idea of what's causing this. The bug was caused by bad tilde auto-expansion because of some sort of restrictive shell option that was reflected only in non-interactive mode (probably something like `set expand-tilde off' or `shopt -u extglob'). The problematic commit was reverted https://github.com/openshift/drupal-quickstart/commit/0ed3953a53f67db1998e50123f130e0ab499fc59, so QE can close this bug right away. *** This bug has been marked as a duplicate of bug 998751 *** |