mirror of
https://github.com/facebook/proxygen.git
synced 2025-08-08 18:02:05 +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:
committed by
Facebook GitHub Bot
parent
364946cbb2
commit
f53685f693
@@ -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
|
Reference in New Issue
Block a user