Add config with templates repositories included

This allows performing full ISO build without building any component
locally.
This commit is contained in:
Marek Marczykowski-Górecki 2018-02-24 14:34:29 +01:00
parent 3a93e8a2bb
commit e63d2d179f
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-r4.0-testing --gpgkey=file:///tmp/qubes-installer/qubes-release/RPM-GPG-KEY-qubes-4.0-primary --baseurl=http://yum.qubes-os.org/r4.0/current-testing/dom0/fc25
repo --name=qubes-r4.0-templates-itl --gpgkey=file:///tmp/qubes-installer/qubes-release/RPM-GPG-KEY-qubes-4.0-primary --baseurl=http://yum.qubes-os.org/r4.0/templates-itl
repo --name=qubes-r4.0-templates-community --gpgkey=file:///tmp/qubes-installer/qubes-release/RPM-GPG-KEY-qubes-4.0-templates-community --baseurl=http://yum.qubes-os.org/r4.0/templates-community