From 53b1770d06d76a04506ce944548178b3617a32d3 Mon Sep 17 00:00:00 2001 From: dan sinclair Date: Thu, 16 Jul 2020 19:02:29 +0000 Subject: [PATCH] Remove refs.cfg. After submitting the last CL I received an email with the note: Some configs in revision 780c594 in tint repo have validation errors. luci-config had to reject all configs in this revision. * ERROR: refs.cfg: refs.cfg is not used since 2019 and must be deleted Change-Id: I40c4fcdccd9af53aa47e32f074065782876f179d Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/25080 Reviewed-by: Ryan Harrison --- infra/config/global/refs.cfg | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 infra/config/global/refs.cfg diff --git a/infra/config/global/refs.cfg b/infra/config/global/refs.cfg deleted file mode 100644 index 6f1e356bfa..0000000000 --- a/infra/config/global/refs.cfg +++ /dev/null @@ -1,6 +0,0 @@ -# Refs configuration file. The documentation of the format can be found -# at https://luci-config.appspot.com/schemas/projects:refs.cfg. -refs { - name: "refs/heads/main" - config_path: "infra/config/branch" -}