Date: Sun, 8 Oct 2023 16:39:14 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 18608884ba23 - main - .arcconfig: Remove callsign Message-ID: <202310081639.398GdEkv006461@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=18608884ba23c02f5165f1541d035097de0afb9c commit 18608884ba23c02f5165f1541d035097de0afb9c Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-10-08 16:37:39 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-10-08 16:39:04 +0000 .arcconfig: Remove callsign A properly configured remote URI from our git repos will automatically identify the remote repo to create the differential. Reported by: des Approved by: portmgr --- .arcconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/.arcconfig b/.arcconfig index 2c80d58b7b23..1775896f80da 100644 --- a/.arcconfig +++ b/.arcconfig @@ -1,4 +1,3 @@ { - "repository.callsign" : "P", "phabricator.uri" : "https://reviews.freebsd.org/" }
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202310081639.398GdEkv006461>