From b000d6b3745575d06e0bb44c23fced4842fea05f Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Thu, 25 Feb 2021 07:58:34 +0100 Subject: [PATCH] Bump cockpit component library to 238 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5e8353c..cf5324d 100644 --- a/Makefile +++ b/Makefile @@ -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