From 8eaa689491d285feeefa807db8e76fffb586d08f Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Fri, 4 Feb 2022 06:41:38 +0100 Subject: [PATCH] Bump cockpit lib and test to 262 Create test/reference-image as required by testlib 261. --- Makefile | 4 ++-- test/reference-image | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 test/reference-image diff --git a/Makefile b/Makefile index 9590ee8..9b6b686 100644 --- a/Makefile +++ b/Makefile @@ -151,14 +151,14 @@ bots: # when you start a new project, use the latest release, and update it from time to time test/common: flock Makefile sh -ec '\ - git fetch --depth=1 https://github.com/cockpit-project/cockpit.git 253; \ + git fetch --depth=1 https://github.com/cockpit-project/cockpit.git 262; \ git checkout --force FETCH_HEAD -- test/common; \ git reset test/common' # checkout Cockpit's PF/React/build library; again this has no API stability guarantee, so check out a stable tag $(LIB_TEST): flock Makefile sh -ec '\ - git fetch --depth=1 https://github.com/cockpit-project/cockpit.git e224a0296cd25a448d70810a4c114bac574b82dd; \ + git fetch --depth=1 https://github.com/cockpit-project/cockpit.git 262; \ git checkout --force FETCH_HEAD -- pkg/lib; \ git reset -- pkg/lib' mv pkg/lib src/ && rmdir -p pkg diff --git a/test/reference-image b/test/reference-image new file mode 100644 index 0000000..c06d46d --- /dev/null +++ b/test/reference-image @@ -0,0 +1 @@ +fedora-35