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.
This commit is contained in:
parent
139dd367fe
commit
cb08466734
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -7,7 +7,7 @@ VERSION := $(shell (cd "$(SRCDIR)" && grep "^Version:" cockpit/$(PACKAGE_NAME).s
|
||||||
COMMIT = $(shell (cd "$(SRCDIR)" && git rev-parse HEAD))
|
COMMIT = $(shell (cd "$(SRCDIR)" && git rev-parse HEAD))
|
||||||
|
|
||||||
# TODO: figure out a strategy for keeping this updated
|
# 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_URL = https://github.com/cockpit-project/cockpit.git
|
||||||
COCKPIT_REPO_TREE = '$(strip $(COCKPIT_REPO_COMMIT))^{tree}'
|
COCKPIT_REPO_TREE = '$(strip $(COCKPIT_REPO_COMMIT))^{tree}'
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue