Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion libs/pikvm-lxc/pikvm.yaml.pkrtpl.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ actions:
#!/bin/sh
set -eux

# Don't need persistant storage service: https://docs.pikvm.org/pst/
# Don't need persistent storage service: https://docs.pikvm.org/pst/
systemctl mask kvmd-pst

# Don't need kvmd-fan service
Expand Down
2 changes: 1 addition & 1 deletion libs/rules_release/release/private/utils.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def label_to_string(label):
if label.workspace_name == "":
workspace_name = ""
else:
# TODO: Wonder if there is a better way to get the workspace name of a locally overriden external repository
# TODO: Wonder if there is a better way to get the workspace name of a locally overridden external repository
workspace_name = "@" + label.workspace_name.removesuffix("~override")

return workspace_name + "//" + label.package + ":" + label.name
Loading