Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Nov 2020 04:40:33 +0000 (UTC)
From:      Eitan Adler <eadler@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r556086 - head
Message-ID:  <202011230440.0AN4eX9Q028729@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: eadler (src,doc committer)
Date: Mon Nov 23 04:40:33 2020
New Revision: 556086
URL: https://svnweb.freebsd.org/changeset/ports/556086

Log:
  arcconfig: add callsign again
  
  Problem
  
  When using git-svn or other non-pure-svn tooling the original subversion
  URL is not present. This causes arcanist/phabricator to be unable to
  determine which repository is being modified.
  
  Solution
  
  Restore callsign to .arcconfig to enable exact repository matching even
  with git-svn.
  
  Reported By:	jhb

Modified:
  head/.arcconfig

Modified: head/.arcconfig
==============================================================================
--- head/.arcconfig	Mon Nov 23 04:11:59 2020	(r556085)
+++ head/.arcconfig	Mon Nov 23 04:40:33 2020	(r556086)
@@ -1,4 +1,5 @@
 {
+	"repository.callsign" : "P",
 	"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?202011230440.0AN4eX9Q028729>