Get rid of the local fedora repo

This repo must be creted manually, which is not good for the
"one click" make qubes target.

The rpms for this repo are downloaded by revisor anyway from the
fedora repo and are cached in build/work/revisor-yumchace anyway,
so subsequent make iso attempts do not need to download them again.
release2
Joanna Rutkowska 13 years ago
parent d38be94a0a
commit 416aea1d23

@ -16,19 +16,6 @@ metadata_expire=1800
installroot=/tmp/qubes-installer/build/work/revisor
failovermethod=priority
[fedora-local]
# To speed up the iso building process, copy the Packages/ and repodata/
# directories from the F13 installation DVD into yum/fedora13-repo/, and then
# enable this repository by setting enabled=1
name=Fedora 13 - x86_64 (local)
baseurl=file:///tmp/qubes-installer/yum/fedora13-repo/
enabled=0
gpgcheck=1
gpgkey=file:///tmp/qubes-installer/keys/fedora-13.asc
cost=1
[fedora]
name=Fedora 13 - x86_64
baseurl=http://download.fedoraproject.org/pub/fedora/linux/releases/13/Everything/x86_64/os/

@ -1,2 +0,0 @@
Packages/
repodata/

@ -1,4 +1,4 @@
fedora13-repo <-- a copy of the fedora repo from F13 installation DVD
dom0-update <-- select updated packages retrieved from F13 'update' repo
dom0-update <-- select update packages from Dom0, such as new Xorg drivers
(see dom0-updates repo)
qubes-dom0 <-- all qubes-related packages
installer <-- packages needed for anaconda

Loading…
Cancel
Save