From 3703120a2338314820e5824e7e4cd676937028e8 Mon Sep 17 00:00:00 2001 From: Sanne Raymaekers Date: Wed, 28 Oct 2020 10:15:32 +0100 Subject: [PATCH] Makefile: Bump test/common to 230 Closes #385 --- 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'