From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:51629) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j97IF-00027C-Mm for guix-patches@gnu.org; Tue, 03 Mar 2020 08:09:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j97IE-0004o3-Ic for guix-patches@gnu.org; Tue, 03 Mar 2020 08:09:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:32875) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1j97IE-0004nt-Cx for guix-patches@gnu.org; Tue, 03 Mar 2020 08:09:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1j97IE-0004OL-7S for guix-patches@gnu.org; Tue, 03 Mar 2020 08:09:02 -0500 Subject: [bug#39882] [PATCH 0/1] Add kexec-tools. Resent-Message-ID: From: Christopher Marusich References: <20200303115628.89147-1-cmmarusich@gmail.com> <87zhcx4o7z.fsf@nckx> Date: Tue, 03 Mar 2020 05:08:23 -0800 In-Reply-To: <87zhcx4o7z.fsf@nckx> (Tobias Geerinckx-Rice's message of "Tue, 03 Mar 2020 13:28:34 +0100") Message-ID: <87eeu9vb5k.fsf@garuda-lan.i-did-not-set--mail-host-address--so-tickle-me> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" 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: Tobias Geerinckx-Rice Cc: Chris Marusich , 39882@debbugs.gnu.org --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Hi Tobias, Sounds good. I've gone ahead and committed this in commit dedbdacf275cb7871c7336bd7a27ceb609b15113 with a few little changes, per your suggestions. Tobias Geerinckx-Rice writes: > I was also surprised, having installed kexec-tools on Guix before ;-) > > Turns out I never upstreamed it. There are probably 5 other > kexec-tools patches somewhere. Oh well. Glad to know I wasn't missing something :-) > Your patch looks good to me. I prefer the home page below over a > directory listing. Feel free to crib what you like. > > Your synopsis/description imply that it's boot-Linux-only. I don't > think that's the case, but haven't tried others in practice. You're probably right. I've removed the Linux-specific wording. > + (origin > + (method url-fetch) > + (uri (string-append > "mirror://kernel.org/pub/linux/utils/kernel/kexec/" > + "kexec-tools-" version ".tar.xz")) I didn't know we had mirror config for kernel.org. I've switched to using that in the latest patch. > + (sha256 > + (base32 > "0ra8ph9m1dckqaikfnbsh408fp2w9k49fkl425fl2hvhwsm14xk6")))) > + (build-system gnu-build-system) > + (home-page "https://projects.horms.net/projects/kexec/") Yes, this home page is better. I'll use it! > + (synopsis "Linux tools to directly execute different kernels") I've changed my synopsis to be more like yours. =2D-=20 Chris --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEy/WXVcvn5+/vGD+x3UCaFdgiRp0FAl5eVscACgkQ3UCaFdgi Rp1hTg/8DIUKBwqHcfrtradkmD7F4oF63T4qT7M5wPqYBSXojU4J4LHlrmsmMoRq 55iiHn5F3J2UgSvTKrI4cQ3UykuK+I6kFWD9A9XS4sDHGGer6LLkiWiFKOT5iX2M ashpqePqwK/hGDK+kQwGo9e55FEf7mm2tMw9/x0/6TFSB8y/xCwusfJerlFvq8dX knhL0mJz7HYR5Jhi2OULJLMexQkYBe1xFIzJ9ZYE33ip3joO5PLMI1BGhwn6bXLa ZD9uF35CpXxOV70C/JObyX+Ty3M146F7tzk6yiPCToQ5vwO0/EdVwBpWuOB7ZE28 Myw3TUYBEZORHfs8vTYYsVvbrbI6Krpy2jDgIJQgXHENAJN47KvBfIZgiyjaaOsm 5egyEU/1E/euWkCkm00ZMQpc+39E39izZ9nKle5+JnSPl/CkRkbxEyWV4GuZtGHW ZshKs3MeTOMHd5k4P0u87SI4cSAeFMOY2SgLPx5Ob3Z2gew1/VQfXo1W41IebP40 BSEDMfXZbkYGbrZbHu8EitYSr9Z8EzxIJmAI8/1nFPWM5U5u+Ve4E3gwo+gH8SK0 EUbl2xDtY1lHoHseIK2f2lJC0u3nEmTiAlBqnS0CURd9Ze7ZTe6degMLNgSOuCQd 8K1QC3oEHqrwbslgcI5IaSPJbAZjvDwDtRnEFb6gAvhifpdRqpQ= =UQpQ -----END PGP SIGNATURE----- --=-=-=--