| commit | 2f9f624dee572823d0ead529c1507bb3605d9ae5 | [log] [tgz] |
|---|---|---|
| author | Tim Windelschmidt <tim@monogon.tech> | Sat Jan 11 08:25:54 2025 +0100 |
| committer | Tim Windelschmidt <tim@monogon.tech> | Thu Jan 23 19:05:38 2025 +0000 |
| tree | 29977f8a39336929d45189a119bc7e4bf82c4bf5 | |
| parent | 3b62407486d2c1fe7cd24a5f38e86fb19d1e2fa3 [diff] [blame] |
treewide: Fix PACKAGE_DIRECTORY_MATCH rule exception Change-Id: I8c4061f8d147a4708167b0674abfa23784a7f40d Reviewed-on: https://review.monogon.dev/c/monogon/+/3801 Tested-by: Jenkins CI Reviewed-by: Leopold Schabel <leo@monogon.tech>
diff --git a/metropolis/proto/common/common.proto b/metropolis/proto/common/common.proto index d922a56..4580ef2 100644 --- a/metropolis/proto/common/common.proto +++ b/metropolis/proto/common/common.proto
@@ -255,7 +255,7 @@ // If leveled logs are returned, all entries at severity lower than `minimum` // will be discarded. message LeveledWithMinimumSeverity { - osbase.pkg.logtree.proto.LeveledLogSeverity minimum = 1; + osbase.logtree.proto.LeveledLogSeverity minimum = 1; } oneof filter { WithChildren with_children = 1;