Actually, keep fedora13-repo under build/yum
This commit is contained in:
parent
a4039c26b8
commit
67978e8b0e
@ -25,7 +25,7 @@ update_repo()
|
||||
}
|
||||
|
||||
|
||||
for repo in * ; do
|
||||
for repo in dom0-updates installer qubes-dom0 ; do
|
||||
echo "--> Processing repo: $repo..."
|
||||
check_repo $repo/rpm -o $repo/repodata
|
||||
update_repo $repo -o $repo/repodata
|
||||
|
@ -18,7 +18,7 @@ failovermethod=priority
|
||||
|
||||
[fedora-local]
|
||||
name=Fedora 13 - x86_64 (local)
|
||||
baseurl=file:///tmp/qubes-installer-workdir/fedora13-repo/
|
||||
baseurl=file:///tmp/qubes-installer-workdir/yum/fedora13-repo/
|
||||
enabled=1
|
||||
gpgcheck=1
|
||||
gpgkey=file:///tmp/qubes-installer-workdir/installer/keys/fedora-13.asc
|
||||
|
Loading…
Reference in New Issue
Block a user