From mboxrd@z Thu Jan 1 00:00:00 1970 From: Federico Beffa Subject: Re: use of git-fetch Date: Thu, 23 Jul 2015 08:20:19 +0200 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46328) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZI9rh-00013H-57 for guix-devel@gnu.org; Thu, 23 Jul 2015 02:20:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZI9rf-0000Jk-VT for guix-devel@gnu.org; Thu, 23 Jul 2015 02:20:21 -0400 Received: from mail-ie0-x236.google.com ([2607:f8b0:4001:c03::236]:35631) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZI9rf-0000Jd-Ps for guix-devel@gnu.org; Thu, 23 Jul 2015 02:20:19 -0400 Received: by iecri3 with SMTP id ri3so89834359iec.2 for ; Wed, 22 Jul 2015 23:20:19 -0700 (PDT) In-Reply-To: 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: "Thompson, David" Cc: Guix-devel On Wed, Jul 22, 2015 at 7:00 PM, Thompson, David wrote: > On Wed, Jul 22, 2015 at 12:32 PM, Federico Beffa wrote: >> Hi, >> >> I'm trying to package some emacs libraries that appear not to have a >> GNU style installation procedure. Given that MELPA is unusable, I'm >> trying to use 'git-fetch'. >> >> The package 'emacs-dash' (see attachment) works as expected. However, >> the package 'emacs-s' also downloads 'dash' and not 's'. I cloned with >> git the two repositories with the given URLs and they definitely are >> different. >> >> Am I doing something wrong? > > Are you deleting the '.git' directory before computing the hash of the > directory? That is a necessary step. Thanks for the suggestion! Probably I didn't explain well... see the reply to Ludovic. > > Consider this a call for someone to extend 'guix download' to work > with Git repositories so people don't have to do this tedious process. > Any takers? > > - Dave