unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: "Gábor Boskovits" <boskovits@gmail.com>
To: Laura Lazzati <laura.lazzati.15@gmail.com>
Cc: Guix-devel <guix-devel@gnu.org>,
	Paul Garlick <pgarlick@tourbillion-technology.com>
Subject: Re: Video narration
Date: Tue, 2 Apr 2019 19:21:02 +0200	[thread overview]
Message-ID: <CAE4v=phaebuPqkV=kEsvc=MO+a=dYf-Fh8DGdiPAv58-jOLZqw@mail.gmail.com> (raw)
In-Reply-To: <CAPNLzUOG3UG1vtjFH2Vc18Ouwf7wsj8-XdJ=z1KaUaM8FFQ89w@mail.gmail.com>

Hello,

Laura Lazzati <laura.lazzati.15@gmail.com> ezt írta (időpont: 2019.
ápr. 1., H, 20:02):
>
> Hi Paul!
>
>
> > I have finished updating the transcripts and I am preparing to do the
> > recordings tomorrow.
> Great! Could you remind me in UTC at which time of the day? Because I
> generally have to record them at 00 UTC to reduce the environmental
> noise. And then match them.
> >
> > One question about the makefile: am I right in thinking that the
> > makefile automatically adjusts the duration of each slide according to
> > the duration of the corresponding audio file?  In other words it would
> > not matter if I supply audio files that are slightly longer (or
> > shorter) than your originals?
> Yes, the slides videos take the duration of the audio file. And the
> cli session videos, let me check, but they are easier in terms that
> you have to say what is said during while listening to the audio, to
> match the command.
> >
> > > Shouldn't the 'guix environment' step be later in the list of steps?
> > > If I was packaging the aspi package I would do:
> > >
> > > $ guix environment --pure r-aspi
> > > The environment was set up in the first packaging video. As far as I
> > > am concerned, the idea is to have a clean guix environment and
> > > package
> > > everything there. If you are using a foreign distro then I believe
> > > that it could not be reproducible if you package it first.
> > > Please, let the others correct me if I am wrong.
> >
> > I think that this question has to do with the complexity of the
> > package.  The aspi example is a simple case that does not have any
> > dependencies outside the R build system.  For a more complex package
> > (newPackage, for example) using:
> >
> > $ guix environment --pure guix
> > $ guix build newPackage
> >
> > would fail if newPackage has extra inputs.  Instead, the commands
> > should be:
> >
> > $ guix environment --pure newPackage
> > $ guix build newPackage
> >
> > I think this would be easy to communicate to new users if steps 1 and 2
> > are switched on Slide 2 and I add some extra words to the transcript.
> >
> > Do you (and others) agree?
> When I packaged, I did it the other way, and my mentors approved them.
> Recall that you are "touching" .scm files from your the guix you have
> installed if you do it the other way around. But if the others can
> shed some light it would be great. In case I am wrong, I would need to
> change not only the slides but also the cli sessions :/. In that case,
> could you reschedule the day for the recordings?
>

Sorry, I am late to the party. To clarify things, the following is
happening here:
1. at first guix is built from source, in a guix environment guix
2. the package is added
3. the package build is tested using pre-inst-env guix build package

So, the environment is not for r-aspi, but to get to the exact environment where
the pre-inst-env was built, so the third step is reproducible.

Does that make sense?

> Regards :)
> Laura

Best regards,
g_bor

  parent reply	other threads:[~2019-04-02 17:25 UTC|newest]

Thread overview: 87+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-05 12:52 Video narration Laura Lazzati
2019-03-05 15:14 ` Paul Garlick
2019-03-05 16:27   ` Laura Lazzati
2019-03-15 11:48     ` Paul Garlick
2019-03-15 14:27       ` Laura Lazzati
2019-03-16  3:27         ` Laura Lazzati
2019-03-18 17:07           ` Paul Garlick
2019-03-19  5:00             ` Laura Lazzati
2019-03-19 21:02               ` Laura Lazzati
2019-03-20 12:39                 ` Paul Garlick
2019-03-20 13:38                   ` Ricardo Wurmus
2019-03-20 16:20                     ` Laura Lazzati
2019-03-22 17:11                       ` Paul Garlick
2019-03-22 17:35                         ` Laura Lazzati
2019-03-22 19:39                           ` Paul Garlick
2019-03-24  3:47                             ` Laura Lazzati
2019-03-24 10:17                               ` Gábor Boskovits
2019-03-24 18:52                                 ` Laura Lazzati
2019-03-25 12:55                               ` Paul Garlick
2019-03-25 22:49                                 ` Laura Lazzati
2019-03-25 23:16                                   ` sirgazil
2019-03-26 17:08                                   ` Paul Garlick
2019-03-26 17:58                                     ` Laura Lazzati
2019-03-27 21:00                                       ` Paul Garlick
2019-03-27 22:01                                         ` Laura Lazzati
2019-03-29 22:32                                           ` Paul Garlick
2019-03-29 22:45                                             ` Laura Lazzati
2019-04-01 15:16                                               ` Paul Garlick
2019-04-01 18:02                                                 ` Laura Lazzati
2019-04-02  8:34                                                   ` Paul Garlick
2019-04-02 18:19                                                     ` Laura Lazzati
2019-04-03 14:05                                                       ` Paul Garlick
2019-04-03 14:25                                                         ` sirgazil
2019-04-03 15:38                                                         ` Gábor Boskovits
2019-04-03 16:45                                                         ` sirgazil
2019-04-03 19:11                                                         ` Laura Lazzati
2019-04-05 14:36                                                           ` Paul Garlick
2019-04-05 18:23                                                             ` Laura Lazzati
2019-04-05 18:49                                                               ` Ricardo Wurmus
2019-04-08 16:19                                                                 ` Paul Garlick
2019-04-09 10:46                                                                   ` Laura Lazzati
2019-04-09 14:10                                                                     ` Paul Garlick
2019-04-17 19:44                                                                       ` Laura Lazzati
2019-04-17 22:11                                                                         ` Paul Garlick
2019-04-18 17:12                                                                           ` Ludovic Courtès
2019-04-19 12:14                                                                             ` Ricardo Wurmus
2019-04-18 17:20                                                                           ` Laura Lazzati
2019-04-19  0:25                                                                             ` Paul Garlick
2019-04-20 21:11                                                                               ` Laura Lazzati
2019-04-22 12:29                                                                                 ` Paul Garlick
2019-04-22 18:27                                                                                   ` Laura Lazzati
2019-04-22 22:29                                                                                     ` Paul Garlick
2019-04-26 22:01                                                                                     ` Paul Garlick
2019-04-26 22:54                                                                                       ` Laura Lazzati
2019-04-29 17:53                                                                                         ` Paul Garlick
2019-04-29 19:50                                                                                           ` Laura Lazzati
2019-04-29 20:06                                                                                             ` Paul Garlick
2019-04-29 20:19                                                                                               ` Laura Lazzati
2019-04-29 22:50                                                                                                 ` Paul Garlick
2019-04-30  8:52                                                                                                   ` Laura Lazzati
2019-04-30 13:22                                                                                                     ` Laura Lazzati
2019-04-30 23:36                                                                                                       ` Paul Garlick
2019-05-01 14:05                                                                                                         ` Laura Lazzati
2019-05-02 21:36                                                                                                           ` Paul Garlick
2019-05-04 19:34                                                                                                             ` Laura Lazzati
2019-05-06 11:22                                                                                                               ` Paul Garlick
2019-05-08 20:47                                                                                                                 ` Laura Lazzati
2019-05-08 23:14                                                                                                                   ` Paul Garlick
2019-05-09 14:57                                                                                                                     ` Laura Lazzati
2019-05-09 17:54                                                                                                                       ` Paul Garlick
2019-05-10 19:50                                                                                                                         ` Laura Lazzati
2019-05-10 21:54                                                                                                                           ` Paul Garlick
2019-05-10 21:58                                                                                                                             ` Laura Lazzati
2019-05-10 20:19                                                                                                                       ` Gábor Boskovits
2019-05-10 21:57                                                                                                                         ` Laura Lazzati
2019-05-10 22:34                                                                                                                           ` sirgazil
2019-05-21  2:52                                                                                                                             ` Laura Lazzati
2019-05-21  8:29                                                                                                                               ` Gábor Boskovits
2019-05-22 12:54                                                                                                                                 ` Laura Lazzati
2019-05-23 10:14                                                                                                                               ` Paul Garlick
2019-05-23 14:07                                                                                                                                 ` Laura Lazzati
2019-05-23 21:36                                                                                                                                   ` Paul Garlick
2019-05-25 18:19                                                                                                                                     ` Laura Lazzati
2019-05-06 13:35                                                                                                         ` Ricardo Wurmus
2019-05-06 20:34                                                                                                           ` Paul Garlick
2019-04-02 17:21                                                   ` Gábor Boskovits [this message]
2019-04-02 18:16                                                     ` Laura Lazzati

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAE4v=phaebuPqkV=kEsvc=MO+a=dYf-Fh8DGdiPAv58-jOLZqw@mail.gmail.com' \
    --to=boskovits@gmail.com \
    --cc=guix-devel@gnu.org \
    --cc=laura.lazzati.15@gmail.com \
    --cc=pgarlick@tourbillion-technology.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).