Bug 662680
Summary: | ZeroDivisionError on repo sync with --no-packages | ||
---|---|---|---|
Product: | [Retired] Pulp | Reporter: | Preethi Thomas <pthomas> |
Component: | z_other | Assignee: | Jason Connor <jconnor> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Preethi Thomas <pthomas> |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | unspecified | CC: | mmccune, 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: | 2011-08-15 15:14:28 UTC | Type: | --- |
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: | 647488 |
Description
Preethi Thomas
2010-12-13 15:42:50 UTC
*** Bug 651900 has been marked as a duplicate of this bug. *** added a check for 0 total packages Fixed in 0.120. fails_qa [root@preethi ~]# rpm -q pulp pulp-0.0.120-1.fc14.noarch [root@preethi ~]# running repo sync with --no-packages option on a newly created repo fails OS Error: No such file or directory [root@preethi ~]# pulp-admin -u admin -p admin repo create --id=f13 --name=f13 --arch=x86_64 --feed=yum:http://download.devel.redhat.com/released/F-13/GOLD/Fedora/x86_64/os/ Successfully created repository [ f13 ] [root@preethi ~]# pulp-admin repo sync --no-packages --id=f13 -FSync for repository f13 started You can safely CTRL+C this current command and it will continue [==================================================] 100% (9 of 9 pkgs) Sync: Error OSError: [Errno 2] No such file or directory: '/var/lib/pulp/repos/released/F-13/GOLD/Fedora/x86_64/os//Packages' This is a new bug in the way of testing the fix, a new bug report has been filed: https://bugzilla.redhat.com/show_bug.cgi?id=667753 Fixed in build 0.122. Moving back to modified as the bug https://bugzilla.redhat.com/show_bug.cgi?id=667753 is not fixed Fixed in build 0.123. verified [root@preethi ~]# rpm -q pulp pulp-0.0.140-1.fc14.noarch [root@preethi ~]# pulp-admin -u admin -p redhat repo sync --id=f13 --no-packages -F Sync for repository f13 started Sync: Finished 0/9 new items downloaded 9/9 existing items processed Item Details: Tree_Files: 9/9 Closing with current community release pulp-0.0.223 |