mirror of
https://github.com/facebook/proxygen.git
synced 2025-08-07 07:02:53 +03:00
Summary: Unfortunately we can't just use `git.rev` in manifests to specify branches as we clone using `--depth`. This means `rev-parse` on a remote branch name will fail. This diff adds `git.branch` which allows us to be explicit when we want a branch and so check this out in the first place. By doing this future uses of `rev-parse` will also understand the branch name. Reviewed By: martindemello Differential Revision: D79660472 fbshipit-source-id: 6b04158bdd72c28864322be28d88ee4e41f54bc8
19 lines
414 B
Plaintext
19 lines
414 B
Plaintext
# This is primarily to support CinderX, so it's not heavily configured.
|
|
|
|
[manifest]
|
|
name = meta-python-3_12
|
|
fbsource_path = third-party/python/3.12
|
|
shipit_project = facebookincubator/cinder
|
|
shipit_fbcode_builder = false
|
|
shipit_external_branch = meta/3.12
|
|
|
|
[git]
|
|
repo_url = https://github.com/facebookincubator/cinder.git
|
|
branch = meta/3.12
|
|
|
|
[build]
|
|
builder = autoconf
|
|
|
|
[shipit.pathmap]
|
|
third-party/python/3.12 = .
|