From cb08466734e196d10e42dd8c9e4c3b18b7e36d31 Mon Sep 17 00:00:00 2001 From: Gianluca Zuccarelli Date: Tue, 17 Jun 2025 15:25:53 +0100 Subject: [PATCH] Makefile: update cockpit ref To enable dark mode in cockpit we need to update the ref since both cockpit and the image-builder frontend have been updated to PF6. The old ref was still from before cockpit was migrated to PF6 and so the incorrect classes were being added. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9bb257af..77a0cdef 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ VERSION := $(shell (cd "$(SRCDIR)" && grep "^Version:" cockpit/$(PACKAGE_NAME).s COMMIT = $(shell (cd "$(SRCDIR)" && git rev-parse HEAD)) # TODO: figure out a strategy for keeping this updated -COCKPIT_REPO_COMMIT = b0e82161b4afcb9f0a6fddd8ff94380e983b2238 +COCKPIT_REPO_COMMIT = a70142a7a6f9c4e78e71f3c4ec738b6db2fbb04f COCKPIT_REPO_URL = https://github.com/cockpit-project/cockpit.git COCKPIT_REPO_TREE = '$(strip $(COCKPIT_REPO_COMMIT))^{tree}'