Bug 1446118
Summary: | cdn-sync - enhancements to channel selection | ||
---|---|---|---|
Product: | Red Hat Satellite 5 | Reporter: | Tomáš Kašpárek <tkasparek> |
Component: | Satellite Synchronization | Assignee: | Jan Dobes <jdobes> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Pavel Studeník <pstudeni> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 580 | CC: | jdobes, pstudeni, tlestach |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | spacewalk-backend-2.5.3-125 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2017-06-21 12:11:21 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: | 1358815 |
Description
Tomáš Kašpárek
2017-04-27 09:52:19 UTC
This module fnmatch[1] is really good for the issue. I used it in bz1404841. * matches everything ? matches any single character [seq] matches any character in seq [!seq] matches any character not in seq [1] https://docs.python.org/2/library/fnmatch.html fixed in spacewalk master: 89fcf77d16cd02fe94d7e0fdc580aeb1f317def0 Hi, I have created similar patch for inter satellite sync (satellite-sync). https://github.com/spacewalkproject/spacewalk/pull/540 1) I want to sync all rhel base channels
>> cdn-sync -c rhel-x86_64-server-? --no-package --no-errata --no-rpms --no-kickstart
It works good.
2) Option to sync to all child channels of given base channel
This feature is missing. Can I create new bug for it?
The new bug 1452754 for second part of this bug "option to sync to all child channels of given base channel" Verified with spacewalk-backend-cdn-2.5.3-132.el6sat.noarch |