Bug 880039
| Summary: | repo URLs are not escaped correctly when written to /etc/yum.repos.d | ||
|---|---|---|---|
| Product: | [Retired] Beaker | Reporter: | Dan Callaghan <dcallagh> |
| Component: | scheduler | Assignee: | Dan Callaghan <dcallagh> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Qixiang Wan <qwan> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 0.9 | CC: | asaha, bhu, bpeck, davids, dcallagh, jburke, jstancek, mboswell, mishin, qwan, rglasz, rmancy, santiago |
| Target Milestone: | 0.11 | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Linux | ||
| Whiteboard: | Kickstart | ||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 869758 | Environment: | |
| Last Closed: | 2013-01-17 04:33: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: | |||
|
Comment 1
Dan Callaghan
2012-11-27 04:23:14 UTC
Will the old way still work or do we need to make sure that all workflows/users switch to new format (without escaping '$')? (In reply to comment #2) > Will the old way still work or do we need to make sure that all > workflows/users switch to new format (without escaping '$')? I was expecting we would include a note in the release announcement warning people that they no longer need to escape $ to work around this bug. Do you think changing it would be too burdensome? I think it would be a nasty hack to make Beaker find escaped \$ and unescape them first, so I would rather not do that... (In reply to comment #3) > (In reply to comment #2) > > Will the old way still work or do we need to make sure that all > > workflows/users switch to new format (without escaping '$')? > > I was expecting we would include a note in the release announcement warning > people that they no longer need to escape $ to work around this bug. Do you > think changing it would be too burdensome? I think it shouldn't be hard to change, but it may take some time to update any scripts/tools/etc. > I think it would be a nasty hack to make Beaker find escaped \$ and unescape > them first, so I would rather not do that... Can users be warned before this change is deployed? We'll send an alert to the mailing lists when we merge this for 0.11, and highlight it in the release announcement. Beaker 0.11.0 has been released. |