Bump cockpit lib and test framework to 253
No changes necessary.
This commit is contained in:
parent
64b83498aa
commit
cd0b88682d
1 changed files with 2 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
|
# 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 249; \
|
git fetch --depth=1 https://github.com/cockpit-project/cockpit.git 253; \
|
||||||
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 249; \
|
git fetch --depth=1 https://github.com/cockpit-project/cockpit.git 253; \
|
||||||
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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue