From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:49788) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gcCxW-0003xZ-VU for guix-patches@gnu.org; Wed, 26 Dec 2018 12:27:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gcCxS-0002s1-DT for guix-patches@gnu.org; Wed, 26 Dec 2018 12:27:06 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:41941) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gcCxS-0002rv-AD for guix-patches@gnu.org; Wed, 26 Dec 2018 12:27:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gcCxS-00054s-1r for guix-patches@gnu.org; Wed, 26 Dec 2018 12:27:02 -0500 Subject: [bug#33809] [PATCH] refresh: github: updates for origins using 'git-fetch'. Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20181220023954.22913-1-ericbavier@centurylink.net> Date: Wed, 26 Dec 2018 18:26:06 +0100 In-Reply-To: <20181220023954.22913-1-ericbavier@centurylink.net> (ericbavier's message of "Wed, 19 Dec 2018 20:39:54 -0600") Message-ID: <87imzgci8h.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: ericbavier@centurylink.net Cc: 33809@debbugs.gnu.org, Eric Bavier Hi Eric, ericbavier@centurylink.net skribis: > From: Eric Bavier > > * guix/import/github.scm (updated-github-url): Respond with the repositor= y url > for the 'git-fetch' fetch method. > (github-package?): Simplify boolean expression. > (github-repository, github-user-slash-repository): Strip trailing ".git" = from > project if present. > (latest-release): Recognize a 'git-reference'. > --- > > Hello Guix, > > With our increasing adoption of git checkouts from github, for > reproducibility reasons, I thought it would be nice if our github updater > could find updates for package origins that use `git-fetch`. > > This patch brings the github updater coverage up from 9.5% to 15.9%. At = the > time of this writing, the previous updater finds 254 updates, and with th= is > patch finds 385! :) Neat! LGTM, thank you! Ludo=E2=80=99.