aboutsummaryrefslogtreecommitdiff
path: root/gnu/build
ModeNameSize
-rw-r--r--accounts.scm21568logplainabout
-rw-r--r--activation.scm15200logplainabout
-rw-r--r--bootloader.scm4324logplainabout
-rw-r--r--chromium-extension.scm8341logplainabout
-rw-r--r--cross-toolchain.scm7936logplainabout
-rw-r--r--file-systems.scm36300logplainabout
-rw-r--r--hurd-boot.scm12032logplainabout
-rw-r--r--image.scm12419logplainabout
-rw-r--r--install.scm10788logplainabout
-rw-r--r--linux-boot.scm25458logplainabout
-rw-r--r--linux-container.scm15765logplainabout
-rw-r--r--linux-initrd.scm6026logplainabout
-rw-r--r--linux-modules.scm27486logplainabout
-rw-r--r--locale.scm3625logplainabout
-rw-r--r--marionette.scm13630logplainabout
-rw-r--r--secret-service.scm7107logplainabout
-rw-r--r--shepherd.scm9063logplainabout
-rw-r--r--svg.scm2844logplainabout
-rw-r--r--vm.scm19791logplainabout
formation procedure. * tests/guix-package.sh: Add 'guix package -u' test. * tests/packages.scm ("transaction-upgrade-entry, transformation options preserved"): New test. * doc/guix.texi (Invoking guix package): Mention that transformations are preserved across upgrades. (Package Transformation Options): Likewise. 2020-10-02doc: Explain why '--without-tests' may fail with modified 'check' phase.Florian Pelz * doc/guix.texi (Package Transformation Options): Explain. 2020-10-01gnu: Add webssh service.Oleg Pykhalov * gnu/services/ssh.scm: (<webssh-configuration>): New record type. (%webssh-configuration-nginx, webssh-service-type): New variables. (webssh-account, webssh-activation, webssh-shepherd-service): New procedures. * doc/guix.texi: Document this. 2020-09-30scripts: system: Add support for image-type.Mathieu Othacehe * guix/scripts/system.scm (list-image-types): New procedure, (%options): add "image-type" and "list-image-types" options, remove "file-system-type" option, (show-help): adapt accordingly, (%default-options): also adapt, and set the default "image-type" to "raw", (perform-action): add image-type argument and remove file-system-type argument, (process-action): adapt perform-action call, (system-derivation-for-action): remove base-image argument, add image-type argument, and use it to create the image passed to "system-image". * tests/guix-system.sh: Adapt accordingly and add a test for "--list-image-types" command. * doc/guix.texi (Building the Installation Image, Invoking guix system): Adapt accordingly. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> 2020-09-29services: hurd-vm: Initialize the guest's SSH/Guix keys at activation time.Ludovic Courtès * gnu/services/virtualization.scm (initialize-hurd-vm-substitutes) (hurd-vm-activation): New procedures. (hurd-vm-service-type)[extensions]: Add ACTIVATION-SERVICE-TYPE extension. * doc/guix.texi (Transparent Emulation with QEMU): Mention GNU/Hurd. (The Hurd in a Virtual Machine): Explain which files are automatically installed and mention offloading. 2020-09-29services: guix: Generate key pair if needed during activation.Ludovic Courtès * gnu/services/base.scm (guix-activation): Invoke "guix archive --generate-key". * doc/guix.texi (Invoking guix archive) (Invoking guix deploy): Mention that 'guix-service-type' takes care of generating the key pair. 2020-09-28services: Add elogind ‘handle-lid-switch-external-power’.Tobias Geerinckx-Rice * gnu/services/desktop.scm <elogind-configuration>: Add an handle-lid-switch-external-power field, mapping to the HandleLidSwitchExternalPower logind.conf setting. * doc/guix.texi (Desktop Services): ‘Document’ it. 2020-09-28doc: Clarify how to choose a user account shell.Ludovic Courtès * doc/guix.texi (User Accounts): Add example with custom shell and custom home directory. Add examples of shell gexps. 2020-09-27doc: Move channel @cindex within their nodes.Ludovic Courtès * doc/guix.texi (Channels): Move @cindex at the beginning of the node they refer to from the end of the previous node. 2020-09-27doc: Move "Primary URL" after "Specifying Channel Authorizations".Ludovic Courtès * doc/guix.texi (Primary URL): Move after "Specifying Channel Authorizations" since the audience is channel authors who've already taken care of authorizations. 2020-09-27doc: Promote "Channels" as chapter and reorder.zimoun The sectioning becomes: 1. Specifying Additional Channels (was 3.) 2. Using a Custom Guix Channel (was 2.) 3. Replicating Guix (was 9.) 4. Channel Authentication (was 1.) 5. Primary URL (was 7.) 6. Creating a Channel (reworded) 7. Package Modules in a Sub-directory (was 5.) 8. Declaring Channel Dependencies (was 4.) 9. Specifying Channel Authorizations (was 6.) 10. Writing Channel News (was 8.) * doc/guix.texi (Channels): Move section to chapter. Reorder the chapter. Minor tweaks to keep uniformity. Update the master menu. Signed-off-by: Ludovic Courtès <ludo@gnu.org> 2020-09-27doc: Update the master menu.zimoun * doc/guix.texi: Update the master menu. Signed-off-by: Ludovic Courtès <ludo@gnu.org> 2020-09-27packages: 'package-input-rewriting' has a #:deep? parameter.Ludovic Courtès * guix/packages.scm (package-input-rewriting): Add #:deep? and pass it to 'package-mapping'. [replacement-property]: New variable. [rewrite]: Check it. [cut?]: New procedure. * tests/packages.scm ("package-input-rewriting"): Pass #:deep? #f and ensure implicit inputs were not rewritten. Avoid 'eq?' comparisons. ("package-input-rewriting, deep"): New test. * gnu/packages/guile.scm (package-for-guile-2.0, package-for-guile-3.0): Pass #:deep? #f. 2020-09-27packages: 'package-input-rewriting/spec' can rewrite implicit dependencies.Ludovic Courtès With this change, '--with-input', '--with-graft', etc. also apply to implicit dependencies. Thus, it's now possible to do: guix build python-itsdangerous --with-input=python-wrapper=python@2 or: guix build hello --with-graft=glibc=glibc@2.29 Additionally, before, implicit inputs were not rewritten, which could lead to duplicates in the output of 'bag-transitive-inputs' (packages that are not 'eq?' but lead to the same derivation). This in turn would lead to unnecessary rebuilds when using '--with-input' & co. This change fixes it by ensuring even implicit inputs are rewritten. Fixes <https://bugs.gnu.org/42156>. * guix/packages.scm (package-input-rewriting/spec): Add #:deep? defaulting to #true, and pass it to 'package-mapping'. [replacement-property]: New variable. [rewrite]: Check that property and set it on the result of PROC. [cut?]: New procedure. * tests/packages.scm ("package-input-rewriting/spec"): Ensure implicit inputs were unchanged. ("package-input-rewriting/spec, partial match"): Pass #:deep? #f. ("package-input-rewriting/spec, deep") ("package-input-rewriting/spec, no duplicates"): New tests. (package/inherit): Move before use. * tests/guix-build.sh: Add tests. * tests/scripts-build.scm ("options->transformation, with-graft"): Compare dependencies by package name or derivation file name. * doc/guix.texi (Defining Packages): Adjust accordingly. 2020-09-27packages: 'package-mapping' can recurse on implicit inputs.Ludovic Courtès * guix/packages.scm (build-system-with-package-mapping): New procedure. (package-mapping): Add #:deep? and honor it. * tests/packages.scm ("package-mapping"): Compare the direct inputs of the bag of P0 and that of P1. ("package-mapping, deep"): New test. 2020-09-27guix build: Add '--without-tests'.Ludovic Courtès * guix/scripts/build.scm (transform-package-tests): New procedure. (%transformations, %transformation-options) show-transformation-options-help): Add it. * tests/scripts-build.scm ("options->transformation, without-tests"): New test. * doc/guix.texi (Package Transformation Options): Document it. 2020-09-27doc: Document new bootloader grub-efi-netboot-bootloader.Stefan * doc/guix.texi (Bootloader Configuration)[bootloader]: Add grub-efi-netboot-bootloader. [target]: Document TFTP root directory for grub-efi-netboot-bootloader. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org> 2020-09-25doc: Use @var for meta-syntactic variables.Ludovic Courtès * doc/guix.texi (Transparent Emulation with QEMU): Use @var instead of angle brackets for meta-syntactic variables. 2020-09-25doc: Remove "--hda" from non-volatile childhurd example.Ludovic Courtès Reported by Andreas Enge. * doc/guix.texi (Transparent Emulation with QEMU): Remove "--hda" in 'image' example. 2020-09-25doc: Explain how to connect to a childhurd.Ludovic Courtès * doc/guix.texi (The Hurd in a Virtual Machine): Add instructions for VNC and SSH access. Mention childhurd secrets and /etc/childhurd.