Bug 132237

Summary: createrepo -g - what's it supposed to do?
Product: [Fedora] Fedora Reporter: Bill Nottingham <notting>
Component: createrepoAssignee: Paul Nasrat <nobody+pnasrat>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: rvokal
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: 2004-09-13 08:06:57 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:
Attachments:
Description Flags
quick patch to fix a) none

Description Bill Nottingham 2004-09-10 04:31:36 UTC
Basically, which part of this is a bug, and which part is expected
behavior?

From the top level of a built tree, run:

createrepo -q -g Fedora/base/comps.xml -p .

This:

a) puts 'repodata/Fedora/base/comps.xml' in repomd.xml
b) copies Fedora/base/comps.xml to repodata/comps.xml

These two behaviors seem to be at odds - which is right?

Comment 1 Seth Vidal 2004-09-10 04:37:25 UTC
a is a bug
b is correct.

what it should be doing is copying the file to repodata
and putting the path in the repodata dir in the repomd.xml file.


Comment 2 Bill Nottingham 2004-09-10 18:33:07 UTC
Created attachment 103699 [details]
quick patch to fix a)

This should fix the issue.

Comment 3 Seth Vidal 2004-09-11 19:42:40 UTC
fixed in cvs.

will be in 0.3.8.

thanks


Comment 4 Paul Nasrat 2004-09-13 08:06:57 UTC
0.3.8 released and built