Skip to content

Commit

Permalink
Makefile: Update Cockpit lib to b24e039abbdc70663de344d5a4a8d3803d8383ff
Browse files Browse the repository at this point in the history
Adjust to moved `static-code`.

Closes #1050
  • Loading branch information
cockpituous authored and martinpitt committed Dec 5, 2024
1 parent e88486d commit 60b02d5
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,10 @@ all: $(DIST_TEST)
COCKPIT_REPO_FILES = \
pkg/lib \
test/common \
test/static-code \
$(NULL)

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_TREE = '$(strip $(COCKPIT_REPO_COMMIT))^{tree}'
Expand Down Expand Up @@ -181,8 +180,8 @@ prepare-check: $(NODE_MODULES_TEST) $(VM_IMAGE) test/common
check: prepare-check
test/common/run-tests ${RUN_TESTS_OPTIONS}

codecheck: test/static-code $(NODE_MODULES_TEST)
test/static-code
codecheck: test/common $(NODE_MODULES_TEST)
test/common/static-code

# checkout Cockpit's bots for standard test VM images and API to launch them
bots: $(COCKPIT_REPO_STAMP)
Expand Down

0 comments on commit 60b02d5

Please sign in to comment.