From 0016765d016148f218e0b61c8b014fb31a7ff879 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Fri, 23 Jul 2021 08:18:34 +0200 Subject: [PATCH] Bump cockpit test API to 249 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fc61ece..98ba84c 100644 --- a/Makefile +++ b/Makefile @@ -147,7 +147,7 @@ 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 242; \ + git fetch --depth=1 https://github.com/cockpit-project/cockpit.git 249; \ git checkout --force FETCH_HEAD -- test/common; \ git reset test/common'