Bump cockpit component library to 238

This commit is contained in:
Martin Pitt 2021-02-25 07:58:34 +01:00 committed by Martin Pitt
parent 4171293c48
commit b000d6b374

View file

@ -150,7 +150,7 @@ 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 236; \
git fetch --depth=1 https://github.com/cockpit-project/cockpit.git 238; \
git checkout --force FETCH_HEAD -- pkg/lib; \
git reset -- pkg/lib'
mv pkg/lib src/ && rmdir -p pkg