Bug 171717

Summary: No preconfigured yum repo for debug packages
Product: [Fedora] Fedora Reporter: Charles R. Anderson <cra>
Component: fedora-releaseAssignee: Dave Cantrell <dcantrell>
Status: CLOSED NEXTRELEASE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 4CC: wtogami
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-01-24 01:51:29 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: 150221    

Description Charles R. Anderson 2005-10-25 15:56:05 UTC
Description of problem:

There is no preconfigured .repo file that points to the debug/ packages in the
base distro:

http://download.fedora.redhat.com/pub/fedora/linux/core/$releasever/$basearch/debug/

However, fedora-updates.repo and fedora-updates-testing.repo are sufficient for
accessing the debuginfo packages in their respective repositories, because the
repodata there references the debug/ subdirectory, precluding the need for
separate fedora-updates-debug.repo etc. files.

Version-Release number of selected component (if applicable):
4-2

How reproducible:
always

Expected results:

There should be a preconfigured .repo file to access the base distro debuginfo
packages, or the directory layout should be changed to allow the base repodata
to reference the debuginfo packages.  This repo could be enabled by default
(just like it effectively is for updates and updates-testing) because by default
 users will not have any debuginfo packages installed.

Comment 1 Warren Togami 2005-10-25 18:01:12 UTC
I'm hoping that we ship by default some way to point debuginfo at one
repository, and regular packages at another.  Often mirrors don't want to
download the debuginfo packages because they are incredibly large and not often
useful.  It would then be useful to have debuginfo available from the main
mirrors normally, but regular packages can be grabbed from your nearest custom
configured mirror.

Comment 2 Jesse Keating 2006-01-24 01:51:29 UTC
In the development tree the debug/ directory is within the main arch directory,
thus included in the createrepo run.  Same goes for the FC5 test releases.