aboutsummaryrefslogtreecommitdiff
path: root/tests/sets.scm
diff options
context:
space:
mode:
authorZheng Junjie <zhengjunjie@iscas.ac.cn>2024-08-11 00:11:16 +0800
committerZheng Junjie <zhengjunjie@iscas.ac.cn>2024-11-21 22:52:50 +0800
commit25f02b2efecec7b61328ad68cf3dc90c37004778 (patch)
tree17876fc477edbe6ab144993305894e96cc7633b1 /tests/sets.scm
parenta8cf380b475414ed121e0e9af675f4cd51e6f9b8 (diff)
downloadguix-25f02b2efecec7b61328ad68cf3dc90c37004778.tar.gz
guix-25f02b2efecec7b61328ad68cf3dc90c37004778.zip
gnu: qtwebchannel: Update to 6.7.2.
* gnu/packages/qt.scm (qtwebchannel): Update to 6.7.2. Change-Id: Ifb1b3a6e1ef0a57ba6d499116dbed72cad5cffa1
Diffstat (limited to 'tests/sets.scm')
0 files changed, 0 insertions, 0 deletions
/td>maint: Mention guix-patches@gnu.org in 'HACKING'.Ludovic Courtès Fixes <http://bugs.gnu.org/25899>. * HACKING: Mention guix-patches@gnu.org. 2017-01-30maint: Fix invalid calls to 'info'.Mathieu Lirzin * HACKING <Contributing>: Remove name of the manual from the item argument. * README <Installation>: Likewise. 2017-01-04doc: Add a Git hook that verifies signatures before pushing.Leo Famulari * HACKING (Commit Access): Describe the pre-push Git hook. * etc/git/pre-push: New file. 2016-07-24doc: Explain how to set up Git for signing.Ludovic Courtès * HACKING (Commit Access): Give instructions on how to set up Git for signing. 2016-07-14doc: Mention commit signatures in HACKING.Leo Famulari * HACKING: Mention commit signatures. >2021-02-17scripts: system: Accept <image> records as input....* guix/scripts/system.scm (system-derivation-for-action): Replace "os" argument by "image". Remove "image-size", "image-type", "label" and "volatile-root?" arguments. (perform-action): Ditto. (process-action): Construct the <image> record and pass it to "perform-action" procedure. * tests/guix-system.sh: Adapt accordingly. * gnu/system/images/hurd.scm: Return the default image. * gnu/system/images/novena.scm: Ditto. * gnu/system/images/pine64.scm: Ditto. * gnu/system/images/pinebook-pro.scm Ditto. Mathieu Othacehe 2021-02-17scripts: system: Remove 'vm-image' command....Remove the 'vm-image' command that has been superseded by the 'image' command. * gnu/system/vm.scm (system-qemu-image): Remove it. * guix/scripts/system.scm (system-derivation-for-action): Mark 'vm-image' command as deprecated and use the image API to produce the VM image. (perform-action, show-help): Adapt accordingly. * tests/guix-system.sh: Ditto. * doc/guix.texi (Invoking guix system, Running Guix in a VM): Ditto. * etc/completion/fish/guix.fish: Ditto. * etc/completion/zsh/_guix: Ditto. Mathieu Othacehe 2021-01-30guix system: Test 'extension-graph' and 'shepherd-graph'....* tests/guix-system.sh: Test 'guix system extension-graph' and 'guix system shepherd-graph'. Ludovic Courtès 2021-01-19system: Rename 'disk-image' command 'image'....* guix/scripts/system.scm (system-derivation-for-action): Rename 'disk-image' command 'image'. Warn when using the now deprecated 'disk-image' command. (show-help): Adapt accordingly. (guix-system): Ditto. * tests/guix-system.sh: Ditto. * gnu/system/examples/bare-hurd.tmpl: Ditto. * doc/guix.texi (Building the Installation Image, Building the Installation Image for ARM Boards, Invoking guix pack, Invoking guix system): Adapt documentation. Mathieu Othacehe 2021-01-13services: shepherd: 'shepherd-service-type' requires documentation....* gnu/services/shepherd.scm (shepherd-service-type): Require a 'description' form. * gnu/services/base.scm (root-file-system-service-type) (rngd-service-type, host-name-service-type): (virtual-terminal-service-type, console-keymap-service-type) (syslog-service-type, swap-service-type) (kmscon-service-type): Add description. * gnu/services/networking.scm (dhcp-client-service-type): Likewise. * gnu/system/install.scm (cow-store-service-type): Likewise. * gnu/system/linux-container.scm (dummy-networking-service-type): Likewise. * gnu/system/mapped-devices.scm (device-mapping-service-type): Likewise. * tests/guix-system.sh: Likewise. Ludovic Courtès