git: 18608884ba23 - main - .arcconfig: Remove callsign
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 08 Oct 2023 16:39:14 UTC
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/" }