From debbugs-submit-bounces@debbugs.gnu.org Fri Dec 06 19:03:56 2019 Received: (at 38441-done) by debbugs.gnu.org; 7 Dec 2019 00:03:56 +0000 Received: from localhost ([127.0.0.1]:47174 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1idNZk-0004R6-0a for submit@debbugs.gnu.org; Fri, 06 Dec 2019 19:03:56 -0500 Received: from eggs.gnu.org ([209.51.188.92]:45162) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1idNZi-0004Qt-UE for 38441-done@debbugs.gnu.org; Fri, 06 Dec 2019 19:03:55 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]:53799) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1idNZd-0000Jf-KJ for 38441-done@debbugs.gnu.org; Fri, 06 Dec 2019 19:03:49 -0500 Received: from [102.78.176.9] (port=14853 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1idNZd-0007s5-1B for 38441-done@debbugs.gnu.org; Fri, 06 Dec 2019 19:03:49 -0500 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: 38441-done@debbugs.gnu.org Subject: Re: [bug#38441] [PATCH 0/5] Record operating system provenance info References: <20191130223013.14257-1-ludo@gnu.org> Date: Sat, 07 Dec 2019 01:03:46 +0100 In-Reply-To: <20191130223013.14257-1-ludo@gnu.org> ("Ludovic \=\?utf-8\?Q\?Cou\?\= \=\?utf-8\?Q\?rt\=C3\=A8s\=22's\?\= message of "Sat, 30 Nov 2019 23:30:13 +0100") Message-ID: <877e3980il.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 38441-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Hello! Ludovic Court=C3=A8s skribis: > services: Add 'provenance-service-type'. > guix system: Use 'provenance-service-type', add "--save-provenance". > machine: Add provenance tracking to each machine operating system. > guix system: "list-generations" displays provenance info. > guix system: Add "describe" action. Pushed! zimoun skribis: > Really cool! > > This is a killer feature IMHO compared to the Dockerfile approach. Let > spread the world. ;-) Glad you like it, thanks for your feedback! :-) Ludo=E2=80=99.