Bug 977916
| Summary: | Dangling symlinks in openshift-origin-cartridge-ruby package | |||
|---|---|---|---|---|
| Product: | OKD | Reporter: | Jason DeTiberus <jdetiber> | |
| Component: | Containers | Assignee: | Luke Meyer <lmeyer> | |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | libra bugs <libra-bugs> | |
| Severity: | unspecified | Docs Contact: | ||
| Priority: | unspecified | |||
| Version: | 2.x | CC: | bmeng, lmeyer | |
| Target Milestone: | --- | |||
| Target Release: | --- | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | Doc Type: | Bug Fix | ||
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 977918 (view as bug list) | Environment: | ||
| Last Closed: | 2013-07-22 15:12:55 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: | ||||
| Bug Depends On: | ||||
| Bug Blocks: | 977918 | |||
|
Description
Jason DeTiberus
2013-06-25 15:08:11 UTC
The following commit was mislabeled and is actually for this bug: https://github.com/openshift/origin-server/commit/7e8d61fcb6b7cd8a541a318e01dbef7b0d8ace31 <ruby cart> bug 977919 remove broken symlinks Checked on devenv_3527, issue has been fixed.
[root@ip-10-154-153-202 versions]# pwd
/usr/libexec/openshift/cartridges/ruby/versions
[root@ip-10-154-153-202 versions]# tree -a -L 2
.
├── 1.8
│ ├── etc
│ └── template
├── 1.9
│ ├── etc
│ └── template
├── 2.0
│ ├── etc
│ └── template -> ../shared/template
└── shared
├── etc
└── template
12 directories, 0 files
|