Makefile: Update bots target for moved GitHub project
Cockpit bots are in their own project now. Cherry-picked from master commits4643afa58
and29c308ae73
.
This commit is contained in:
parent
22acf067cd
commit
ecd2d8c463
8
Makefile
8
Makefile
@ -139,12 +139,10 @@ vm: $(VM_IMAGE)
|
|||||||
vm-reset:
|
vm-reset:
|
||||||
rm -f $(VM_IMAGE) $(VM_IMAGE).qcow2
|
rm -f $(VM_IMAGE) $(VM_IMAGE).qcow2
|
||||||
|
|
||||||
# checkout Cockpit's bots/ directory for standard test VM images and API to launch them
|
# checkout Cockpit's bots 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
|
# must be from master, as only that has current and existing images; but testvm.py API is stable
|
||||||
bots:
|
bots:
|
||||||
git fetch --depth=1 https://github.com/cockpit-project/cockpit.git
|
git clone --depth=1 https://github.com/cockpit-project/bots.git
|
||||||
git checkout --force FETCH_HEAD -- bots/
|
|
||||||
git reset bots
|
|
||||||
|
|
||||||
.PHONY: all install check test clean tag docs archive local
|
.PHONY: all install check test clean tag docs archive local
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user