From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:33695) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iArgV-00066E-EI for guix-patches@gnu.org; Thu, 19 Sep 2019 04:21:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iArgU-0002zt-8M for guix-patches@gnu.org; Thu, 19 Sep 2019 04:21:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:46294) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iArgU-0002zn-5K for guix-patches@gnu.org; Thu, 19 Sep 2019 04:21:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iArgT-0002l7-Vq for guix-patches@gnu.org; Thu, 19 Sep 2019 04:21:02 -0400 Subject: [bug#37443] [PATCH] scripts: pull: Add options for generation management Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <87d0fx71p2.fsf@gnu.org> Date: Thu, 19 Sep 2019 10:20:46 +0200 In-Reply-To: (Konrad Hinsen's message of "Thu, 19 Sep 2019 08:33:51 +0200") Message-ID: <87v9toy9wh.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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: Konrad Hinsen Cc: 37443-done@debbugs.gnu.org Hello, Konrad Hinsen skribis: >> Cool, applied! > > Great, thanks! > >> It=E2=80=99s great news that the MOOC will be talking about reproducible >> research! Uh, I meant: it=E2=80=99s great news that the MOOC on reproducible research= will be talking about Guix. > That's what it has been doing for a while. The news is that it will > contain a tutorial on using Guix. In parallel with the same task > (defining/communicating/restoring a software environment) using > a more heavyweight toolchain: Debian + debuerreotype + Docker. I see. >> Now, it=E2=80=99s true that having two different profiles appears to be = hard >> to grasp for newcomers, as Ricardo was saying just now on IRC. > > I suspect that the whole idea of profiles (as distinct from the user > account) is not obvious. If I ever extend my tutorial to include > profiles, I would probably introduce them as persistent environments. Yeah, that=E2=80=99s what they are, so maybe it=E2=80=99s simpler to presen= t profiles as persistent environments. > And since I am in criticizing mood, the whole Guix management API > suffers from bad naming. Consider "guix pull -l". What does it pull? Or > "guix package =E2=80=93-roll-back", which doesn't roll back a package but= a > profile. Guix is following the lead of git whose command line API makes > sense only to people who have seen it grow historically. What would you suggest? =E2=80=9Cguix log=E2=80=9D, =E2=80=9Cguix roll-bac= k=E2=80=9D? Thanks, Ludo=E2=80=99.