Project

Profile

Help

Issue #2374

closed

Can't skip distribution content during sync

Added by bmbouter over 7 years ago. Updated about 5 years ago.

Status:
CLOSED - CURRENTRELEASE
Priority:
Normal
Sprint/Milestone:
-
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Master
Platform Release:
2.10.3
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Easy Fix, Pulp 2
Sprint:
Sprint 10
Quarter:

Description

If you want to sync centos6 and skip syncing distribution, rpm, and drpm content you would probably do:

pulp-admin rpm repo create --repo-id centos6 --feed http://mirror.centos.org/centos/6/os/x86_64/ --skip=rpm,drpm,distribution
pulp-admin rpm repo sync run --repo-id centos6

When the sync is running you'll see that it syncs distributions even though the skip command specified not to.

Note also that the imports config does contain:

        "config": {
            "feed": "http://download.devel.redhat.com/released/RHEL-6/6.0/Server/x86_64/os/",
            "type_skip_list": [
                "rpm",
                "drpm",
                "distribution"
            ]
        },

Also available in: Atom PDF