diff --git a/Makefile b/Makefile index 1a7c91b..2bb5dfb 100644 --- a/Makefile +++ b/Makefile @@ -147,14 +147,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 239; \ + git fetch --depth=1 https://github.com/cockpit-project/cockpit.git 242; \ 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 238; \ + git fetch --depth=1 https://github.com/cockpit-project/cockpit.git 242; \ git checkout --force FETCH_HEAD -- pkg/lib; \ git reset -- pkg/lib' mv pkg/lib src/ && rmdir -p pkg