blob: 3780185c7c450f66f1fbf6f259150e78251c4681 [file] [log] [blame]
Daniel P. Berrangé4ebb0402022-01-05 13:49:42 +00001
2LCITOOL_REFRESH = $(SRC_PATH)/tests/lcitool/refresh
3
4lcitool:
5 @echo 'Manage build environment manifests'
6 @echo
7 @echo 'Available targets:'
8 @echo
9 @echo ' lcitool: Print this help.'
10 @echo ' lcitool-refresh: Re-generate all build environment manifests.'
11 @echo
12
13lcitool-help: lcitool
14
15lcitool-refresh:
Thomas Huthab4f9872022-02-04 20:43:23 +000016 $(call quiet-command, cd $(SRC_PATH) && git submodule update --init tests/lcitool/libvirt-ci)
Thomas Huth04cca662022-03-29 08:39:58 +020017 $(call quiet-command, $(PYTHON) $(LCITOOL_REFRESH))