1
0
mirror of https://github.com/facebook/proxygen.git synced 2025-08-07 07:02:53 +03:00
Files
proxygen/build/fbcode_builder/manifests/meta-python-3_12
Jacob Bower 86dd6e0694 Add ability to clone Git repo branches
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
2025-08-06 00:20:40 -07:00

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 = .