Skip to content

Commit f27f8e8

Browse files
giorgidzemeta-codesync[bot]
authored andcommitted
fbcode_builder: strip fbcode/eden/fs2 from eden/sapling OSS manifests
Summary: Add `^fbcode/eden/fs2/.*$` to the `[shipit.strip]` section of the `eden` and `sapling` fbcode_builder manifests so the new Eden2 POC directory `fbcode/eden/fs2` is excluded from the internal getdeps OSS builds and the OSS-CI determinator. This mirrors the authoritative open-source exclusion in configerator D108479762 (the `facebook/sapling` CodeSync `defaultStrippedFiles`), which is what actually prevents `fbcode/eden/fs2` from being published to `github.com/facebook/sapling`. This diff keeps the manifest-driven getdeps path consistent with it. The `mononoke` manifest already excludes `fbcode/eden/fs2` via its `^fbcode/eden(?!/mononoke|/scm/(lib|public_autocargo))/.*$` rule, so it needs no change. This commit is the bottom of the Eden2 stack; D108475141 (fs2 blueprint.md) depends on it. Reviewed By: genevievehelsel Differential Revision: D108481193 fbshipit-source-id: fa73eaf1187f915fe21f89d0aa8d590767c44106
1 parent aa8f553 commit f27f8e8

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

build/fbcode_builder/manifests/eden

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ fbcode/configerator/structs/scm/hg/public_autocargo = configerator/structs/scm/h
9090
^fbcode/eden/fs/eden-config\.h$
9191
^fbcode/eden/fs/py/eden/config\.py$
9292
^fbcode/eden/hg-server/.*$
93+
^fbcode/eden/fs2/.*$
9394
^fbcode/eden/mononoke/(?!lfs_protocol)
9495
^fbcode/eden/scm/build/.*$
9596
^fbcode/eden/scm/lib/third-party/rust/.*/Cargo.toml$

build/fbcode_builder/manifests/sapling

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ fbcode/tools/lfs = tools/lfs
4141
^fbcode/eden/fs/eden-config\.h$
4242
^fbcode/eden/fs/py/eden/config\.py$
4343
^fbcode/eden/hg-server/.*$
44+
^fbcode/eden/fs2/.*$
4445
^fbcode/eden/fs(?!/public_autocargo).*/Cargo\.toml$
4546
^fbcode/eden/mononoke(?!/public_autocargo).*/Cargo\.toml$
4647
^fbcode/eden/scm(?!/public_autocargo|/edenscmnative/bindings).*/Cargo\.toml$

0 commit comments

Comments
 (0)