From 90a5cf4f883f0567f5311e6f13927f648b245b8d Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Fri, 5 Mar 2021 14:39:25 +0200 Subject: [PATCH] WIP - get experimental test/common --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index dfc75c7..f326554 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 239; \ + git fetch --depth=1 https://github.com/cockpit-project/cockpit.git pull/15479/head; \ git checkout --force FETCH_HEAD -- test/common; \ git reset test/common'