summaryrefslogtreecommitdiff
path: root/build-aux/build-self.scm
AgeCommit message (Expand)AuthorFilesLines
2026-03-11build-aux: Disable file port name canonicalization in a few places.Christopher Baines1-0/+6
2026-03-11build-self: Setup buffering for the store socket.Christopher Baines1-0/+7
2026-02-26build-aux/build-self: Fix incorrect message error output.Maxim Cournoyer1-1/+1
2025-09-11build-self: Remove 2018-era replacement for ‘make-config.scm’.Ludovic Courtès1-90/+1
2025-09-11build-self: Remove 2018-era compatibility shim for ‘gexp->script’.Ludovic Courtès1-49/+0
2025-09-11build-self: Remove 2018-era fallback for guile-gcrypt.Ludovic Courtès1-45/+2
2024-07-18guix: channels: Enable specifiying available builtin builders.Christopher Baines1-9/+20
2021-11-27build-self: Help users to submit useful bug reports.Tobias Geerinckx-Rice1-1/+1
2021-04-29download: Use Disarchive as a last resort.Timothy Sample1-0/+1
2021-04-01build-self: Take care of the spinner in the parent process.Ludovic Courtès1-26/+17
2021-04-01build-self: Forward sub-process build output to (current-build-output-port).Ludovic Courtès1-25/+65
2021-03-19build-self: Silent Guile warnings while computing the derivation.Ludovic Courtès1-8/+11
2021-02-04channels: Record 'guix' channel metadata in (guix config).Ludovic Courtès1-3/+8
2021-02-01guix package: Add '--export-channels'.Ludovic Courtès1-0/+3
2020-08-24Use "guile-zlib" and "guile-lzlib" instead of (guix config).Mathieu Othacehe1-6/+2
2020-04-08Merge branch 'master' into core-updatesMarius Bakke1-1/+5
2020-04-06build-self: Avoid call to 'show-what-to-build*' on modern Guix.Ludovic Courtès1-1/+5
2020-03-19Merge branch 'master' into core-updatesMarius Bakke1-1/+2
2020-03-19build-self: Import (ice-9 threads) in the compute-guix-derivation script.Marius Bakke1-1/+2
2020-03-16gnu: Default to Guile 3.0.Ludovic Courtès1-2/+2
2020-02-20build-self: Show wider backtraces.Ludovic Courtès1-1/+2
2019-07-16Use more guix.gnu.org.Tobias Geerinckx-Rice1-1/+1
2019-05-12build-self: Let HOME pass through the execution environment.Ludovic Courtès1-0/+4
2019-05-11Revert "build-self: Let HOME pass through the execution environment."Tobias Geerinckx-Rice1-4/+0
2019-05-11build-self: Let HOME pass through the execution environment.Ludovic Courtès1-0/+4
2019-04-23build-self: Explain why we keep using deprecated bindings.Ludovic Courtès1-0/+3
2019-04-23Revert "build-self: Avoid deprecated bindings."Ludovic Courtès1-3/+3
2019-04-22build-self: Avoid deprecated bindings.Mark H Weaver1-3/+3
2019-04-17self: Remove unused variable.Ludovic Courtès1-4/+0
2019-03-26build-self: Disable position recording.Ludovic Courtès1-1/+5
2019-02-04daemon: Rename 'NIX_STATE_DIR' and 'NIX_DB_DIR' environment variables.Ludovic Courtès1-2/+2
2019-01-21build-self: Execute trampoline in a clean environment.Ludovic Courtès1-21/+30
2019-01-08build-self: Spin only on TTYs.Ludovic Courtès1-6/+7
2019-01-06build-self: Don't clobber the output port.Ludovic Courtès1-1/+1
2018-09-13Merge branch 'master' into core-updatesLeo Famulari1-1/+19
2018-09-13build-self: Emit a useful message upon error.Ludovic Courtès1-1/+11
2018-09-13build-self: Add a dummy (git) module to 'compute-guix-derivation'.Ludovic Courtès1-0/+8
2018-09-09Merge branch 'master' into core-updatesMarius Bakke1-13/+80
2018-09-06build-self: Accomodate upgrades from May 2016 and earlier.Ludovic Courtès1-0/+10
2018-09-04Switch to Guile-Gcrypt.Ludovic Courtès1-13/+70
2018-07-27build-self: Default to Guile 2.2 when building a standalone Guix.Ludovic Courtès1-1/+8
2018-07-27gnu: guile: Remove version 2.2.2.Ludovic Courtès1-3/+1
2018-06-26build-self: Inherit the daemon connection from the parent process.Ludovic Courtès1-8/+33
2018-06-21build-self: Avoid recompilations of 'compute-guix-derivation'.Ludovic Courtès1-8/+9
2018-06-18self: Define derived '-directory' variables in config.scm.Ludovic Courtès1-5/+25
2018-06-18build-self: Do not rely on '%store-database-directory'.Ludovic Courtès1-1/+3
2018-06-18build: Remove checks for 'nix-instantiate'.Ludovic Courtès1-7/+3
2018-06-18self: Make (guix config) generation really stateless.Ludovic Courtès1-11/+10
2018-06-09self: Produce a complete package with the 'guix' command.Ludovic Courtès1-5/+14
2018-04-08build-self: Add missing 'close-pipe' call.Ludovic Courtès1-7/+9