Bump cockpit lib and test to 262
Create test/reference-image as required by testlib 261.
This commit is contained in:
parent
e0cb0f9a32
commit
8eaa689491
2 changed files with 3 additions and 2 deletions
4
Makefile
4
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
|
||||
|
|
|
|||
1
test/reference-image
Normal file
1
test/reference-image
Normal file
|
|
@ -0,0 +1 @@
|
|||
fedora-35
|
||||
Loading…
Add table
Add a link
Reference in a new issue