diff --git a/Lib/gftools/fonts_public.proto b/Lib/gftools/fonts_public.proto index 34dda1cf..ab792d8f 100644 --- a/Lib/gftools/fonts_public.proto +++ b/Lib/gftools/fonts_public.proto @@ -82,8 +82,11 @@ message SourceProto { optional string branch = 5; optional string commit = 2; optional string archive_url = 3; + optional string config_yaml = + 6; // See https://github.com/googlefonts/fontc/issues/1124 repeated SourceFileProto files = 4; - // Next = 6 + + // Next = 7 } // A file to take from source and where to put it in dest diff --git a/Lib/gftools/fonts_public_pb2.py b/Lib/gftools/fonts_public_pb2.py index b9ef051a..bf2ed0be 100644 Binary files a/Lib/gftools/fonts_public_pb2.py and b/Lib/gftools/fonts_public_pb2.py differ