Test guix-system.sh fails when building from guix-1.0.0.tar.gz because docker-image.tmpl is missing

  • Done
  • quality assurance status badge
Details
2 participants
  • Ting-Wei Lan
  • Ludovic Courtès
Owner
unassigned
Submitted by
Ting-Wei Lan
Severity
normal

Debbugs page

Ting-Wei Lan wrote 6 years ago
(address . bug-guix@gnu.org)
438b4c0e-acad-c902-1d7e-86e3061abb40@gmail.com
The last line of tests/guix-system.sh is:
guix system -n docker-image gnu/system/examples/docker-image.tmpl
It doesn't work when building from guix-1.0.0.tar.gz because the file
gnu/system/examples/docker-image.tmpl doesn't exist in the source
tarball. If I manually download the file from the git repository and put
it into the extracted source tree, the test passes.
Attachment: file
Ludovic Courtès wrote 6 years ago
(name . Ting-Wei Lan)(address . lantw44@gmail.com)(address . 35774-done@debbugs.gnu.org)
8736lcxdka.fsf@gnu.org
Hello,

Ting-Wei Lan <lantw44@gmail.com> skribis:

Toggle quote (7 lines)
> The last line of tests/guix-system.sh is:
> guix system -n docker-image gnu/system/examples/docker-image.tmpl
> It doesn't work when building from guix-1.0.0.tar.gz because the file
> gnu/system/examples/docker-image.tmpl doesn't exist in the source
> tarball. If I manually download the file from the git repository and put
> it into the extracted source tree, the test passes.

Good catch, fixed in 1b0d2b2afc2ec38c025263005199dbcd347087c8.

Ludo’.
Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 35774
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