aboutsummaryrefslogtreecommitdiff
path: root/bootstrap
blob: f34c43dc52f7dc83a613f2b6fc8388cccc01260a (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/sh

# Import missing source files and create the build system.

set -e -x

top_srcdir="$PWD"
export top_srcdir

git submodule init
git submodule update

./nix/sync-with-upstream

exec autoreconf -vfi
b4bda4'>installer: Use 'current-guix' for extensions....Ludovic Courtès 2022-11-02installer: Skip the backtrace page on user abort....Mathieu Othacehe 2022-11-02installer: Add core dump support....Mathieu Othacehe 2022-08-08installer: Render the final configuration with (guix read-print)....Ludovic Courtès 2022-02-02installer: Use system-wide guix for system init....Josselin Poiret 2022-02-02installer: Make dump archive creation optional and selective....Josselin Poiret 2022-02-02installer: Use dynamic-wind to setup installer....Josselin Poiret 2022-02-02installer: Add nano to PATH....Josselin Poiret 2022-02-02installer: Add installer-specific run command process....Josselin Poiret 2022-02-02installer: Use new installer-log-line everywhere....Josselin Poiret 2022-02-02installer: Use define instead of let at top-level....Josselin Poiret 2022-02-02installer: Add crash dump upload support....Mathieu Othacehe 2022-01-14installer: Check if ci.guix.gnu.org can be reached....Mathieu Othacehe 2021-09-23installer: Support XFS....Tobias Geerinckx-Rice 2021-01-12installer: Fix crash in parameters menu....Mathieu Othacehe 2020-12-11install: Discover local substitute servers....Mathieu Othacehe 2020-10-18installer: Call setlocale after init gettext....Miguel Ángel Arruga Vivas 2020-09-23installer: Fix docstring typo....Tobias Geerinckx-Rice 2020-08-25Remove "guile-zlib" extension when unused....Mathieu Othacehe 2020-08-25linux-libre: Support module compression....Mathieu Othacehe 2020-08-06installer: Remove logical devices....Mathieu Othacehe 2020-07-26installer: Add NTFS support....Mathieu Othacehe 2020-06-26installer: Use latest Guile....Mathieu Othacehe 2020-04-19Merge branch 'master' into core-updatesMarius Bakke 2020-04-18installer: Fix backtrace display....Mathieu Othacehe 2020-04-16installer: Remove guile-newt definition....Mathieu Othacehe 2020-04-15Merge branch 'master' into core-updatesMarius Bakke 2020-04-14installer: Open manual in the selected language on tty2....Ludovic Courtès 2020-04-11Merge branch 'master' into core-updatesMarius Bakke 2020-04-09installer: Allow Alt+Shift toggle from non-Latin keyboard layouts....Florian Pelz 2020-04-08Merge branch 'master' into core-updates...Marius Bakke 2020-04-08installer: Turn help menu into parameters menu....Mathieu Othacehe 2020-04-06installer: Hide shepherd messages....Mathieu Othacehe 2020-04-06installer: Add a help page....Mathieu Othacehe 2020-04-06installer: Remove trailing tabs....Mathieu Othacehe 2020-03-27Merge branch 'master' into core-updates...Marius Bakke 2020-03-22installer: Do not include the host (guix config)....Ludovic Courtès 2020-03-10Merge branch 'master' into core-updatesMarius Bakke 2020-03-05installer: Use a Guile-Newt snapshot that supports 'form-watch-fd'....Ludovic Courtès 2020-03-04Merge branch 'master' into core-updatesMarius Bakke 2020-02-22installer: Log important bits to syslog....Ludovic Courtès