[Bf-blender-cvs] [eaf0528749c] master: Fix .arcconfig not working with latest arcanist version

Brecht Van Lommel noreply at git.blender.org
Sun Mar 1 22:40:19 CET 2020


Commit: eaf0528749c8386a738b27e45bea61bbb971eb39
Author: Brecht Van Lommel
Date:   Sun Mar 1 22:35:31 2020 +0100
Branches: master
https://developer.blender.org/rBeaf0528749c8386a738b27e45bea61bbb971eb39

Fix .arcconfig not working with latest arcanist version

===================================================================

M	.arcconfig

===================================================================

diff --git a/.arcconfig b/.arcconfig
index 4a126cd6d01..548af935888 100644
--- a/.arcconfig
+++ b/.arcconfig
@@ -1,6 +1,7 @@
 {
 	"project_id" : "Blender",
 	"conduit_uri" : "https://developer.blender.org/",
+	"phabricator.uri" : "https://developer.blender.org/",
 	"git.default-relative-commit" : "origin/master",
 	"arc.land.update.default" : "rebase",
 	"arc.land.onto.default" : "master"



More information about the Bf-blender-cvs mailing list