| Summary: | selective sync with --exclude=packages seem to syncing packages | ||
|---|---|---|---|
| Product: | [Retired] Pulp | Reporter: | Preethi Thomas <pthomas> |
| Component: | user-experience | Assignee: | Pradeep Kilambi <pkilambi> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Preethi Thomas <pthomas> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | unspecified | CC: | jortel, pkilambi |
| 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: | 2012-02-24 20:15:54 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Preethi Thomas
2011-11-07 20:14:37 UTC
commit a221da6098de1acc096028c1debb4dfe6844c2fb fixed grinder to account for excludes after fix: $ sudo pulp-admin -u admin -p admin repo sync --id=testpkg --exclude=packages -F Sync for repository testpkg started Sync: Finished 0/0 new items downloaded 0/0 existing items processed Item Details: build: 0.244-5. verified
[root@preethi ~]# rpm -qa grinder
grinder-0.0.127-1.fc15.noarch
[root@preethi ~]# rpm -qa pulp
pulp-0.0.244-5.fc15.noarch
[root@preethi ~]# pulp-admin -u admin -p admin repo sync --id=f14 --excludes=packages -F
Usage: pulp-admin <options> repo sync <options>
pulp-admin: error: no such option: --excludes
[root@preethi ~]# pulp-admin -u admin -p admin repo sync --id=f14 --exclude=packages -F
Sync for repository f14 started
Sync: Finished
6/7 new items downloaded
1/7 existing items processed
Item Details:
Tree Files: 7/7
[root@preethi ~]# pulp-admin -u admin -p admin repo content --id=f14
+------------------------------------------+
Contents of f14
+------------------------------------------+
Packages in f14:
none
Errata in f14:
none
Files in f14:
none
[root@preethi ~]# pulp-admin -u admin -p admin repo create --id=f14-updates --feed=http://download.fedora.redhat.com/pub/fedora/linux/updates/14/x86_64/
Successfully created repository [ f14-updates ]
[root@preethi ~]# pulp-admin -u admin -p admin repo sync --id=f14-upgrades --exclude=errata --exclude=packages -F
error: error: operation failed: No repository f14-upgrades
[root@preethi ~]# pulp-admin -u admin -p admin repo sync --id=f14-updates --exclude=errata --exclude=packages -F
Sync for repository f14-updates started
Sync: Finished
0/0 new items downloaded
0/0 existing items processed
Item Details:
[root@preethi ~]# pulp-admin -u admin -p admin repo content --id=f14-updates +------------------------------------------+
Contents of f14-updates
+------------------------------------------+
Packages in f14-updates:
none
Errata in f14-updates:
none
Files in f14-updates:
none
Pulp v1.0 is released Closed Current Release. Pulp v1.0 is released. |