Skip to content

Commit

Permalink
Checker: tweak productcompose comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mlschroe committed Aug 8, 2024
1 parent bba59ff commit c20f223
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion PBuild/Checker.pm
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ sub genmeta_image {
}

#
# Generate the dependency tracking data for a image/container
# Generate the dependency tracking data for a productcompose build
#
sub genmeta_product {
my ($ctx, $p, $edeps) = @_;
Expand Down Expand Up @@ -433,6 +433,9 @@ sub check_image {
return check_meta($ctx, $p, $new_meta);
}

#
# Check th status of a single productcompose build
#
sub check_product {
my ($ctx, $p) = @_;
my $notready = $ctx->{'notready'};
Expand Down

0 comments on commit c20f223

Please sign in to comment.