#214: conflicts: fails with parent repositories --------------------+------------------------------------------------------- Reporter: kparal | Owner: Type: defect | Status: new Priority: major | Milestone: Hot issues Component: tests | Version: 1.0 Keywords: | --------------------+------------------------------------------------------- These two commands work (although the package counts are somewhat weirdly same): {{{ # repoclosure --tempcache --newest --repofrompath=target,http://download.fedoraproject.org/pub/fedora/linux/releases/13/Everything/x8... --repoid=target Added target repo from /root/http:/download.fedoraproject.org/pub/fedora/linux/releases/13/Everything/x86_64/os Reading in repository metadata - please wait.... Checking Dependencies /usr/lib/python2.6/site-packages/yum/packages.py:401: UnicodeWarning: Unicode equal comparison failed to convert both arguments to Unicode - interpreting them as being unequal if prcotuple in self.prco[prcotype]: Repos looked at: 1 target Num Packages in Repos: 20806 }}}
{{{ # repoclosure --tempcache --newest --repofrompath=target,http://download.fedoraproject.org/pub/fedora/linux/updates/13/x86_64 --repoid=target Added target repo from /root/http:/download.fedoraproject.org/pub/fedora/linux/updates/13/x86_64 Reading in repository metadata - please wait.... Checking Dependencies /usr/lib/python2.6/site-packages/yum/packages.py:401: UnicodeWarning: Unicode equal comparison failed to convert both arguments to Unicode - interpreting them as being unequal if prcotuple in self.prco[prcotype]: Repos looked at: 1 target Num Packages in Repos: 20806 }}}
But if you combine it: {{{ # repoclosure --tempcache --newest --repofrompath=target,http://download.fedoraproject.org/pub/fedora/linux/updates/13/x86_64 --repoid=target --repofrompath=parent1,http://download.fedoraproject.org/pub/fedora/linux/releases/13/Everything/x8... --repoid=parent1 Added target repo from /root/http:/download.fedoraproject.org/pub/fedora/linux/updates/13/x86_64 Added parent1 repo from /root/http:/download.fedoraproject.org/pub/fedora/linux/releases/13/Everything/x86_64/os Reading in repository metadata - please wait.... Cannot retrieve repository metadata (repomd.xml) for repository: parent1. Please verify its path and try again Some dependencies may not be complete for this repository Run as root to get all dependencies or use -t to enable a user temp cache Checking Dependencies Cannot retrieve repository metadata (repomd.xml) for repository: parent1. Please verify its path and try again }}}
Something is broken here.
{{{ yum-utils-1.1.28-1.fc13.noarch yum-metadata-parser-1.1.4-1.fc13.x86_64 yum-3.2.27-4.fc13.noarch
}}}
#214: repoclosure: fails with parent repositories ---------------------+------------------------------------------------------ Reporter: kparal | Owner: Type: defect | Status: new Priority: major | Milestone: Hot issues Component: tests | Version: 1.0 Resolution: | Keywords: ---------------------+------------------------------------------------------ Changes (by kparal):
* summary: conflicts: fails with parent repositories => repoclosure: fails with parent repositories
#214: repoclosure: fails with parent repositories ---------------------+------------------------------------------------------ Reporter: kparal | Owner: Type: defect | Status: new Priority: major | Milestone: Hot issues Component: tests | Version: 1.0 Resolution: | Keywords: ---------------------+------------------------------------------------------ Comment (by kparal):
I reported repoclosure bug here: https://bugzilla.redhat.com/show_bug.cgi?id=622710
#214: repoclosure: fails with parent repositories ---------------------+------------------------------------------------------ Reporter: kparal | Owner: kparal Type: defect | Status: assigned Priority: major | Milestone: Hot issues Component: tests | Version: 1.0 Resolution: | Keywords: ---------------------+------------------------------------------------------ Changes (by kparal):
* owner: => kparal * status: new => assigned
Comment:
The bug has been fixed, now we must wait until yum-utils update comes down to Fedora. Leaving open until that time.
#214: repoclosure: fails with parent repositories ---------------------+------------------------------------------------------ Reporter: kparal | Owner: kparal Type: defect | Status: assigned Priority: major | Milestone: Hot issues Component: tests | Version: 1.0 Resolution: | Keywords: ---------------------+------------------------------------------------------ Comment (by jlaska):
FYI ... the patch provided in [https://bugzilla.redhat.com/show_bug.cgi?id=622710 bug#622710] has been applied and is available in the yum-utils included in the autoqa package repository.
#214: repoclosure: fails with parent repositories --------------------+------------------------------------------------------- Reporter: kparal | Owner: kparal Type: defect | Status: assigned Priority: major | Milestone: Hot issues Component: tests | Resolution: Keywords: | --------------------+------------------------------------------------------- Comment (by jlaska):
This appears to be included F15 (yum-utils-1.1.30-2.fc15.noarch), and I'm still carrying the fixes for F14 and F13 in our private repos. I'm fine with closing this bug out at this point.
#214: repoclosure: fails with parent repositories --------------------+------------------------------------------------------- Reporter: kparal | Owner: kparal Type: defect | Status: closed Priority: major | Milestone: Hot issues Component: tests | Resolution: fixed Keywords: | --------------------+------------------------------------------------------- Changes (by kparal):
* status: assigned => closed * resolution: => fixed
Comment:
Thank you for your investigation. Let's close this one out.
autoqa-devel@lists.fedorahosted.org