git: 072b13ec97 - configure arcanist for the git world

Eitan Adler eadler at FreeBSD.org
Sun Dec 13 16:52:37 UTC 2020


The branch main has been updated by eadler:

URL: https://cgit.FreeBSD.org/doc/commit/?id=072b13ec97b32d91379f5c11e577d3509af00e18

commit 072b13ec97b32d91379f5c11e577d3509af00e18
Author:     Eitan Adler <eadler at FreeBSD.org>
AuthorDate: 2020-12-13 16:52:31 +0000
Commit:     Eitan Adler <eadler at FreeBSD.org>
CommitDate: 2020-12-13 16:52:31 +0000

    configure arcanist for the git world
    
    Problem
    
    The documentation ("doc") repository has been converted to git but
    arcanist does not yet understand how to interact with phabricator in
    this world.
    
    Solution
    
    - remove the callsign "D" which should be inferable from having one of
      the cgit URLs as a remote
    - remove "history.immutable" which was a workflow only required for
      subversion
---
 .arcconfig | 2 --
 1 file changed, 2 deletions(-)

diff --git a/.arcconfig b/.arcconfig
index a12ec9b986..227422ab29 100644
--- a/.arcconfig
+++ b/.arcconfig
@@ -1,5 +1,3 @@
 {
-	"repository.callsign" : "D",
 	"phabricator.uri" : "https://reviews.freebsd.org/",
-	"history.immutable" : true
 }


More information about the dev-commits-doc-all mailing list