Skip to content

Commit

Permalink
cli: add comments and genpolicy to patch name
Browse files Browse the repository at this point in the history
  • Loading branch information
jmxnzo committed Dec 2, 2024
1 parent 14c44a9 commit 24984c5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion packages/by-name/kata/kata-runtime/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,9 @@ buildGoModule rec {
./0014-kata-sys-util-remove-obsolete-cgroups-dependency.patch
./0015-kata-sys-util-move-json-parsing-to-protocols-crate.patch
./0016-protocols-only-build-RLimit-impls-on-Linux.patch
./0017-Include-reference-in-logs-when-auth-failure.patch

# Simple genpolicy logging patch to include the repository reference in case of authentication failure
./0017-genpolicy-include-reference-in-logs-when-auth-failure.patch
];
};

Expand Down
4 changes: 2 additions & 2 deletions packages/by-name/microsoft/genpolicy/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ rustPlatform.buildRustPackage rec {
# to Microsofts genpolicy.
# TODO(miampf): remove when picked up by microsoft/kata-containers fork.
./0007-genpolicy-support-for-VOLUME-definition-in-container.patch

./0008-Include-reference-in-logs-when-auth-failure.patch
# Simple genpolicy logging patch to include the repository reference in case of authentication failure
./0008-genpolicy-include-reference-in-logs-when-auth-failure.patch
];
};

Expand Down

0 comments on commit 24984c5

Please sign in to comment.