Subject | Hash | Author | Date (UTC) |
---|---|---|---|
doc: Sync the client and daemon --rounds options documentation. | 5918cb5341ecd76304eef2cb529e20896b56f4e5 | Maxim Cournoyer | 2020-10-09 20:50:01 |
nix: Honor '--rounds' when also using '--check'. | 0fa0e8df60b0b005a8d9499562464c5a66218a5b | Maxim Cournoyer | 2020-10-09 20:12:15 |
gnu: linux-libre 4.19: Update to 4.19.150. | 7ee4d47d1ad0463f3d0e05505ad49f091101383e | Leo Famulari | 2020-10-08 17:36:04 |
gnu: linux-libre 5.4: Update to 5.4.70. | d9dfa10acb8b543e75efcc7b180fd56d6b3ded60 | Leo Famulari | 2020-10-08 17:33:52 |
gnu: linux-libre: Update to 5.8.14. | 06a796df30cdeb08dd4ce2f584430e2223ed7e70 | Leo Famulari | 2020-10-08 17:29:41 |
gnu: sudo: Remove support for Python plug-ins. | 165e0918da54643bfaf9a6cb6b866f8692e9f8f9 | Jan (janneke) Nieuwenhuizen | 2020-10-07 16:49:29 |
doc: Document missing openssh configure option. | 9c1b8390ba36c0b9e3d5580b0f00206255f9b9a8 | Efraim Flashner | 2020-10-09 13:45:12 |
gnu: emacs-ivy-posframe: Update to 0.5.1. | 49c5a7468aaad31b8093ae52d4684ed2f09a1c8e | Nicolas Goaziou | 2020-10-09 12:48:13 |
gnu: catch2: Update to 2.13.2. | 4e395c74c81b8be3bcc26cb9d135fdd92e8b3497 | Tobias Geerinckx-Rice | 2020-10-08 17:16:29 |
gnu: libsndfile: Update source file hash. | 64c20b05c861576e94a35a7232de2e3b8fe5c355 | Tobias Geerinckx-Rice | 2020-10-09 11:30:40 |
gnu: python-shapely: Remove cythonized files. | 29a2eb36ff85eb75eeb907aa687fbb655b5f1097 | Efraim Flashner | 2020-10-09 05:02:28 |
gnu: python-shapely: Update to 1.7.1. | 5fe5548907337fee70a3a961e6df9a586f5f52e5 | Malte Frank Gerdes | 2020-10-08 18:20:12 |
gnu: sunxi-tools: Fix build. | 7e917283d71fee1a29363e113f29c8c21f7c4739 | Danny Milosavljevic | 2020-10-08 21:11:55 |
gnu: guix-build-coordinator: Update to 0-1.e701d4d. | aadd3429fb28a48f2cffaf9f360baf7a41f58d26 | Christopher Baines | 2020-10-08 19:44:03 |
services: guix: Don't use normalized codeset for Guix Data Service. | 65c9f07a1616382c00d23b83d7a42b0e72dd8df8 | Christopher Baines | 2020-10-08 19:21:02 |
offload: Improve load normalization and configurability. | efbf5fdd01817ea75de369e3dd2761a85f8f7dd5 | Maxim Cournoyer | 2020-10-03 05:17:54 |
gnu: discount: Install .pc file. | 01f9a4c0f23e23e1e626007e6ead948923a23a0d | Tobias Geerinckx-Rice | 2020-10-07 12:50:59 |
gnu: discount: Update to 2.2.7. | 34316794e73091e8920e54bd089616ad27fe107c | Tobias Geerinckx-Rice | 2020-10-07 12:50:20 |
gnu: discount: Cross-compile. | f41b56a92e8158f1fcb4cfef762783a6bab8a63d | Tobias Geerinckx-Rice | 2020-10-07 12:46:54 |
gnu: entr: Remove erroneous use of DESTDIR. | 6ad8fc65d4baf5ac624021175dfa625c8fd35fd9 | Tobias Geerinckx-Rice | 2020-10-07 12:36:33 |
File | Lines added | Lines deleted |
---|---|---|
doc/guix.texi | 3 | 5 |
File doc/guix.texi changed (mode: 100644) (index 94afdffee3..8514dfe86f) | |||
... | ... | Non-deterministic build processes are a problem because they make it | |
9155 | 9155 | practically impossible for users to @emph{verify} whether third-party | practically impossible for users to @emph{verify} whether third-party |
9156 | 9156 | binaries are genuine. @xref{Invoking guix challenge}, for more. | binaries are genuine. @xref{Invoking guix challenge}, for more. |
9157 | 9157 | ||
9158 | Note that, currently, the differing build results are not kept around, | ||
9159 | so you will have to manually investigate in case of an error---e.g., by | ||
9160 | stashing one of the build results with @code{guix archive --export} | ||
9161 | (@pxref{Invoking guix archive}), then rebuilding, and finally comparing | ||
9162 | the two results. | ||
9158 | When used in conjunction with @option{--keep-failed}, the differing | ||
9159 | output is kept in the store, under @file{/gnu/store/@dots{}-check}. | ||
9160 | This makes it easy to look for differences between the two results. | ||
9163 | 9161 | ||
9164 | 9162 | @item --no-offload | @item --no-offload |
9165 | 9163 | Do not use offload builds to other machines (@pxref{Daemon Offload | Do not use offload builds to other machines (@pxref{Daemon Offload |