Bump cockpit lib and test to 262

Create test/reference-image as required by testlib 261.
This commit is contained in:
Martin Pitt 2022-02-04 06:41:38 +01:00 committed by Martin Pitt
parent e0cb0f9a32
commit 8eaa689491
2 changed files with 3 additions and 2 deletions

View file

@ -151,14 +151,14 @@ bots:
# when you start a new project, use the latest release, and update it from time to time # when you start a new project, use the latest release, and update it from time to time
test/common: test/common:
flock Makefile sh -ec '\ 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 checkout --force FETCH_HEAD -- test/common; \
git reset 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 # checkout Cockpit's PF/React/build library; again this has no API stability guarantee, so check out a stable tag
$(LIB_TEST): $(LIB_TEST):
flock Makefile sh -ec '\ 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 checkout --force FETCH_HEAD -- pkg/lib; \
git reset -- pkg/lib' git reset -- pkg/lib'
mv pkg/lib src/ && rmdir -p pkg mv pkg/lib src/ && rmdir -p pkg

1
test/reference-image Normal file
View file

@ -0,0 +1 @@
fedora-35