aboutsummaryrefslogtreecommitdiff
path: root/nix/AUTHORS
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2016-05-12 18:34:41 -0400
committerMark H Weaver <mhw@netris.org>2016-05-12 18:42:42 -0400
commitfffa33843975d7b7d93904d7689987b8335c8135 (patch)
treeadae45dc48bb879155180fbd60a1f206f5530f90 /nix/AUTHORS
parent889187a464d83475715a124805c99fb57ee99c31 (diff)
downloadguix-fffa33843975d7b7d93904d7689987b8335c8135.tar.gz
guix-fffa33843975d7b7d93904d7689987b8335c8135.zip
gnu: linux-libre-4.1: Update to 4.1.24.
* gnu/packages/linux.scm (linux-libre-4.1): Update to 4.1.24.
Diffstat (limited to 'nix/AUTHORS')
0 files changed, 0 insertions, 0 deletions
/installer/record.scm?id=0d37a5df7e709cadca97cfbbf9c680dfe54b8302'>installer: Add crash dump upload support.Mathieu Othacehe Suggested-by: Josselin Poiret <dev@jpoiret.xyz> * gnu/installer/dump.scm: New file. * gnu/installer/newt/dump.scm: New file. * gnu/local.mk (INSTALLER_MODULES): Add them. * gnu/installer/record.scm (<installer>)[dump-page]: New field. * gnu/installer/steps.scm (%current-result): New variable. (run-installer-steps): Update it. * gnu/installer.scm (installer-program): Add tar and gip to the installer path. Add guile-webutils and gnutls to the Guile extensions. Generate and send the crash dump report. * gnu/installer/newt.scm (exit-error): Add a report argument. Display the report id. (dump-page): New procedure. (newt-installer): Update it.