From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 48CF1138334 for ; Sat, 12 Oct 2019 10:35:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 508F5E08E8; Sat, 12 Oct 2019 10:35:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 113D8E08DC for ; Sat, 12 Oct 2019 10:35:13 +0000 (UTC) Received: from a1i15 (host2092.kph.uni-mainz.de [134.93.134.92]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: ulm) by smtp.gentoo.org (Postfix) with ESMTPSA id 1866E34BBF3; Sat, 12 Oct 2019 10:35:11 +0000 (UTC) From: Ulrich Mueller To: Thomas Deutschmann Cc: gentoo-dev@lists.gentoo.org Subject: Re: [gentoo-dev] [PATCH v3 1/1] kernel-2.eclass: Support move of genpatches tarballs from /space/distfiles-local to devspace References: <20191009170126.GB10720@woodpecker.gentoo.org> <20191009193100.GA29752@woodpecker.gentoo.org> <12b7e760d85b6316c82fac167f57f7cc73fcd4d2.camel@gentoo.org> <20191009231419.GA21219@woodpecker.gentoo.org> <0403687e-6496-84d0-e649-8e29974044fc@gentoo.org> Date: Sat, 12 Oct 2019 12:35:08 +0200 In-Reply-To: <0403687e-6496-84d0-e649-8e29974044fc@gentoo.org> (Thomas Deutschmann's message of "Fri, 11 Oct 2019 17:59:06 +0200") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Type: text/plain X-Archives-Salt: d177da65-959f-4ac1-badb-e0fa83f1ec37 X-Archives-Hash: 506f1e36cf8ff94d29249e1464f81eea >>>>> On Fri, 11 Oct 2019, Thomas Deutschmann wrote: > Tilde expansion only happens when string to expand starts with "~" but > this is not the case here (string starts with "https..."). I stand corrected.