File tree 1 file changed +4
-6
lines changed
1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -66,12 +66,10 @@ BXL scripts can query the [action graph](#action-graph),
66
66
67
67
## Cell
68
68
69
- The directory tree of one or more Buck2 [ packages] ( #package ) . A Buck2 build can
70
- involve multiple cells. The cell root always contains a
71
- [ .buckconfig] ( #buckconfig ) , although the presence of a .buckconfig file doesn't
72
- in itself define a cell. Rather, the cells involved in a build are defined at
73
- the time Buck2 is invoked; they are specified in the .buckconfig for the Buck
74
- [ project] ( #project ) .
69
+ Originally intented to allow for migration of repositories with different setups
70
+ into one monorepo.The cell root always contains a [ .buckconfig] ( #buckconfig ) ,
71
+ although the presence of a .buckconfig file doesn't in itself define a cell.
72
+ Cells are specified in the .buckconfig for the Buck [ project] ( #project ) .
75
73
76
74
## Configuration
77
75
You can’t perform that action at this time.
0 commit comments