mirror of
https://github.com/facebook/sapling.git
synced 2025-01-08 06:37:26 +03:00
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
This commit is contained in:
parent
73302ef03f
commit
dd18a000d7
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
Loading…
Reference in New Issue
Block a user