Date: Tue, 23 Aug 2022 14:19:08 GMT From: "Alexander V. Chernikov" <melifaro@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: cf145eb25ff9 - main - arcanist: use FreeBSD/git project repository instead of FreeBSD/svn Message-ID: <202208231419.27NEJ86X000871@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by melifaro: URL: https://cgit.FreeBSD.org/src/commit/?id=cf145eb25ff909db4331effc5b00a3c136f600de commit cf145eb25ff909db4331effc5b00a3c136f600de Author: Alexander V. Chernikov <melifaro@FreeBSD.org> AuthorDate: 2022-08-23 14:14:50 +0000 Commit: Alexander V. Chernikov <melifaro@FreeBSD.org> CommitDate: 2022-08-23 14:16:41 +0000 arcanist: use FreeBSD/git project repository instead of FreeBSD/svn Current `.arcconfig` specifies explicit mapping to the FreeBSD/SVN project in Phabricator, which is inactive. This mapping only gets updated to the current "production" (FreeBSD/git) project when the underlying change is committed. Update arcanist configuration to create all new diffs in the FreeBSD/git project. Reviewed By: dim, emaste Differential Revision: https://reviews.freebsd.org/D36204 --- .arcconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.arcconfig b/.arcconfig index f04bd0f39945..5320f0cf6994 100644 --- a/.arcconfig +++ b/.arcconfig @@ -1,5 +1,5 @@ { - "repository.callsign" : "S", + "repository.callsign" : "G", "phabricator.uri" : "https://reviews.freebsd.org/", "arc.land.onto.default": "main", "arc.land.onto": ["main"]
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202208231419.27NEJ86X000871>