From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51633) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dAiKF-0000sZ-Or for guix-patches@gnu.org; Tue, 16 May 2017 15:40:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dAiKA-0007j1-PM for guix-patches@gnu.org; Tue, 16 May 2017 15:40:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:46418) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dAiKA-0007ir-MU for guix-patches@gnu.org; Tue, 16 May 2017 15:40:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dAiKA-0000IW-GE for guix-patches@gnu.org; Tue, 16 May 2017 15:40:02 -0400 Subject: bug#26369: [PATCH] import cran: Fetch DESCRIPTION files from Github mirror. Resent-To: guix-patches@gnu.org Resent-Message-ID: References: <20170405133703.4302-1-rekado@elephly.net> <87a87oega8.fsf@gnu.org> <87r3101pm9.fsf@elephly.net> From: Ricardo Wurmus In-reply-to: <87r3101pm9.fsf@elephly.net> Date: Tue, 16 May 2017 21:39:41 +0200 Message-ID: <87tw4ka8w2.fsf@elephly.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit 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: 26369-done@debbugs.gnu.org Ricardo Wurmus writes: > Ludovic Courtès writes: > >> Ricardo Wurmus skribis: >> >>> * guix/import/cran.scm (%bioconductor-svn-url): Remove variable. >>> (bioconductor-mirror-url): New procedure. >>> (fetch-description): Take a REPOSITORY symbol instead of a BASE-URL string. >>> (cran->guix-package): Pass REPOSITORY symbol to "fetch-description". >>> (latest-cran-release, latest-bioconductor-release): Adjust accordingly. >>> (bioconductor-package?): Update comment about SVN. >> >> LGTM. >> >> Out of curiosity, what’s the rationale for using the GitHub mirror >> instead of the SVN repo? > > The Bioconductor people have been planning for a while to retire their > SVN repository and use the Github mirror exclusively. I heard from > Bioconductor users that this move is going to happen soon. Pushed to master. -- Ricardo