Bug 216969

Summary: "local" buildsys repo can pull in the wrong arch
Product: [Retired] Fedora Hosted Projects Reporter: Orion Poplawski <orion>
Component: mockAssignee: Clark Williams <williams>
Status: CLOSED NEXTRELEASE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: unspecifiedCC: dcantrell, extras-qa
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: 2006-12-19 16:08:21 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:

Description Orion Poplawski 2006-11-22 22:11:44 UTC
Description of problem:

Just had an instance where mock/yum tried to pull in an x86_64 rpm from
http://buildsys.fedoraproject.org/plague-results/fedora-development-extras/ into
an i386 buildroot.  Fixed with:

[local]
name=local
baseurl=http://buildsys.fedoraproject.org/plague-results/fedora-development-extras/
exclude=*.x86_64 *.ppc


Version-Release number of selected component (if applicable):
mock-0.6.8-4.fc6

Comment 1 Jesse Keating 2006-11-22 22:24:33 UTC
Hrm, I'm not sure why we ship this config in the mock packages.  It would just
be confusing I think.

Comment 2 Orion Poplawski 2006-11-22 22:27:07 UTC
I've found it alternatively useful and annoying.  Annoying when
buildsys.fedoraproject.org was down my local mock builds failed.  Useful as in
just now when I wan to use my new built cmake package to do some local test builds.

Comment 3 Clark Williams 2006-12-19 16:08:21 UTC
thanks, I've applied the exclude logic to all configs that contain a [local]
repo configuration.