Makefile: Update Cockpit lib to b24e039abbdc70663de344d5a4a8d3803d8383ff

Adjust to moved `static-code`.

Closes #1050
This commit is contained in:
Cockpit Project 2024-12-05 13:27:37 +00:00 committed by Martin Pitt
parent e88486d0d2
commit 60b02d537d

View file

@ -29,11 +29,10 @@ all: $(DIST_TEST)
COCKPIT_REPO_FILES = \ COCKPIT_REPO_FILES = \
pkg/lib \ pkg/lib \
test/common \ test/common \
test/static-code \
$(NULL) $(NULL)
COCKPIT_REPO_URL = https://github.com/cockpit-project/cockpit.git COCKPIT_REPO_URL = https://github.com/cockpit-project/cockpit.git
COCKPIT_REPO_COMMIT = 7090fab7372ef7e87e508d207e6468ba76983f9f # 329 + 58 commits COCKPIT_REPO_COMMIT = b24e039abbdc70663de344d5a4a8d3803d8383ff # 330 + 7 commits
$(COCKPIT_REPO_FILES): $(COCKPIT_REPO_STAMP) $(COCKPIT_REPO_FILES): $(COCKPIT_REPO_STAMP)
COCKPIT_REPO_TREE = '$(strip $(COCKPIT_REPO_COMMIT))^{tree}' COCKPIT_REPO_TREE = '$(strip $(COCKPIT_REPO_COMMIT))^{tree}'
@ -181,8 +180,8 @@ prepare-check: $(NODE_MODULES_TEST) $(VM_IMAGE) test/common
check: prepare-check check: prepare-check
test/common/run-tests ${RUN_TESTS_OPTIONS} test/common/run-tests ${RUN_TESTS_OPTIONS}
codecheck: test/static-code $(NODE_MODULES_TEST) codecheck: test/common $(NODE_MODULES_TEST)
test/static-code test/common/static-code
# checkout Cockpit's bots for standard test VM images and API to launch them # checkout Cockpit's bots for standard test VM images and API to launch them
bots: $(COCKPIT_REPO_STAMP) bots: $(COCKPIT_REPO_STAMP)