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