From cd0b88682d17115cfeb65921d92a54a497d19536 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Thu, 16 Sep 2021 09:05:13 +0200 Subject: [PATCH] Bump cockpit lib and test framework to 253 No changes necessary. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 818cdd9..b869d58 100644 --- a/Makefile +++ b/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 249; \ + git fetch --depth=1 https://github.com/cockpit-project/cockpit.git 253; \ 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 249; \ + git fetch --depth=1 https://github.com/cockpit-project/cockpit.git 253; \ git checkout --force FETCH_HEAD -- pkg/lib; \ git reset -- pkg/lib' mv pkg/lib src/ && rmdir -p pkg