Skip to content
Snippets Groups Projects
  1. Feb 14, 2020
    • Marius Bakke's avatar
      guix build: Add '--manifest' option. · 11415d35
      Marius Bakke authored
      * guix/scripts/build.scm (show-help): Document --manifest argument.
      (options->things-to-build): When given a manifest, evaluate all the entries.
      * tests/guix-build.sh: Add test for --manifest.
      * doc/guix.texi (Additional Build Options): Mention --manifest.
      * etc/completion/bash/guix: Complete file name if 'guix build' argument is
      -m.
      11415d35
  2. Feb 07, 2020
  3. Feb 05, 2020
  4. Feb 04, 2020
  5. Feb 01, 2020
    • Maxim Cournoyer's avatar
      gnu: Add earlyoom-service-type. · d3e439e3
      Maxim Cournoyer authored
      * gnu/services/linux.scm: New file.
      * tests/services/linux.scm: Add test.
      * Makefile.am (SCM_TESTS): Register test.
      * doc/guix.texi (Linux Services): Add a new section and document the new
      service and its configuration.
      d3e439e3
  6. Jan 28, 2020
  7. Jan 25, 2020
  8. Jan 21, 2020
    • Ludovic Courtès's avatar
      services: sane: Create the "scanner" account. · b2f948be
      Ludovic Courtès authored
      * gnu/services/desktop.scm (%sane-accounts, sane-service-type): New
      variables.
      (%desktop-services): Use SANE-SERVICE-TYPE instead of 'simple-service'.
      * doc/guix.texi (Desktop Services): Document 'sane-service-type'.
      b2f948be
  9. Jan 20, 2020
  10. Jan 19, 2020
    • Ludovic Courtès's avatar
      repl: Add "-q". · a9f4a7ee
      Ludovic Courtès authored
      * guix/scripts/repl.scm (%options, show-help): Add "-q".
      (guix-repl): Add 'user-config' and use it.  Honor 'ignore-dot-guile?'.
      a9f4a7ee
  11. Jan 17, 2020
  12. Jan 16, 2020
  13. Jan 11, 2020
  14. Jan 10, 2020
  15. Jan 09, 2020
  16. Jan 08, 2020
    • Ricardo Wurmus's avatar
      services: nfs: Add nfs-service-type. · 907eeac2
      Ricardo Wurmus authored
      * gnu/services/nfs.scm (<nfs-configuration>): New record.
      (nfs-configuration, nfs-configuration?, nfs-configuration-nfs-utils,
      nfs-configuration-nfs-version, nfs-configuration-exports,
      nfs-configuration-rpcmountd-port, nfs-configuration-rpcstatd-port,
      nfs-configuration-rpcbind, nfs-configuration-idmap-domain,
      nfs-configuration-nfsd-port, nfs-configuration-nfsd-threads,
      nfs-configuration-pipefs-directory, nfs-configuration-debug,
      nfs-shepherd-services): New procedures.
      (nfs-service-type): New variable.
      * doc/guix.texi (Network File System): Document it.
      * gnu/tests/nfs.scm (%test-nfs-server): New variable.
      (%base-os): Use default value of rpcbind-service-type.
      907eeac2
    • Ricardo Wurmus's avatar
      services: nfs: Add verbosity control to idmap-service-type. · 2a23942e
      Ricardo Wurmus authored
      * gnu/services/nfs.scm (<idmap-configuration>)[verbosity]: New field.
      (idmap-configuration-verbosity): New procedure.
      (idmap-service-type): Use it.
      * doc/guix.texi (Network File System): Document it.
      2a23942e
    • Oleg Pykhalov's avatar
      services: Add pulseaudio service. · a66ee82a
      Oleg Pykhalov authored
      * gnu/services/sound.scm (pulseaudio-environment): New procedure.
      (pulseaudio-service-type): New variable.
      * doc/guix.texi (Sound Services): Document it.
      a66ee82a
  17. Jan 07, 2020
  18. Jan 05, 2020
  19. Dec 30, 2019
  20. Dec 21, 2019
    • Ludovic Courtès's avatar
      services: Add Mumi service. · 6ee87461
      Ludovic Courtès authored
      * gnu/services/web.scm (%mumi-activation, %mumi-accounts): New variables.
      (mumi-shepherd-services): New procedure.
      (mumi-service-type): New variable.
      * doc/guix.texi (Web Services): Document it.
      6ee87461
  21. Dec 18, 2019
    • Marius Bakke's avatar
      gnu: Remove uses of deprecated Qemu network configuration. · 8e53fe2b
      Marius Bakke authored
      * gnu/build/vm.scm (load-in-linux-vm): Move Qemu network configuration from
      ARCH-SPECIFIC-FLAGS to the Qemu command line.  Use the "-nic" option of Qemu
      instead of "-device" and "-net".
      * gnu/system/vm.scm (common-qemu-options): Do not add a '-net' command.
      (virtual-machine-compiler): Use "-nic user,..." instead of "-net".
      * doc/guix.texi (Installing Guix in a VM, Invoking guix system, Running Guix
      in a VM): Do the same for examples.
      8e53fe2b
  22. Dec 12, 2019
    • Ludovic Courtès's avatar
      challenge: Support "--diff=diffoscope". · 828a39da
      Ludovic Courtès authored
      * guix/scripts/challenge.scm (call-with-nar): New procedure.
      (narinfo-contents): Express in terms of 'call-with-nar'.
      (call-with-mismatches, report-differing-files/external): New
      procedures.
      (%diffoscope-command): New variable.
      (%options): Support "diffoscope" and a string starting with "/".
      * tests/challenge.scm (call-mismatch-test): New procedure.
      ("differing-files"): Rewrite in terms of 'call-mismatch-test'.
      ("call-with-mismatches"): New test.
      * doc/guix.texi (Invoking guix challenge): Document it.
      828a39da
    • Ludovic Courtès's avatar
      challenge: Add "--diff". · 5208db3a
      Ludovic Courtès authored
      * guix/scripts/challenge.scm (dump-port*): New variable.
      (archive-contents, store-item-contents, narinfo-contents)
      (differing-files, report-differing-files): New procedures.
      (summarize-report): Add #:report-differences and call it.
      (show-help, %options): Add "--diff".
      (%default-options): Add 'difference-report' key.
      (report-differing-files): Parameterize CURRENT-TERMINAL-COLUMNS and pass
       #:report-differences to 'summarize-report'.
      * guix/tests/http.scm (%local-url): Add optional argument.
      (call-with-http-server): Fix docstring typo.
      * tests/challenge.scm (query-path-size, make-narinfo): New procedures.
      ("differing-files"): New test.
      * doc/guix.texi (Invoking guix challenge): Document "--diff".
      5208db3a
    • Ludovic Courtès's avatar
      guix archive: Add '--list'. · 044277f6
      Ludovic Courtès authored
      * guix/scripts/archive.scm (show-help, %options): Add '--list'.
      (list-contents): New procedure.
      (guix-archive): Honor the '--list' option.
      * tests/guix-archive.sh: Test it.
      * doc/guix.texi (Invoking guix archive): Document it.
      044277f6
    • Clément Lassieur's avatar
      doc: Add missing MKDIR call. · dcb7ce50
      Clément Lassieur authored
      * doc/guix.texi (G-Expressions): Add missing MKDIR call.
      dcb7ce50
  23. Dec 10, 2019
    • Ludovic Courtès's avatar
      pack: Clarify the /bin/sh requirement for Singularity. · dc995fcd
      Ludovic Courtès authored
      * guix/scripts/pack.scm (squashfs-image)[symlinks*]: New variable.
      [build]: Use it instead of SYMLINKS.
      (guix-pack): Emit a warning and a hint when "bash" and "bash-minimal"
      are missing and PACK-FORMAT is 'squashfs.
      * doc/guix.texi (Invoking guix pack): Document the /bin/sh requirement
      for Singularity.
      dc995fcd
  24. Dec 09, 2019
    • Jelle Licht's avatar
      doc: Fix typo. · 92a0c3ec
      Jelle Licht authored
      * doc/guix.texi (bitlbee-configuration): The field that refers to the bitlbee
      package is called "bitlbee", not "package".
      92a0c3ec
  25. Dec 08, 2019
Loading