From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: [PATCH] gnu: vim: Update to 8.0.0047. Date: Fri, 28 Oct 2016 08:02:57 +0200 Message-ID: <87insdf1ta.fsf@elephly.net> References: <87y419zzs1.fsf@duckhunt.i-did-not-set--mail-host-address--so-tickle-me> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55199) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c00Fx-0005UM-Bj for guix-devel@gnu.org; Fri, 28 Oct 2016 02:03:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c00Fu-0006eW-9e for guix-devel@gnu.org; Fri, 28 Oct 2016 02:03:09 -0400 Received: from sender163-mail.zoho.com ([74.201.84.163]:21473) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1c00Fu-0006eF-2I for guix-devel@gnu.org; Fri, 28 Oct 2016 02:03:06 -0400 In-reply-to: <87y419zzs1.fsf@duckhunt.i-did-not-set--mail-host-address--so-tickle-me> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Marius Bakke Cc: guix-devel@gnu.org Marius Bakke writes: > The official vim mirrors only carries major versions and individual > patches, no up-to-date releases. This patch changes the source uri to > the tagged github releases instead of downloading all 40+ (so far) > patches individually. > > I'm not very happy about changing to a third-party source, but IMO it > beats keeping track of the frequent patches. WDYT? I’m also not happy about using a third-party mirror for vim. Can we be sure that this is updated consistently and in time? (Is this done automatically?) Guix can handle downloading patches, so there’s really no need for switching in my opinion. “gnu/packages/bash.scm” could be used as a reference for how to deal with a large number of patches. ~~ Ricardo