Re: New topic: packaging

2019-02-18 Thread Björn Höfling
On Sun, 17 Feb 2019 10:02:26 +0100 swedebugia wrote: > Am I late to the party? Yes, you are :-) We decided to split once: We now put the whole "setup and build guix from git" part into one video. And then the real "packaging" part starts in a second video. It might be that we need to break

Re: New topic: packaging

2019-02-18 Thread swedebugia
"Björn Höfling" skrev: (13 februari 2019 10:13:22 CET) >On Mon, 11 Feb 2019 11:38:21 -0300 >Laura Lazzati wrote: > >> Hi Guix again! >> >> Another topic is about showing how to package. >> >> Gábor suggested maybe using my experience about creating a new R >> package. >> >> My idea is to

Re: New topic: packaging

2019-02-14 Thread Laura Lazzati
Hi! was planning to add my point of view a little later, after finishing my draft of everyday use, which I am also finding that only with concepts and showing the basic commands lasts three minutes up to now, and I still have a lot to show/mention. > Yes, I agree to this outline. One possibility

Re: New topic: packaging

2019-02-14 Thread Gábor Boskovits
Hello, > Then it would involve the whole things: > > * git clone ... > * go into guix directory > * Enter the environment: > guix environment guix > --> Explain what happens here and what's so cool about it. > * ./bootstrap > * ./configure --localstatedir=/var > * make > * Then the import

Re: New topic: packaging

2019-02-13 Thread Björn Höfling
On Mon, 11 Feb 2019 11:38:21 -0300 Laura Lazzati wrote: > Hi Guix again! > > Another topic is about showing how to package. > > Gábor suggested maybe using my experience about creating a new R > package. > > My idea is to show how to look for a package that is not packaged, > package it and

Re: New topic: packaging

2019-02-12 Thread Laura Lazzati
Just wanted to let you know that we will be discussing the content ofthis video by mail until Friday 7:00 UTC . After that, feel free to join ##guix-outreachy for the final discussion on Friday at 12:00 UTC. Regards :)

Re: New topic: packaging

2019-02-11 Thread znavko
GuixSD declared features are academic way of evolution. Guile instead of self-made language. Transactions and wide control of packages versions instead of on the wing updates that break the system. Sorry my French. If we describe the advantages of Guix for the users, there will be many sites

New topic: packaging

2019-02-11 Thread Laura Lazzati
Hi Guix again! Another topic is about showing how to package. Gábor suggested maybe using my experience about creating a new R package. My idea is to show how to look for a package that is not packaged, package it and the workflow for testing it with git am and send it to the patches list.