Skip to content

Commit 8fae351

Browse files
sahilsdmeta-codesync[bot]
authored andcommitted
Use shipit project as recommended facebookincubator/rebalancer
Summary: Shipit uses `rebalancer` as project than `facebookincubator/rebalancer` ``` + /var/www/scripts/opensource/codesync \ + shipit \ + --project=rebalancer \ + --create-new-repo \ + --source-repo-dir=/data/users/sahilsd/fbsource \ + --source-branch=. \ + --skip-source-init \ + --skip-source-pull \ + --skip-source-clean \ + --skip-push \ + --destination-use-anonymous-https \ + --create-new-repo-output-path=/data/users/sahilsd/scratch/getdeps/shipit/rebalancer.new error: invalid value 'rebalancer' for '--project <PROJECT>': Valid projects are specified in the form of '<organization>/<repo_name>', given: rebalancer ``` This matches with the shipit config comment: https://www.internalfb.com/code/configerator/[8f710a959bf55ae647eb35bcacf3322bbd2ccba2]/source/opensource/shipit_config/facebookincubator/rebalancer.cconf?lines=1 Reviewed By: r-barnes Differential Revision: D97680878 fbshipit-source-id: 077331584a3e1d58067ca62706efe437e042c36d
1 parent fb98d3c commit 8fae351

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/fbcode_builder/manifests/rebalancer

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[manifest]
22
name = rebalancer
33
fbsource_path = fbcode/algopt/rebalancer/
4-
shipit_project = rebalancer
4+
shipit_project = facebookincubator/rebalancer
55
shipit_fbcode_builder = true
66
use_shipit = true
77

0 commit comments

Comments
 (0)