From mboxrd@z Thu Jan 1 00:00:00 1970 From: zimoun Subject: Re: Packaging Jami progress Date: Wed, 27 Nov 2019 12:43:19 +0100 Message-ID: References: <20191104214754.793ec2ff@interia.pl> <20191105175001.389c6117@interia.pl> <87pni5qouc.fsf@ambrevar.xyz> <20191106172445.3bdd057d@interia.pl> <87r22lorwh.fsf@ambrevar.xyz> <877e4bo646.fsf@ambrevar.xyz> <20191107204757.23dd08de@interia.pl> <874kzfo21r.fsf@ambrevar.xyz> <20191108192542.5daa7a0a@interia.pl> <87zhh2kdt2.fsf@ambrevar.xyz> <20191111111423.66ec31d5@interia.pl> <87r22ek7x4.fsf@ambrevar.xyz> <874kzajvy9.fsf@ambrevar.xyz> <20191111163843.0629ef41@kompiuter> <87o8xe4d5m.fsf@ambrevar.xyz> <87eeya49hf.fsf@ambrevar.xyz> <20191114214010.7b61005f@kompiuter> <87lfsikttk.fsf@ambrevar.xyz> <20191114231605.0ecec870@kompiuter> <87a797o6hb.fsf@ambrevar.xyz> <20191125221517.1140d0c9@kompiuter> <874kyrlzmn.fsf@ambrevar.xyz> <20191126203259.0f4141ea@kompiuter> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:49206) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iZvjI-0004CC-Kx for guix-devel@gnu.org; Wed, 27 Nov 2019 06:43:34 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iZvjH-0006v7-Gt for guix-devel@gnu.org; Wed, 27 Nov 2019 06:43:32 -0500 Received: from mail-qk1-x72d.google.com ([2607:f8b0:4864:20::72d]:38648) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iZvjH-0006uX-Ck for guix-devel@gnu.org; Wed, 27 Nov 2019 06:43:31 -0500 Received: by mail-qk1-x72d.google.com with SMTP id b8so4223207qkk.5 for ; Wed, 27 Nov 2019 03:43:31 -0800 (PST) In-Reply-To: <20191126203259.0f4141ea@kompiuter> 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: Jan Cc: Guix-devel Hi Jan, On Tue, 26 Nov 2019 at 20:43, Jan wrote: > P.S. I apply the patches using "patch" command, right? What do you use? If you use Emacs, you can open Debbugs with: C-u M-x debbugs-gnu then RET guix-patches n y Then M-x debbugs-gnu-bugs RET 38211 RET So far so good. Select the patch set. Then M-x shell-command-on-region RET cd /path/to/your/guix/clone && git am RET Or you can select the patch set then press the two letters O b and it will download the patches. Then inside your favorite terminal session: git am < /path/to/patches/* If you do not use Emacs, you can download the series on the web page (mbox) but I have never done without Emacs. ;-) Note that the series will not apply with a fresh "git pull" because there a conflict with the file cpp.scm. You need to rebase, as I asked to Pierre. ;-) Hope that helps. All the best, simon