Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Dec 2020 16:52:37 GMT
From:      Eitan Adler <eadler@FreeBSD.org>
To:        doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org
Subject:   git: 072b13ec97 - configure arcanist for the git world
Message-ID:  <202012131652.0BDGqb5k033036@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by eadler:

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

commit 072b13ec97b32d91379f5c11e577d3509af00e18
Author:     Eitan Adler <eadler@FreeBSD.org>
AuthorDate: 2020-12-13 16:52:31 +0000
Commit:     Eitan Adler <eadler@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
 }



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012131652.0BDGqb5k033036>