From 30df3f532a32db9fce16f1982bf749fc78272877 Mon Sep 17 00:00:00 2001 From: Facebook Community Bot Date: Tue, 17 Dec 2024 15:43:06 -0800 Subject: [PATCH] Re-sync with internal repository (#369) The internal and external repositories are out of sync. This Pull Request attempts to brings them back in sync by patching the GitHub repository. Please carefully review this patch. You must disable ShipIt for your project in order to merge this pull request. DO NOT IMPORT this pull request. Instead, merge it directly on GitHub using the MERGE BUTTON. Re-enable ShipIt after merging. --- .../facebook/folly/external_cell.buckconfig | 9 +++++++++ .../facebookincubator/fizz/external_cell.buckconfig | 9 +++++++++ 2 files changed, 18 insertions(+) create mode 100644 .buckconfig.d/external_cells/facebook/folly/external_cell.buckconfig create mode 100644 .buckconfig.d/external_cells/facebookincubator/fizz/external_cell.buckconfig diff --git a/.buckconfig.d/external_cells/facebook/folly/external_cell.buckconfig b/.buckconfig.d/external_cells/facebook/folly/external_cell.buckconfig new file mode 100644 index 000000000..41a541b7b --- /dev/null +++ b/.buckconfig.d/external_cells/facebook/folly/external_cell.buckconfig @@ -0,0 +1,9 @@ +[cells] +gh_facebook_folly = gh_facebook_folly + +[external_cells] +gh_facebook_folly = git + +[external_cell_gh_facebook_folly] +git_origin = https://github.com/facebook/folly.git +commit_hash = 264b8b73a0ea6724782d5e7086a4da021995c2b7 diff --git a/.buckconfig.d/external_cells/facebookincubator/fizz/external_cell.buckconfig b/.buckconfig.d/external_cells/facebookincubator/fizz/external_cell.buckconfig new file mode 100644 index 000000000..a43b19d75 --- /dev/null +++ b/.buckconfig.d/external_cells/facebookincubator/fizz/external_cell.buckconfig @@ -0,0 +1,9 @@ +[cells] +gh_facebookincubator_fizz = gh_facebookincubator_fizz + +[external_cells] +gh_facebookincubator_fizz = git + +[external_cell_gh_facebookincubator_fizz] +git_origin = https://github.com/facebookincubator/fizz.git +commit_hash = b9f6a81e756493729eabce1a86576d1ad7bb4c53