Bug 216969 - "local" buildsys repo can pull in the wrong arch
Summary: "local" buildsys repo can pull in the wrong arch
Keywords:
Status: CLOSED NEXTRELEASE
Alias: None
Product: Fedora Hosted Projects
Classification: Retired
Component: mock
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Clark Williams
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-11-22 22:11 UTC by Orion Poplawski
Modified: 2013-01-10 04:08 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2006-12-19 16:08:21 UTC
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.