* Video documentation repository
@ 2019-02-04 11:53 Björn Höfling
2019-02-04 21:01 ` Laura Lazzati
2019-02-04 23:02 ` Ludovic Courtès
0 siblings, 2 replies; 6+ messages in thread
From: Björn Höfling @ 2019-02-04 11:53 UTC (permalink / raw)
To: guix-devel; +Cc: Ricardo Wurmus
[-- Attachment #1: Type: text/plain, Size: 550 bytes --]
Hi,
during GuixDays we said that we want to start getting into production
mode with video documentations.
Ludo, would you please create a new git repository for that purpose?
Must the commits to this repository be signed?
That would then mean that Laura needs access to it: Laura, you need to
register in Savannah:
https://savannah.gnu.org/
In the main Guix repository, there is a HACKING file with further
instructions.
If there is something unclear (which is likely the case), please ask
here on the mailing list.
Björn
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 195 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Video documentation repository
2019-02-04 11:53 Video documentation repository Björn Höfling
@ 2019-02-04 21:01 ` Laura Lazzati
2019-02-04 23:02 ` Ludovic Courtès
1 sibling, 0 replies; 6+ messages in thread
From: Laura Lazzati @ 2019-02-04 21:01 UTC (permalink / raw)
To: Björn Höfling; +Cc: guix-devel, Ricardo Wurmus
Hi!
It is still Monday :) I am still waiting for my plain to departure.
On Mon, Feb 4, 2019 at 12:53 PM Björn Höfling
<bjoern.hoefling@bjoernhoefling.de> wrote:
>
> Hi,
>
> during GuixDays we said that we want to start getting into production
> mode with video documentations.
>
> Ludo, would you please create a new git repository for that purpose?
> Must the commits to this repository be signed?
>
> That would then mean that Laura needs access to it: Laura, you need to
> register in Savannah:
>
> https://savannah.gnu.org/
Have already registered with the same username for IRC and so on (lsl88)
>
> In the main Guix repository, there is a HACKING file with further
> instructions.
Wil check this again later :) Have to go to the departure area soon.
>
> If there is something unclear (which is likely the case), please ask
> here on the mailing list.
Thanks :)
>
> Björn
Regards :)
Laura
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Video documentation repository
2019-02-04 11:53 Video documentation repository Björn Höfling
2019-02-04 21:01 ` Laura Lazzati
@ 2019-02-04 23:02 ` Ludovic Courtès
2019-02-05 10:04 ` Björn Höfling
1 sibling, 1 reply; 6+ messages in thread
From: Ludovic Courtès @ 2019-02-04 23:02 UTC (permalink / raw)
To: Björn Höfling; +Cc: guix-devel, Ricardo Wurmus
Hi!
Björn Höfling <bjoern.hoefling@bjoernhoefling.de> skribis:
> during GuixDays we said that we want to start getting into production
> mode with video documentations.
>
> Ludo, would you please create a new git repository for that purpose?
Great initiative! I can’t create it myself but I’ve filed a support
request: <https://savannah.nongnu.org/support/?109642> (the Savannah
hackers usually respond within a couple of days.)
> Must the commits to this repository be signed?
I would strongly recommend it. WDYT, Ricardo?
> That would then mean that Laura needs access to it: Laura, you need to
> register in Savannah:
I guess we could give Laura access to the repo (that gives access to all
the project repos so one has to be cautious, but that’s probably OK.)
Thoughts?
Thanks,
Ludo’.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Video documentation repository
2019-02-04 23:02 ` Ludovic Courtès
@ 2019-02-05 10:04 ` Björn Höfling
2019-02-07 19:31 ` Ludovic Courtès
0 siblings, 1 reply; 6+ messages in thread
From: Björn Höfling @ 2019-02-05 10:04 UTC (permalink / raw)
To: Ludovic Courtès; +Cc: guix-devel, Ricardo Wurmus
[-- Attachment #1: Type: text/plain, Size: 1556 bytes --]
Hi Ludo,
On Tue, 05 Feb 2019 00:02:20 +0100
Ludovic Courtès <ludo@gnu.org> wrote:
> Great initiative! I can’t create it myself but I’ve filed a support
> request: <https://savannah.nongnu.org/support/?109642> (the Savannah
> hackers usually respond within a couple of days.)
Thank you for filing the request. There you wrote:
> This repository will *not* contain any video. Instead, it will
> contains scripts and tools developed as part of an ongoing Outreachy
> internship to create internationalized videos presenting Guix.
In the current video-repository we at least save the input binaries
(i.e speech recordings in several languages for several videos). From
your comment it sounds like that is not intended for the
savannah-repos, right?
If so, we need to somehow externalize those. What would be a reliable
way of doing so? Uploading to some (which?) server? MediaGoblin? Storing
in IPFS as we do currently with the output videos for distribution among
us? Is there any stable IPFS node where we can stick them to?
> > Must the commits to this repository be signed?
>
> I would strongly recommend it. WDYT, Ricardo?
>
> > That would then mean that Laura needs access to it: Laura, you need
> > to register in Savannah:
>
> I guess we could give Laura access to the repo (that gives access to
> all the project repos so one has to be cautious, but that’s probably
> OK.) Thoughts?
I think we gave permissions to all former GSoC/Outreachy students,
right? So I'm fine with it.
Björn
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 195 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Video documentation repository
2019-02-05 10:04 ` Björn Höfling
@ 2019-02-07 19:31 ` Ludovic Courtès
2019-02-08 8:54 ` Björn Höfling
0 siblings, 1 reply; 6+ messages in thread
From: Ludovic Courtès @ 2019-02-07 19:31 UTC (permalink / raw)
To: Björn Höfling; +Cc: guix-devel, Ricardo Wurmus
[-- Attachment #1: Type: text/plain, Size: 2453 bytes --]
Hello!
Björn Höfling <bjoern.hoefling@bjoernhoefling.de> skribis:
> On Tue, 05 Feb 2019 00:02:20 +0100
> Ludovic Courtès <ludo@gnu.org> wrote:
>
>> Great initiative! I can’t create it myself but I’ve filed a support
>> request: <https://savannah.nongnu.org/support/?109642> (the Savannah
>> hackers usually respond within a couple of days.)
>
> Thank you for filing the request. There you wrote:
>
>> This repository will *not* contain any video. Instead, it will
>> contains scripts and tools developed as part of an ongoing Outreachy
>> internship to create internationalized videos presenting Guix.
>
> In the current video-repository we at least save the input binaries
> (i.e speech recordings in several languages for several videos). From
> your comment it sounds like that is not intended for the
> savannah-repos, right?
True. I mostly wanted to reassure them that this would not be a huge
repo containing only binary files. So I guess it’s OK to save audio
tracks as long as it doesn’t grow too much.
If/when it happens to grow quickly than expected, we’ll ask the Savannah
folks whether it’s still fine with them.
> If so, we need to somehow externalize those. What would be a reliable
> way of doing so? Uploading to some (which?) server? MediaGoblin? Storing
> in IPFS as we do currently with the output videos for distribution among
> us? Is there any stable IPFS node where we can stick them to?
I’d say we can think about that later if it becomes a problem.
>> I guess we could give Laura access to the repo (that gives access to
>> all the project repos so one has to be cautious, but that’s probably
>> OK.) Thoughts?
>
> I think we gave permissions to all former GSoC/Outreachy students,
> right? So I'm fine with it.
Alright!
Laura, could you please upload the OpenPGP key that you will be using to
sign commits to <https://savannah.gnu.org/users/lsl88>, and then reply
to this message signed with that same key? (If you need help setting
that up, we can discuss it off-list.)
Please read the ‘HACKING’ file as well. Technically you’ll have access
to all the Guix repositories, but for now I’d prefer you to restrict
pushes to the video repo (once it has been created, that is :-)). That
said, you’re of course welcome to contribute to the other repos, but
please email guix-devel or guix-patches beforehand.
Thanks!
Ludo’.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Video documentation repository
2019-02-07 19:31 ` Ludovic Courtès
@ 2019-02-08 8:54 ` Björn Höfling
0 siblings, 0 replies; 6+ messages in thread
From: Björn Höfling @ 2019-02-08 8:54 UTC (permalink / raw)
To: Ludovic Courtès; +Cc: guix-devel, Ricardo Wurmus
[-- Attachment #1: Type: text/plain, Size: 774 bytes --]
On Thu, 07 Feb 2019 20:31:30 +0100
Ludovic Courtès <ludo@gnu.org> wrote:
> > In the current video-repository we at least save the input binaries
> > (i.e speech recordings in several languages for several videos).
> > From your comment it sounds like that is not intended for the
> > savannah-repos, right?
>
> True. I mostly wanted to reassure them that this would not be a huge
> repo containing only binary files. So I guess it’s OK to save audio
> tracks as long as it doesn’t grow too much.
>
> If/when it happens to grow quickly than expected, we’ll ask the
> Savannah folks whether it’s still fine with them.
OK. So when the repository is created, we will save the input audios
to it, but not the output videos.
Thanks,
Björn
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 195 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2019-02-08 8:54 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-04 11:53 Video documentation repository Björn Höfling
2019-02-04 21:01 ` Laura Lazzati
2019-02-04 23:02 ` Ludovic Courtès
2019-02-05 10:04 ` Björn Höfling
2019-02-07 19:31 ` Ludovic Courtès
2019-02-08 8:54 ` Björn Höfling
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.