Skip to content

Commit c827eb2

Browse files
generatedunixname5746239585444715meta-codesync[bot]
authored andcommitted
Sync fbcode/configerator/structs/scm/ [A] [A] [A]
Reviewed By: mzr Differential Revision: D106474352 fbshipit-source-id: 7985088c0d1745d3c764ae1a43ca3b62824cfd3e
1 parent 53511db commit c827eb2

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

configerator/structs/scm/mononoke/fbsource_commit_tailer/BUCK

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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
)

configerator/structs/scm/mononoke/fbsource_commit_tailer/relevant_paths.thrift

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,19 @@
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+
1017
namespace py3 configerator.structs.scm.mononoke.fbsource_commit_tailer
1118
namespace hack ConfigeratorScmMononokeFbsourceCommitTailer
1219

0 commit comments

Comments
 (0)