From: Alex Vong <alexvong1995@gmail.com>
To: Vincent Legoll <vincent.legoll@gmail.com>
Cc: guix-devel <guix-devel@gnu.org>
Subject: Re: guix package modif testing
Date: Thu, 28 Jul 2016 03:03:29 +0800 [thread overview]
Message-ID: <87zip252f2.fsf@gmail.com> (raw)
In-Reply-To: <CAEwRq=pz3aTK49WRVL1xCdQyh7PRfCeizyS3eDHf6AzesQX+NQ@mail.gmail.com> (Vincent Legoll's message of "Wed, 27 Jul 2016 18:37:26 +0200")
Hi Vincent,
Vincent Legoll <vincent.legoll@gmail.com> writes:
>> .config/guix/latest is itself a link into /gnu/store/..., so cannot be
>> changed. You should work with a git checkout - so do a "git pull", not
>> a "guix pull"!
>
> The thing I still miss is that: how do I make guix use a different git
> checkout ?
>
> Is there a GUIX_CHECKOUT_PATH env var, a CLI parameter, or
> ./boostrap & ./pre-inst-env done in the checkout does all the magic ?
I think you are confusing the system you are running (Guix SD) and the
system you are developing (the Guix git repo). `.config/guix/latest' is
part of the your running system, so it is not the place you want to
experiment with changes. To develop Guix, you need to clone its git repo
by running:
$ git clone git://git.savannah.gnu.org/guix.git
Then, you can `cd' into the cloned repo and start running the
`./boostrap' stuffs and so on...
In case you are new to git, you can read the git book
(https://git-scm.com/book/en/v2) or simply search for it on the
Internet, Stackoverflow is the place where I learn most of git.
Cheers,
Alex
next prev parent reply other threads:[~2016-07-27 19:03 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-07-27 13:19 guix package modif testing Vincent Legoll
2016-07-27 13:25 ` Andreas Enge
2016-07-27 13:49 ` Alex Vong
2016-07-27 14:56 ` Vincent Legoll
2016-07-27 16:21 ` Andreas Enge
2016-07-27 16:37 ` Vincent Legoll
2016-07-27 17:01 ` Andreas Enge
2016-07-27 17:02 ` Andreas Enge
2016-07-27 17:19 ` Vincent Legoll
2016-07-27 19:03 ` Alex Vong [this message]
2016-07-28 7:11 ` Vincent Legoll
2016-07-28 9:15 ` Vincent Legoll
2016-07-28 12:51 ` Ludovic Courtès
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=87zip252f2.fsf@gmail.com \
--to=alexvong1995@gmail.com \
--cc=guix-devel@gnu.org \
--cc=vincent.legoll@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.