From 5f685f927f870d653b14eacef0b7326ba47eddab Mon Sep 17 00:00:00 2001 From: Sanne Raymaekers Date: Fri, 23 Oct 2020 15:56:11 +0200 Subject: [PATCH] Makefile: Bump test/common to 230 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 813e9d6..a19c08e 100644 --- a/Makefile +++ b/Makefile @@ -154,7 +154,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 228; \ + git fetch --depth=1 https://github.com/cockpit-project/cockpit.git 230; \ git checkout --force FETCH_HEAD -- test/common; \ git reset test/common'