[doc] More foolproof command in https://guix.gnu.org/cookbook/en/html_node/Reproducible-profiles.html

  • Done
  • quality assurance status badge
Details
3 participants
  • Luca Cirrottola
  • Ludovic Courtès
  • pelzflorian (Florian Pelz)
Owner
unassigned
Submitted by
Luca Cirrottola
Severity
normal
Merged with

Debbugs page

Luca Cirrottola wrote 2 years ago
(address . bug-guix@gnu.org)
604440286.33445137.1669052094687.JavaMail.zimbra@inria.fr
Hello guixers,
For an even more foolproof experience when trying [ https://guix.gnu.org/cookbook/en/html_node/Reproducible-profiles.html| https://guix.gnu.org/cookbook/en/html_node/Reproducible-profiles.html ] (which already goes very smoothly), the command
`mkdir "$GUIX_EXTRA"/my-project` (fourth line) could add the option `-p` (i.e. `mkdir -p "$GUIX_EXTRA"/my-project`).

Keep hacking!

Luca

--
Luca CIRROTTOLA
Research software engineer @ INRIA center of the university of Bordeaux
Personal webpage: [ https://lcirrottola.github.io/| https://lcirrottola.github.io/ ]
Tel: +33 5 2 4 57 41 21
200 Avenue de la Vieille Tour
33405 Talence cedex
France
Attachment: file
Ludovic Courtès wrote 2 years ago
control message for bug #59463
(address . control@debbugs.gnu.org)
87fsebiet1.fsf@gnu.org
merge 59463 59464
quit
pelzflorian (Florian Pelz) wrote 2 years ago
Re: bug#59463: [doc] More foolproof command in https://guix.gnu.org/cookbook/en/html_node/Reproducible-profiles.html
(name . Luca Cirrottola)(address . luca.cirrottola@inria.fr)(address . 59463-done@debbugs.gnu.org)
87tu2ktgtk.fsf@pelzflorian.de
Thanks for reporting in time for the 1.4.0 release of the cookbook. :)
Fixed in 39f88ee29faa98d0b9b9761f2db8dc7721200fe5.

Regards,
Florian
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 59463@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 59463
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help