Add Arcanist config file
Add a `.arcconfig` file so Arcanist can be used for patch handling. Reviewed by: sybren Differential Revision: https://developer.blender.org/D15367
This commit is contained in:
parent
2c5b41555c
commit
c187b9a9ad
8
.arcconfig
Normal file
8
.arcconfig
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"project_id": "Flamenco",
|
||||||
|
"conduit_uri": "https://developer.blender.org/",
|
||||||
|
"phabricator.uri": "https://developer.blender.org/",
|
||||||
|
"git.default-relative-commit": "origin/main",
|
||||||
|
"arc.land.update.default": "rebase",
|
||||||
|
"arc.land.onto.default": "main"
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user