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 #744
  • Loading branch information
cockpituous authored and martinpitt committed Dec 5, 2024
1 parent 77f1e4d commit e04cb1b
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 @@ -33,11 +33,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 = 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 @@ -164,8 +163,8 @@ print-vm:
check-unit: $(NODE_MODULES_TEST)
npm run test

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 e04cb1b

Please sign in to comment.