Skip to content

Commit 78effe0

Browse files
r-barnesmeta-codesync[bot]
authored andcommitted
Configure ShipIt metadata for rebalancer getdeps build
Summary: Add ShipIt configuration fields to the rebalancer fbcode_builder manifest so that `getdeps.py` can use the shipit pathmap and strip rules to create a local exported source tree for building. - `shipit_project = rebalancer`: identifies the ShipIt project name - `shipit_fbcode_builder = true`: enables fbcode_builder infrastructure for open-source builds - `use_shipit = false`: disables automatic sync to GitHub while still allowing local getdeps builds Reviewed By: sahilsd Differential Revision: D93800832 fbshipit-source-id: 326316d6cea1ec2a2a99345deb173922b4f85e2b
1 parent e4936b9 commit 78effe0

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

build/fbcode_builder/manifests/rebalancer

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
[manifest]
22
name = rebalancer
33
fbsource_path = fbcode/algopt/rebalancer/
4+
shipit_project = rebalancer
5+
shipit_fbcode_builder = true
6+
use_shipit = false
47

58
[git]
69
# To git clone on devserver, setup fwdproxy:

0 commit comments

Comments
 (0)