diff options
author | Vincent Legoll <vincent.legoll@gmail.com> | 2020-04-13 14:25:57 +0200 |
---|---|---|
committer | Guix Patches Tester <> | 2020-04-14 19:16:25 +0100 |
commit | 7d0befe6d84b8ef82d836888a0d0c386961c7226 (patch) | |
tree | d8be11e7547e24e9119761582d6d34d04313d9b2 | |
parent | d94271f9ca68062435c35f788dcb22483b38ef31 (diff) | |
download | patches-7d0befe6d84b8ef82d836888a0d0c386961c7226.tar patches-7d0befe6d84b8ef82d836888a0d0c386961c7226.tar.gz |
doc: Mention update-guix-package in guix-binary tarball rebuild instructions.series-3523
* doc/guix.texi (Binary Installation): Mention 'make update-guix-package'.
-rw-r--r-- | doc/guix.texi | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 891e2693f6..8bf4ef9b74 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -77,6 +77,7 @@ Copyright @copyright{} 2020 Jakub Kądziołka@* Copyright @copyright{} 2020 Jack Hill@* Copyright @copyright{} 2020 Naga Malleswari@* Copyright @copyright{} 2020 Brice Waegeneire@* +Copyright @copyright{} 2020 Vincent Legoll@* Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or @@ -736,6 +737,16 @@ guix pack -s @var{system} --localstatedir \ @xref{Invoking guix pack}, for more info on this handy tool. +If you have local modifications you want to include in the resulting +tarball, you have to run the following command in your modified Guix +source tree before doing the above: + +@example +make update-guix-package +git commit -m'NOT_FOR_UPSTREAM:allow testing a modified guix-binary' \ + gnu/packages/package-management.scm +@end example + @node Requirements @section Requirements |