From 67978e8b0eff23b88e76bbc9dd7dfd9f8f708113 Mon Sep 17 00:00:00 2001 From: Joanna Rutkowska Date: Sat, 2 Apr 2011 16:00:18 +0200 Subject: [PATCH] Actually, keep fedora13-repo under build/yum --- build/{ => yum}/fedora13-repo/.gitignore | 0 build/yum/update_repo.sh | 2 +- conf/qubes1-x86_64-respin.conf | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename build/{ => yum}/fedora13-repo/.gitignore (100%) diff --git a/build/fedora13-repo/.gitignore b/build/yum/fedora13-repo/.gitignore similarity index 100% rename from build/fedora13-repo/.gitignore rename to build/yum/fedora13-repo/.gitignore diff --git a/build/yum/update_repo.sh b/build/yum/update_repo.sh index 109d81e..febdb10 100755 --- a/build/yum/update_repo.sh +++ b/build/yum/update_repo.sh @@ -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 diff --git a/conf/qubes1-x86_64-respin.conf b/conf/qubes1-x86_64-respin.conf index aac9900..babf38e 100644 --- a/conf/qubes1-x86_64-respin.conf +++ b/conf/qubes1-x86_64-respin.conf @@ -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