mononoke: Sync repo.thrift changes to fbcode

Summary:
Related commit: D23213192

Currently repo configs don't store their phabricator callsigns and because of this,
it's hard to generate them with a given repo name (e.g. fbsource) in Mononoke.
This diff synced the changes between configerator (check the other commit) and fbsource.

Reviewed By: farnz

Differential Revision: D23214677

fbshipit-source-id: cf102d69958c7dc32f8b72cecbfad017d0a31329
This commit is contained in:
Viet Hung Nguyen 2020-08-19 10:47:08 -07:00 committed by Facebook GitHub Bot
parent 666182b451
commit dcb565409d

View File

@ -1,4 +1,4 @@
// @generated SignedSource<<228584d6c83437c8ba7f05ff128026d0>>
// @generated SignedSource<<548e690b95e23b6294ff2d80168b09f4>>
// 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
@ -128,6 +128,7 @@ struct RawRepoConfig {
41: optional bool warm_bookmark_cache_check_blobimport,
// A collection of knobs to enable/disable functionality in repo_client module
42: optional RawRepoClientKnobs repo_client_knobs,
43: optional string phabricator_callsign,
}
struct RawRepoClientKnobs {