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