Skip to content

Commit 0ff5e2d

Browse files
passymeta-codesync[bot]
authored andcommitted
[plog_sync] Make signedsource crate public
Summary: ## Context This tool will run locally before submitting diffs adding new PLog configs or making changes to existing ones to ensure basic rules are passed (oncall is valid) and we are consistent with the server view (expired configs can't be locally re-enabled). ## This diff There's a really nice, self-contained library that's about 60 SLOCs that I'd hate to reimplement: https://www.internalfb.com/code/fbsource/fbcode/antlir/signedsource/src/lib.rs Opportunistically making it `PUBLIC`. Test Plan: _eyes Differential Revision: D85798035 fbshipit-source-id: b9237c3f16f0dcb36c0117478963c441a06e25ae
1 parent de5b0f6 commit 0ff5e2d

File tree

1 file changed

+1
-0
lines changed
  • antlir/signedsource

1 file changed

+1
-0
lines changed

antlir/signedsource/BUCK

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ oncall("antlir")
55
rust_library(
66
name = "signedsource",
77
srcs = glob(["src/**/*.rs"]),
8+
visibility = ["PUBLIC"],
89
deps = [
910
"md-5",
1011
"thiserror",

0 commit comments

Comments
 (0)