travis: add another test for package verification
Check if lorax verify packages too.
This commit is contained in:
parent
b8e0dfdc7d
commit
0de8efc868
@ -11,6 +11,7 @@ after_script:
|
||||
env:
|
||||
- DIST_DOM0=fc29 INSTALLER_KICKSTART=/tmp/qubes-installer/conf/travis-iso-full.ks USE_QUBES_REPO_VERSION=4.1 USE_QUBES_REPO_TESTING=1 RPM_BUILD_DEFINES=--nocheck
|
||||
- DIST_DOM0=fc29 INSTALLER_KICKSTART=/tmp/qubes-installer/conf/travis-iso-unsigned.ks USE_QUBES_REPO_VERSION=4.1 USE_QUBES_REPO_TESTING=1 EXPECT_FAILURE=./expected-failure
|
||||
- DIST_DOM0=fc29 INSTALLER_KICKSTART=/tmp/qubes-installer/conf/travis-iso-unsigned2.ks USE_QUBES_REPO_VERSION=4.1 USE_QUBES_REPO_TESTING=1 EXPECT_FAILURE=./expected-failure
|
||||
- DIST_DOM0=fc29 INSTALLER_KICKSTART=/tmp/qubes-installer/conf/travis-iso-unknown-key.ks USE_QUBES_REPO_VERSION=4.1 USE_QUBES_REPO_TESTING=1 EXPECT_FAILURE=./expected-failure
|
||||
|
||||
# don't build tags which are meant for code signing only
|
||||
|
@ -1,3 +1,4 @@
|
||||
%include travis-iso.ks
|
||||
|
||||
# unsigned package to be downladed by pungi
|
||||
repo --name=unsigned --gpgkey=file:///tmp/qubes-installer/qubes-release/RPM-GPG-KEY-qubes-3.1-primary --baseurl=http://ftp.qubes-os.org/~marmarek/repo-verify-unsigned --ignoregroups=true
|
||||
|
4
conf/travis-iso-unsigned2.ks
Normal file
4
conf/travis-iso-unsigned2.ks
Normal file
@ -0,0 +1,4 @@
|
||||
%include travis-iso.ks
|
||||
|
||||
# unsigned package to be downladed by lorax
|
||||
repo --name=unsigned --gpgkey=file:///tmp/qubes-installer/qubes-release/RPM-GPG-KEY-qubes-3.1-primary --baseurl=http://ftp.qubes-os.org/~marmarek/repo-verify-unsigned --ignoregroups=true
|
Loading…
Reference in New Issue
Block a user