From nobody Wed Dec 15 04:36:04 2021 X-Original-To: dev-commits-ports-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 6C00D18E39B6; Wed, 15 Dec 2021 04:36:07 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from shell1.rawbw.com (shell1.rawbw.com [198.144.192.42]) by mx1.freebsd.org (Postfix) with ESMTP id 4JDMrR1k5Sz3GZp; Wed, 15 Dec 2021 04:36:07 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from [192.168.5.3] (c-73-189-35-76.hsd1.ca.comcast.net [73.189.35.76]) (authenticated bits=0) by shell1.rawbw.com (8.15.1/8.15.1) with ESMTPSA id 1BF4a6Fa031074 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO); Tue, 14 Dec 2021 20:36:06 -0800 (PST) (envelope-from yuri@FreeBSD.org) X-Authentication-Warning: shell1.rawbw.com: Host c-73-189-35-76.hsd1.ca.comcast.net [73.189.35.76] claimed to be [192.168.5.3] Content-Type: multipart/alternative; boundary="------------dt4Dh8GmAva6JHuqk59lI1D3" Message-ID: <2b663d3e-c45c-2b98-1773-e5f83b1593f9@rawbw.com> Date: Tue, 14 Dec 2021 20:36:04 -0800 List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-all@freebsd.org X-BeenThere: dev-commits-ports-all@freebsd.org MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:91.0) Gecko/20100101 Thunderbird/91.3.0 Subject: Re: git: cc1054f95110 - main - sysutils/oc: Update to use personal fork of oc Content-Language: en-US To: John Hixson Cc: ports-committers@freebsd.org, dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org References: <202112150129.1BF1TiVb091373@gitrepo.freebsd.org> From: Yuri In-Reply-To: X-Rspamd-Queue-Id: 4JDMrR1k5Sz3GZp X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-ThisMailContainsUnwantedMimeParts: N This is a multi-part message in MIME format. --------------dt4Dh8GmAva6JHuqk59lI1D3 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit On 12/14/21 20:06, John Hixson wrote: > Fetching keeps > breaking because the downloadable tarball keeps changing. I beleive it's > from forced pushes and commits changing. Another way to handle this is to convert the port to use GO_MODULE if possible. The upstream should first change github.com/openshift/oc togithub.com/openshift/oc/v4 for Google's Go indexing servers to pick it up. You can ask them to do this. Yuri --------------dt4Dh8GmAva6JHuqk59lI1D3--