From: swedebugia <swedebugia@riseup.net>
To: "Björn Höfling" <bjoern.hoefling@bjoernhoefling.de>,
"Laura Lazzati" <laura.lazzati.15@gmail.com>
Cc: Guix-devel <guix-devel@gnu.org>
Subject: Re: New topic: packaging
Date: Sun, 17 Feb 2019 10:02:26 +0100 [thread overview]
Message-ID: <BCCCD75A-6E84-4943-8AEB-CE0427D47C29@riseup.net> (raw)
In-Reply-To: <20190213101322.58e3f151@alma-ubu>
[-- Attachment #1: Type: text/plain, Size: 2295 bytes --]
"Björn Höfling" <bjoern.hoefling@bjoernhoefling.de> skrev: (13 februari 2019 10:13:22 CET)
>On Mon, 11 Feb 2019 11:38:21 -0300
>Laura Lazzati <laura.lazzati.15@gmail.com> 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 the workflow for testing it with git am and send it to
>> the patches list. WDTY?
>
>Aggreed on R: There is the importer to show, and R-packages are usually
>easy to go.
>
>We have the rough idea of steps to take in the manual. Point people to
>the right chapter here.
>
>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 begins:
>* ./pre-inst-env guix import ...
>* [hack file, using emacs, maybe ./pre-inst guix edit new-package]
>* ./pre-iinst-env guix build new-package
>* Check:
> ./pre-inst-env guix lint new-package
>* Finally:
> Commit, take care of the correct commit messsages
>* git format-patch and maybe git send-email
>
>This is a lot for even a simple R package but I don't see how/where we
>could leave out steps without confusing people.
>
>Björn
Hi.
Am I late to the party?
Here is my two cents.
I suggest splitting this in multiple videos.
Split after make is finished.
I agree it is hard to cover less than this if we want to nudge people into contributing new packages and guide them the whole way.
If you decide to go with
./pre-inst guix edit new-package
then I suggest we fool proof it by prepending EDITOR=emacs
Given this I suggest the video starting after make also include setting up emacs. This might even warrant its own short video. So we end up with 3!
Generally I think shorter videos to the point are preferred over long ones bundling multiple things.
Maybe we should cut it also after successful build and test and make the comitting a separate video. That gives us 4 in total 😃
--
Sent from my k-9 mail for Android.
[-- Attachment #2: Type: text/html, Size: 2765 bytes --]
next prev parent reply other threads:[~2019-02-18 19:54 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-02-11 14:38 New topic: packaging Laura Lazzati
2019-02-11 15:49 ` znavko
2019-02-13 3:03 ` Laura Lazzati
2019-02-13 9:13 ` Björn Höfling
2019-02-14 14:41 ` Gábor Boskovits
2019-02-14 14:55 ` Laura Lazzati
2019-02-17 9:02 ` swedebugia [this message]
2019-02-18 21:16 ` Björn Höfling
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=BCCCD75A-6E84-4943-8AEB-CE0427D47C29@riseup.net \
--to=swedebugia@riseup.net \
--cc=bjoern.hoefling@bjoernhoefling.de \
--cc=guix-devel@gnu.org \
--cc=laura.lazzati.15@gmail.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 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.