From 5148a7ae84266765b065b3e978b3a9fdc624bccc Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Mon, 19 Apr 2021 13:06:08 +0300 Subject: [PATCH] XXX - get experimental test/common Once #15479 is merged and released, we can go back to a tag, of course. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2bb5dfb..a9b4619 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 pull/15479/head; \ git checkout --force FETCH_HEAD -- test/common; \ git reset test/common'