From 0de8efc868f79a51c3b2d5c66a9a1ad5a7c7d5a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Sun, 17 Mar 2019 16:05:23 +0100 Subject: [PATCH] travis: add another test for package verification Check if lorax verify packages too. --- .travis.yml | 1 + conf/travis-iso-unsigned.ks | 1 + conf/travis-iso-unsigned2.ks | 4 ++++ 3 files changed, 6 insertions(+) create mode 100644 conf/travis-iso-unsigned2.ks diff --git a/.travis.yml b/.travis.yml index 4bd23f4..096327f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/conf/travis-iso-unsigned.ks b/conf/travis-iso-unsigned.ks index 1b73797..00242d1 100644 --- a/conf/travis-iso-unsigned.ks +++ b/conf/travis-iso-unsigned.ks @@ -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 diff --git a/conf/travis-iso-unsigned2.ks b/conf/travis-iso-unsigned2.ks new file mode 100644 index 0000000..8e88e8f --- /dev/null +++ b/conf/travis-iso-unsigned2.ks @@ -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