all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Hellseher <sharlatanus@gmail.com>
To: Christopher Baines <mail@cbaines.net>
Cc: guix-devel@gnu.org
Subject: Re: Guix - installation script
Date: Thu, 7 Sep 2017 19:11:58 +0100	[thread overview]
Message-ID: <a2f4c033-636d-8a44-10a4-1919269d7895@gmail.com> (raw)
In-Reply-To: <20170902170422.080d3e95@cbaines.net>

Hi,

Sorry for delayed replay, it's busy time at work/home.

I'll check and fix it as soon as possibly, but you always can pull 
request it on a GitHub.

You also mentioned to send it to guix-devel@gnu.org, which format do you 
prefer?


Regards,

HS


On 02/09/17 17:04, Christopher Baines wrote:
> On Sun, 27 Aug 2017 23:36:17 +0100
> Christopher Baines <mail@cbaines.net> wrote:
>
>> On Sat, 26 Aug 2017 21:51:12 +0100
>> Hellseher <sharlatanus@gmail.com> wrote:
>>
>>> Hi,
>>>
>>> That's great, thank you!
>>>
>>> I'll go through all suggestions and make required changes as soon
>>> as possible.
>>>
>>> Do you want to move that script to separate stand along repository
>>> to make it easy for other to review it?
>> What might work well is for you to send the whole script to guix-devel
>> in an email. Then people can read through and review it.
>>
>> I'll try to make some time to review and test this in the coming week.
> I've tried running this in a Debian VM, and I've nearly managed to get
> Guix installed.
>
>  From my experience, I've got some suggestions for the script.
>
> Firstly, I see this as installing GNU Guix, not GuixSD, as I understand
> GuixSD to be an operating system, and this script won't install an OS,
> just Guix within your existing operating system.
>
> For the ascii art, I tweaked it by removing the SD, and adding some
> separation between the i and x to make it more readable.
>     _____ _   _ _    _     _____       _
>    / ____| \ | | |  | |   / ____|     (_)
>   | |  __|  \| | |  | |  | |  __ _   _ _ __  __
>   | | |_ | . ` | |  | |  | | |_ | | | | |\ \/ /
>   | |__| | |\  | |__| |  | |__| | |_| | | >  <
>    \_____|_| \_|\____/    \_____|\__,_|_|/_/\_\
>
>
> Just requiring one of curl and wget would be good, either by removing
> the need to use curl (it wasn't on the Debian system I was testing
> with), or making it possible to use either would work.
>
> I think the requirement on which could be removed by using the bash
> builtin type.
>
> Also, for checking dependencies, currently when it fails, the entire
> script stops as command exits with a status of 1. Something like this
> would work though:
>
>         if ! command -v "$c" &>/dev/null; then
>             warn+=("$c")
>         fi
>
> I think running guix package -i at the end might be a bit too much.
> Maybe it would be better to suggest running a less permanent command,
> e.g. guix environment --ad-hoc hello -- hello, and directing them to
> IRC or the mailing list if they have problems?
>
> Thanks again for writing this :)

  reply	other threads:[~2017-09-07 18:12 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-07-31 22:49 Guix - installation script Sharlatan Hellseher
2017-08-01 10:55 ` ng0
2017-08-01 17:29   ` Sharlatan Hellseher
2017-08-25 18:33 ` Christopher Baines
2017-08-26 12:57   ` Ludovic Courtès
2017-08-26 20:51     ` Hellseher
2017-08-27 22:36       ` Christopher Baines
2017-09-02 16:04         ` Christopher Baines
2017-09-07 18:11           ` Hellseher [this message]
2017-09-07 18:25             ` Christopher Baines
2017-10-02  6:15               ` Pjotr Prins
2017-12-05 10:55                 ` Catonano
2018-01-28 18:00                   ` Ricardo Wurmus
2018-01-28 19:14                     ` Catonano
2018-02-04 10:04                     ` Hellseher
2018-02-05 11:05                       ` Ludovic Courtès
2017-12-11 22:31                 ` myglc2

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=a2f4c033-636d-8a44-10a4-1919269d7895@gmail.com \
    --to=sharlatanus@gmail.com \
    --cc=guix-devel@gnu.org \
    --cc=mail@cbaines.net \
    /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.