Skip to content

Commit

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

Closes #1926
  • Loading branch information
cockpituous authored and martinpitt committed Dec 5, 2024
1 parent 0ad07a0 commit 0208c65
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 @@ -46,12 +46,11 @@ all: $(DIST_TEST)
COCKPIT_REPO_FILES = \
pkg/lib \
test/common \
test/static-code \
tools/node-modules \
$(NULL)

COCKPIT_REPO_URL = https://github.com/cockpit-project/cockpit.git
COCKPIT_REPO_COMMIT = cb7eab38b2ab09c56fedcddbfecb2b417f416a25 # 330 + 4 commits
COCKPIT_REPO_COMMIT = da6175624075fbc0bf20100011f1e0908de60808 # 330 + 8 commits

$(COCKPIT_REPO_FILES): $(COCKPIT_REPO_STAMP)
COCKPIT_REPO_TREE = '$(strip $(COCKPIT_REPO_COMMIT))^{tree}'
Expand Down Expand Up @@ -186,8 +185,8 @@ print-vm:
# run static code checks for python code
PYEXEFILES=$(shell git grep -lI '^#!.*python')

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

# convenience target to setup all the bits needed for the integration tests
# without actually running them
Expand Down

0 comments on commit 0208c65

Please sign in to comment.