File tree Expand file tree Collapse file tree
configerator/structs/scm/mononoke/fbsource_commit_tailer Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,5 +10,7 @@ thrift_library(
1010 py_base_module = "configerator.mononoke" ,
1111 thrift_py_options = "json" ,
1212 thrift_srcs = {"relevant_paths.thrift" : None },
13- deps = [],
13+ deps = [
14+ "//thrift/annotation:thrift" ,
15+ ],
1416)
Original file line number Diff line number Diff line change 1- // @generated SignedSource<<f1d4e60498f22ee8cf1b7bd107aefb3d >>
1+ // @generated SignedSource<<0203e74e23818f358f7591608343d5ee >>
22// DO NOT EDIT THIS FILE MANUALLY!
33// This file is a mechanical copy of the version in the configerator repo. To
44// modify it, edit the copy in the configerator repo instead and copy it over by
55// running the following in your fbcode directory:
66//
77// configerator-thrift-updater scm/mononoke/fbsource_commit_tailer/relevant_paths.thrift
8+ //
9+ // Source: https://www.internalfb.com/code/configerator/[master]/source/scm/mononoke/fbsource_commit_tailer/relevant_paths.thrift
810// Thrift definitions for fbsource_commit_tailer relevant paths configuration
911
12+ include " thrift/annotation/thrift.thrift"
13+
14+ @thrift.AllowLegacyMissingUris
15+ package;
16+
1017namespace py3 configerator.structs.scm.mononoke.fbsource_commit_tailer
1118namespace hack ConfigeratorScmMononokeFbsourceCommitTailer
1219
You can’t perform that action at this time.
0 commit comments