Bug 516566
| Summary: | yum repo for association to a channel can't have repodata out of packages-dir | ||
|---|---|---|---|
| Product: | [Community] Spacewalk | Reporter: | Sandro Mathys <sandro> |
| Component: | Server | Assignee: | Michael Mráka <mmraka> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Red Hat Satellite QA List <satqe-list> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | 0.6 | CC: | mmraka |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2010-02-04 18:06:32 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: | 543511 | ||
|
Description
Sandro Mathys
2009-08-10 13:58:42 UTC
Not able to reproduce: # mkdir /tmp/repodata # mkdir /tmp/repodata/Packages # cp /mnt/local/spacewalk-0.1/i386/*rpm /tmp/repodata/Packages/ # createrepo /tmp/repodata/ 190/190 - Packages/perl-Authen-PAM-0.14-14.el5.i386.rpm Saving Primary metadata Saving file lists metadata Saving other metadata # ll /tmp/repodata/ total 28 drwxr-xr-x 2 root root 16384 Feb 4 18:56 Packages drwxr-xr-x 2 root root 4096 Feb 4 18:56 repodata [root@xen90 ~]# spacewalk-repo-sync --type yum --channel yumrepo1 --label 1 --url file:///tmp/repodata/ Repo file:///tmp/repodata/ has 190 packages. 1/190 : perl-DateTime-TimeZone-0.59-5.el5-0.noarch 2/190 : jabberd-2.0s10-3.42.el5-0.i386 ... 190/190 : perl-Authen-PAM-0.14-14.el5-0.i386 Sync complete # Spacewalk 0.8 has been released |