Bug 286731 - use url/method param for repository in addition to repo lines
Summary: use url/method param for repository in addition to repo lines
Keywords:
Status: CLOSED NEXTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: pungi
Version: rawhide
Hardware: All
OS: Linux
medium
low
Target Milestone: ---
Assignee: David Cantrell
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2007-09-11 19:24 UTC by David Cantrell
Modified: 2013-01-10 01:41 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2007-09-12 20:44:39 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description David Cantrell 2007-09-11 19:24:37 UTC
When using a kickstart file to describe a pungi tree build, the repo lines
define the repositories that pungi should pull from.  The url or method
parameter should also be used since that's the base installation repository for
a regular kickstart install.

For example, I have these settings in my kickstart file:

url --url http://download.fedora.redhat.com/pub/fedora/linux/development/i386/os/
repo --name=skunkware
--baseurl=http://kevlar.boston.burdell.org/skunkware/fedora-devel-core/i386/
repo --name=skunkware-noarch
--baseurl=http://kevlar.boston.burdell.org/skunkware/fedora-devel-core/noarch/
repo --name=adobe --baseurl=http://linuxdownload.adobe.com/linux/i386/

But pungi needs a repo line for the repo specified in the url parameter.

Comment 1 Jesse Keating 2007-09-11 19:53:38 UTC
Not an unreasonable request.  I'll toy with adding support for this soon.

Comment 2 Jesse Keating 2007-09-12 20:44:39 UTC
Code has been committed to add this functionality.  It will only support url
method, not file or nfs or harddrive.  Note that you will not be able to use
--exclude or --include or --priority stuff.


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