From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jan Subject: Re: Packaging Jami progress Date: Sat, 30 Nov 2019 19:21:21 +0100 Message-ID: <20191130192121.11e0c968@kompiuter> 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=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:43569) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ib7Ue-0002ho-D6 for guix-devel@gnu.org; Sat, 30 Nov 2019 13:29:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ib7N7-0005UO-Rw for guix-devel@gnu.org; Sat, 30 Nov 2019 13:21:34 -0500 Received: from smtpo.poczta.interia.pl ([217.74.65.208]:56965) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ib7N7-0005PU-8t for guix-devel@gnu.org; Sat, 30 Nov 2019 13:21:33 -0500 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" To: zimoun Cc: Guix-devel On Wed, 27 Nov 2019 12:43:19 +0100 zimoun wrote: > Hi Jan, Hello, > 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/* Well, I actually use Emacs, but not as my OS, just as my text editor :) It really shows Emacs is a better platform than GNU/Linux, if instead of using tools provided by the OS, people use Emacs. I have a plan for fixing this, but it'll take me some time to bring the idea to life. For now I can use Emacs then :P > If you do not use Emacs, you can download the series on the web page > (mbox) but I have never done without Emacs. ;-) That's fun, tried this and it failed. I'll try downloading just the mails with the patches for Jami. > > 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. ;-) Rebase? Should I use a different checkout? Sorry, but this git thing is still a dark magic for me. > Hope that helps. > > > All the best, > simon Jan Wielkiewicz