From ecd2d8c463e7f6c9c625f4112f6688fe01eda432 Mon Sep 17 00:00:00 2001 From: Sanne Raymaekers Date: Mon, 23 Sep 2019 17:12:47 +0200 Subject: [PATCH] Makefile: Update bots target for moved GitHub project Cockpit bots are in their own project now. Cherry-picked from master commits 4643afa58 and 29c308ae73. --- Makefile | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 08f1e0dd..71443114 100644 --- a/Makefile +++ b/Makefile @@ -139,12 +139,10 @@ vm: $(VM_IMAGE) vm-reset: rm -f $(VM_IMAGE) $(VM_IMAGE).qcow2 -# checkout Cockpit's bots/ directory for standard test VM images and API to launch them -# must be from cockpit's master, as only that has current and existing images; but testvm.py API is stable +# checkout Cockpit's bots for standard test VM images and API to launch them +# must be from master, as only that has current and existing images; but testvm.py API is stable bots: - git fetch --depth=1 https://github.com/cockpit-project/cockpit.git - git checkout --force FETCH_HEAD -- bots/ - git reset bots + git clone --depth=1 https://github.com/cockpit-project/bots.git .PHONY: all install check test clean tag docs archive local