mononoke: sync repos.thrift from Configerator

Summary:
See D20941946 for why this is being added. This just brings in the updated
Thrift definition.

Reviewed By: farnz

Differential Revision: D20942176

fbshipit-source-id: c060f80666cb79f1498023276b7a09ec12bf52b4
This commit is contained in:
Thomas Orozco 2020-04-14 10:23:04 -07:00 committed by Facebook GitHub Bot
parent a70c6755e4
commit 92d3000204

View File

@ -1,4 +1,4 @@
// @generated SignedSource<<88e0aba0761772e93365f1a05d7a9d05>>
// @generated SignedSource<<87303d5ffb4e3f8a920932000545d5b8>>
// DO NOT EDIT THIS FILE MANUALLY!
// This file is a mechanical copy of the version in the configerator repo. To
// modify it, edit the copy in the configerator repo instead and copy it over by
@ -110,6 +110,12 @@ struct RawRepoConfig {
// Log Scuba samples to files. Largely only useful in tests.
34: optional string scuba_local_path,
35: optional string scuba_local_path_hooks,
// Name of this repository in hgsql. This is used for syncing mechanisms
// that interact directly with hgsql data, notably the hgsql repo lock and
// globalrev sync. If unset, this will be assumed to be the same as the
// name.
36: optional string hgsql_name,
}
struct RawDerivedDataConfig {