From ad62acfaf08c36b0295261b1da86bf0b843017f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Sun, 22 Dec 2019 10:15:38 +0100 Subject: [PATCH] conf: switch build configs to use dom0 fc31 repositories QubesOS/qubes-issues#5529 --- conf/iso-full-online.ks | 2 +- conf/travis-iso-full.ks | 2 +- conf/travis-iso.ks | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/iso-full-online.ks b/conf/iso-full-online.ks index 700e266..1e5b380 100644 --- a/conf/iso-full-online.ks +++ b/conf/iso-full-online.ks @@ -1,7 +1,7 @@ # Full ISO build using packages from online repositories instead of local build %include qubes-kickstart.cfg -repo --name=qubes-r4.1 --gpgkey=file:///tmp/qubes-installer/qubes-release/RPM-GPG-KEY-qubes-4.1-primary --baseurl=http://yum.qubes-os.org/r4.1/current-testing/dom0/fc29 --ignoregroups=true +repo --name=qubes-r4.1 --gpgkey=file:///tmp/qubes-installer/qubes-release/RPM-GPG-KEY-qubes-4.1-primary --baseurl=http://yum.qubes-os.org/r4.1/current-testing/dom0/fc31 --ignoregroups=true repo --name=qubes-r4.1-templates-itl --gpgkey=file:///tmp/qubes-installer/qubes-release/RPM-GPG-KEY-qubes-4.1-primary --metalink=http://yum.qubes-os.org/r4.1/templates-itl/repodata/repomd.xml.metalink --ignoregroups=true repo --name=qubes-r4.1-templates-community --gpgkey=file:///tmp/qubes-installer/qubes-release/RPM-GPG-KEY-qubes-4.1-templates-community --metalink=http://yum.qubes-os.org/r4.1/templates-community/repodata/repomd.xml.metalink --ignoregroups=true diff --git a/conf/travis-iso-full.ks b/conf/travis-iso-full.ks index 735f574..204305d 100644 --- a/conf/travis-iso-full.ks +++ b/conf/travis-iso-full.ks @@ -1,6 +1,6 @@ %include iso-full-online.ks -repo --name=qubes-r4.1-testing --gpgkey=file:///tmp/qubes-installer/qubes-release/RPM-GPG-KEY-qubes-4.1-primary --baseurl=http://yum.qubes-os.org/r4.1/current-testing/dom0/fc29 --ignoregroups=true +repo --name=qubes-r4.1-testing --gpgkey=file:///tmp/qubes-installer/qubes-release/RPM-GPG-KEY-qubes-4.1-primary --baseurl=http://yum.qubes-os.org/r4.1/current-testing/dom0/fc31 --ignoregroups=true repo --name=qubes-r4.1-templates-itl-testing --gpgkey=file:///tmp/qubes-installer/qubes-release/RPM-GPG-KEY-qubes-4.1-primary --metalink=http://yum.qubes-os.org/r4.1/templates-itl-testing/repodata/repomd.xml.metalink --ignoregroups=true repo --name=qubes-r4.1-templates-community-testing --gpgkey=file:///tmp/qubes-installer/qubes-release/RPM-GPG-KEY-qubes-4.1-templates-community --metalink=http://yum.qubes-os.org/r4.1/templates-community-testing/repodata/repomd.xml.metalink --ignoregroups=true diff --git a/conf/travis-iso.ks b/conf/travis-iso.ks index 1cc27de..1a04c7a 100644 --- a/conf/travis-iso.ks +++ b/conf/travis-iso.ks @@ -1,3 +1,3 @@ %include qubes-kickstart.cfg -repo --name=qubes-r4.1-testing --gpgkey=file:///tmp/qubes-installer/qubes-release/RPM-GPG-KEY-qubes-4.1-primary --baseurl=http://yum.qubes-os.org/r4.1/current-testing/dom0/fc29 --ignoregroups=true +repo --name=qubes-r4.1-testing --gpgkey=file:///tmp/qubes-installer/qubes-release/RPM-GPG-KEY-qubes-4.1-primary --baseurl=http://yum.qubes-os.org/r4.1/current-testing/dom0/fc31 --ignoregroups=true