Add config with templates repositories included

This allows performing full ISO build without building any component
locally.

(cherry picked from commit e63d2d179f)
This commit is contained in:
Marek Marczykowski-Górecki 2018-02-24 14:34:29 +01:00
parent dfcecc611a
commit db9e2ae9ec
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

6
conf/travis-iso-full.ks Normal file
View File

@ -0,0 +1,6 @@
%include qubes-kickstart.cfg
repo --name=qubes-r3.2-testing --gpgkey=file:///tmp/qubes-installer/qubes-release/RPM-GPG-KEY-qubes-3.2-primary --baseurl=http://yum.qubes-os.org/r3.2/current-testing/dom0/fc25
repo --name=qubes-r3.2-templates-itl --gpgkey=file:///tmp/qubes-installer/qubes-release/RPM-GPG-KEY-qubes-3.2-primary --baseurl=http://yum.qubes-os.org/r3.2/templates-itl
repo --name=qubes-r3.2-templates-community --gpgkey=file:///tmp/qubes-installer/qubes-release/RPM-GPG-KEY-qubes-3.2-templates-community --baseurl=http://yum.qubes-os.org/r3.2/templates-community