Skip to content

Commit

Permalink
Makefile: Update Cockpit lib to 2ba803af0119b100dfa625e143cba8d5
Browse files Browse the repository at this point in the history
Closes #1869
  • Loading branch information
cockpituous authored and mvollmer committed Oct 8, 2024
1 parent 4ab79c4 commit 8a75d32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ COCKPIT_REPO_FILES = \
$(NULL)

COCKPIT_REPO_URL = https://github.com/cockpit-project/cockpit.git
COCKPIT_REPO_COMMIT = d2e1f5d8f2345aa378803a8a939cb98f5a45b712 # 325 + 37 commits
COCKPIT_REPO_COMMIT = 2ba803af0119b100dfa625e143cba8d5b57a949c # 325 + 60 commits

$(COCKPIT_REPO_FILES): $(COCKPIT_REPO_STAMP)
COCKPIT_REPO_TREE = '$(strip $(COCKPIT_REPO_COMMIT))^{tree}'
Expand Down

1 comment on commit 8a75d32

@packit-as-a-service
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Based on your Packit configuration the settings of the @cockpit/cockpit-preview Copr project would need to be updated as follows:

field old value new value
bootstrap off default

Packit was unable to update the settings above as it is missing admin permissions on the @cockpit/cockpit-preview Copr project.

To fix this you can do one of the following:

  • Grant Packit admin permissions on the @cockpit/cockpit-preview Copr project on the permissions page.
  • Change the above Copr project settings manually on the settings page to match the Packit configuration.
  • Update the Packit configuration to match the Copr project settings.

Please retrigger the build, once the issue above is fixed.

Please sign in to comment.