From f53685f693eba549ec658990c9ef2c494087bcaf Mon Sep 17 00:00:00 2001 From: Chad Austin Date: Mon, 28 Nov 2022 13:52:54 -0800 Subject: [PATCH] rename eden_scm manifest to sapling Summary: EdenSCM has been renamed to Sapling. To reduce confusion, rename the getdeps manifest too. Reviewed By: quark-zju Differential Revision: D41351388 fbshipit-source-id: fcd0f2b1c09cfe001a2bc8d4136e5a87ebef40e9 --- build/fbcode_builder/manifests/eden | 2 +- build/fbcode_builder/manifests/python | 2 +- build/fbcode_builder/manifests/{eden_scm => sapling} | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) rename build/fbcode_builder/manifests/{eden_scm => sapling} (95%) diff --git a/build/fbcode_builder/manifests/eden b/build/fbcode_builder/manifests/eden index 7c6df1dd5..384468860 100644 --- a/build/fbcode_builder/manifests/eden +++ b/build/fbcode_builder/manifests/eden @@ -53,7 +53,7 @@ python [dependencies.all(fb=off)] # Outside Meta hg is not installed, or if it is, its not the one we want to test with -eden_scm +sapling [shipit.pathmap.fb=on] # for internal builds that use getdeps diff --git a/build/fbcode_builder/manifests/python b/build/fbcode_builder/manifests/python index 5adeae360..c2e98e571 100644 --- a/build/fbcode_builder/manifests/python +++ b/build/fbcode_builder/manifests/python @@ -8,7 +8,7 @@ python@3.8 python3 python3-devel -# eden_scm needs dataclasses which arrive in 3.7, and the bionic python is 3.6 +# sapling needs dataclasses which arrive in 3.7, and the bionic python is 3.6 [debs.all(distro=ubuntu,distro_vers="18.04")] python3.8-dev diff --git a/build/fbcode_builder/manifests/eden_scm b/build/fbcode_builder/manifests/sapling similarity index 95% rename from build/fbcode_builder/manifests/eden_scm rename to build/fbcode_builder/manifests/sapling index ba2ef9a23..a146b1ac8 100644 --- a/build/fbcode_builder/manifests/eden_scm +++ b/build/fbcode_builder/manifests/sapling @@ -1,11 +1,11 @@ [manifest] -name = eden_scm +name = sapling fbsource_path = fbcode/eden shipit_project = eden shipit_fbcode_builder = true [git] -repo_url = https://github.com/facebookexperimental/eden.git +repo_url = https://github.com/facebook/sapling.git [build.not(os=windows)] builder = make