diff options
author | Marius Bakke <mbakke@fastmail.com> | 2018-12-27 15:44:38 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2018-12-27 15:44:38 +0100 |
commit | af8fd11bed63af2ba97749fe7375880e0c5f0b20 (patch) | |
tree | b70488a69bad36521262f707d5c2876e3dfab359 /doc/guix.texi | |
parent | 1262be5c61ce6508990e67ac161605bbc9bda923 (diff) | |
parent | 5a7899fd88c1c463d3b75ac9077ccd183ddec914 (diff) | |
download | patches-af8fd11bed63af2ba97749fe7375880e0c5f0b20.tar patches-af8fd11bed63af2ba97749fe7375880e0c5f0b20.tar.gz |
Merge branch 'master' into staging
Diffstat (limited to 'doc/guix.texi')
-rw-r--r-- | doc/guix.texi | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 8a781f5ec7..c6286f2222 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -2887,6 +2887,11 @@ Use @var{profile} instead of @file{~/.config/guix/current}. Show which channel commit(s) would be used and what would be built or substituted but do not actually do it. +@item --system=@var{system} +@itemx -s @var{system} +Attempt to build for @var{system}---e.g., @code{i686-linux}---instead of +the system type of the build host. + @item --verbose Produce verbose output, writing build logs to the standard error output. @@ -7699,6 +7704,11 @@ URL. Check that the source file name is meaningful, e.g.@: is not just a version number or ``git-checkout'', without a declared @code{file-name} (@pxref{origin Reference}). +@item source-unstable-tarball +Parse the @code{source} URL to determine if a tarball from GitHub is +autogenerated or if it is a release tarball. Unfortunately GitHub's +autogenerated tarballs are sometimes regenerated. + @item cve @cindex security vulnerabilities @cindex CVE, Common Vulnerabilities and Exposures |