Age | Commit message (Expand) | Author |
2016-09-16 | doc: "filesystem" -> "file system"...* doc/guix.texi: "filesystem" -> "file system"
* gnu/packages/admin.scm: "filesystem" -> "file system"
* gnu/packages/cdrom.scm: "filesystem" -> "file system"
* gnu/packages/compression.scm: "filesystem" -> "file system"
* gnu/packages/disk.scm: "filesystem" -> "file system"
* gnu/packages/gnome.scm: "filesystem" -> "file system"
* gnu/packages/irc.scm: "filesystem" -> "file system"
* gnu/packages/linux.scm: "filesystem" -> "file system"
* gnu/packages/mail.scm: "filesystem" -> "file system"
* gnu/packages/mpd.scm: "filesystem" -> "file system"
* gnu/packages/ocaml.scm: "filesystem" -> "file system"
* gnu/packages/perl.scm: "filesystem" -> "file system"
* gnu/packages/python.scm: "filesystem" -> "file system"
* gnu/packages/search.scm: "filesystem" -> "file system"
* gnu/packages/tls.scm: "filesystem" -> "file system"
* gnu/services/mail.scm: "filesystem" -> "file system"
| John Darrington |
2016-09-14 | doc: #:target takes a GNU triplet, not a system type....* doc/guix.texi (G-Expressions): In cross-compilation example, pass a
GNU triplet to #:target.
| Ludovic Courtès |
2016-09-14 | doc: "Various Services" -> "Miscellaneous Services"...* doc/guix.texi (Services): "Various" -> "Miscellaneous"
| John Darrington |
2016-09-11 | services: Add kmscon service....* gnu/services/base.scm (<kmscon-configuration>, kmscon-service-type):
New variables.
* doc/guix.texi (@deffn kmscon-service-type, @deftp
kmscon-configuration): Add documentation.
| David Craven |
2016-09-11 | services: Add login-service....* gnu/services/base.scm (%default-motd, <login-configuration>,
login-pam-service, login-serivce-type, login-service): New variables.
(<mingetty-configuration>, mingetty-shepherd-service,
mingetty-serivce-type): Remove motd. Remove allow-empty-passwords?.
Remove mingetty-pam-service.
(%base-services): Add login-service. Remove motd.
| David Craven |
2016-09-09 | system: grub: Allow arbitrary kernel file names in 'menu-entry'....Fixes <http://bugs.gnu.org/20067>.
Reported by Tomáš Čech <sleep_walker@suse.cz>.
* gnu/system.scm (system-linux-image-file-name)
(operating-system-kernel-file): New procedures.
(operating-system-grub.cfg): Use 'operating-system-kernel-file' for the
'kernel' field of 'menu-entry'.
(operating-system-parameters-file): Likewise for the 'kernel' entry.
(read-boot-parameters): Adjust 'kernel' field so that it contains the
absolute file name of the image.
* gnu/system/grub.scm (grub-configuration-file)[linux-image-name]:
Remove.
[entry->gexp]: Assume LINUX is the absolute file name of the kernel
image.
* doc/guix.texi (GRUB Configuration): Add an example, and adjust
'kernel' field documentation accordingly.
| Ludovic Courtès |
2016-09-09 | gexp: Add 'file-append'....* guix/gexp.scm (<file-append>): New record type.
(file-append): New procedure.
(file-append-compiler): New gexp compiler.
* tests/gexp.scm ("file-append", "file-append, output")
("file-append, nested", "gexp->file + file-append"): New tests.
* doc/guix.texi (G-Expressions): Use it in 'nscd' and 'list-files'
examples. Document 'file-append'.
| Ludovic Courtès |
2016-09-07 | doc: Update package count....* doc/guix.texi (Limitations): Update package count.
| Ludovic Courtès |
2016-09-07 | gnu: Add rpc-daemon service...* gnu/services/nfs.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
| John Darrington |
2016-09-07 | guix hash: Add --exclude-vcs option....* guix/scripts/hash.scm (show-help): Add help text for --exclude-vcs option.
(%options): Add --exclude-vcs option.
(guix-hash): Handle exclude-vcs option.
* doc/guix.texi ("Invoking guix hash"): Update doc.
* tests/guix-hash.sh: Add test.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
| Jan Nieuwenhuizen |
2016-09-06 | services: Add sddm service....* gnu/services/sddm.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
* doc/guix.texi (@deftp, @deffn): Add documentation.
| David Craven |
2016-09-06 | services: syslog: Use syslog-configuration....* gnu/services/base.scm (<syslog-configuration>): New variable.
(syslog-service-type): Use <syslog-configuration>.
(syslog-service): Use <syslog-configuration>.
* gnu/tests/base.scm (%avahi-os): Use <syslog-configuration>.
* doc/guix.texi (syslog-configuration-type): Add @deftp.
(syslog-service): Update @deffn.
| David Craven |
2016-09-05 | Add (guix modules)....* guix/modules.scm, tests/modules.scm: New files.
* Makefile.am (MODULES, SCM_TESTS): Add them.
* doc/guix.texi (G-Expressions): Add an example of
'source-module-closure'.
| Ludovic Courtès |
2016-09-02 | doc: Fix typos....* doc/guix.texi: Fix typo.
* doc/emacs.texi: Fix multiple typos.
| Alex Kost |
2016-09-01 | packages: Add 'package-input-rewriting'....* guix/packages.scm (package-input-rewriting): New procedure.
* tests/packages.scm ("package-input-rewriting"): New test.
* doc/guix.texi (Defining Packages): Document it.
(Package Transformation Options): Add cross-reference.
| Ludovic Courtès |
2016-08-31 | doc: Fix 'ntp-service' typo....Reported by Vincent Legoll <vincent.legoll@gmail.com>.
* doc/guix.texi (Networking Services): Change #:name-service to
#:servers in 'ntp-service' documentation.
| Ludovic Courtès |
2016-08-30 | doc: Update '--show' example to use '@' syntax....* doc/guix.texi (Invoking guix package): Use '@' syntax in --show
example.
| Ludovic Courtès |
2016-08-28 | system: Add 'create-home-directory?' field to <user-account>....* gnu/system/shadow.scm (<user-account>)[create-home-directory?]: New
field.
(user-account->gexp): Serialize it.
* gnu/build/activation.scm (activate-users+groups)[activate-user]:
Update 'match-lambda' pattern accordingly. Pass #:create-home? to
'ensure-user'.
(add-user, modify-user, ensure-user): Add #:create-home? parameter and
honor it.
* doc/guix.texi (User Accounts): Document it.
| Ludovic Courtès |
2016-08-19 | services: guix: Add 'authorized-keys' configuration knob....* gnu/services/base.scm (hydra-key-authorization): Add 'key' parameter
and honor it.
(%default-authorized-guix-keys): New variable.
(<guix-configuration>)[authorized-keys]: New field.
(guix-shepherd-service): Adjust 'match' clause accordingly.
(guix-activation): Adjust call to 'hydra-key-authorization'.
* doc/guix.texi (Base Services): Document 'authorized-keys'.
| Ludovic Courtès |
2016-08-18 | doc: Fix typos....* doc/guix.texi: Fix multiple typos.
| Alex Kost |
2016-08-05 | services: Add spice vdagent service....* gnu/services/spice.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
* doc/guix.texi (Various Services): New subheading.
| David Craven |
2016-08-05 | doc: Make 'Lirc Service' a subsubheading of 'Various Services'....* doc/guix.texi (Various Services)[Lirc Service]: New subsubheading.
[lirc] New cindex.
| David Craven |
2016-08-04 | Merge branch 'core-updates' | Mark H Weaver |
2016-08-04 | Revert "Merge branch 'core-updates'"...This reverts commit 455859a50f88f625d13fc2f304111f02369b366b.
| Mark H Weaver |
2016-08-03 | doc: Fix typos....* doc/guix.texi (Application Setup): Use @xref, not @pxref, when
starting a sentence.
(Scheduled Job Execution): Remove extra indent in example; fix typos.
| Ludovic Courtès |
2016-08-03 | doc: Update Texinfo HTML cross-reference file.....* doc/htmlxref.cnf: Add entries for 'find' and 'mcron'.
| Ludovic Courtès |
2016-08-02 | doc: Clarify distinction between "service" and "Shepherd service"....* doc/guix.texi (Services): Distinguish "service" and "Shepherd
service". Add xref to "Shepherd Services".
| Ludovic Courtès |
2016-08-02 | doc: Fix typo....* doc/guix.texi (Locales): Add missing 'of'.
| Ludovic Courtès |
2016-08-02 | doc: Add "Installing GuixSD in a VM" node....* doc/guix.texi (Installing GuixSD in a VM): New node.
(USB Stick Installation): Refer to it.
(System Installation): Mention "GuixSD".
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
| Vincent Legoll |
2016-08-02 | gnu-maintenance: Add KDE updater....* guix/gnu-maintenance.scm (kde-package?, latest-kde-release): New private
functions.
(%kde-updater): New public variable.
* guix/scripts/refresh.scm (list-updaters): Add %kde-updater.
* doc/guix.texi (Invoking guix refresh): Mention the new updater.
| David Craven |
2016-08-01 | Merge branch 'core-updates' | Ludovic Courtès |
2016-08-01 | install: Add nvi to the image....* gnu/system/install.scm (installation-os)[packages]: Add NVI.
* doc/guix.texi (Proceeding with the Installation): Mention it.
| Ludovic Courtès |
2016-07-28 | Merge branch 'master' into core-updates | Mark H Weaver |
2016-07-28 | doc: Discourage software bundling....Fixes <http://bugs.gnu.org/24008>.
Suggested by ng0 <ng0@we.make.ritual.n0.is>.
* doc/contributing.texi (Submitting Patches): Add item about bundling.
| Ludovic Courtès |
2016-07-28 | doc: Send changes in your patch which are related....* doc/contributing.texi (Submitting Patches): New @item:
This gives information about sending related changes and examples on
what we view as related changes.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
| ng0 |
2016-07-28 | doc: Mention separate branch for packages with many dependents....Suggested by ng0 <ng0@we.make.ritual.n0.is>.
* doc/contributing.texi (Submitting Patches): Add note on packages with
more than 100 dependents.
| Ludovic Courtès |
2016-07-28 | Merge remote-tracking branch 'origin/master' into core-updates | Andreas Enge |
2016-07-26 | environment: Set 'GUIX_ENVIRONMENT' to the profile....* guix/scripts/environment.scm (create-environment): Set
'GUIX_ENVIRONMENT' to PROFILE.
* tests/guix-environment.sh: Test it.
* doc/guix.texi (Invoking guix environment): Document it.
| Ludovic Courtès |
2016-07-26 | doc: Explain authentication in "System Installation"....Suggested by Vincent Legoll <vincent.legoll@gmail.com>.
* doc/guix.texi (OPENPGP-SIGNING-KEY-ID): New constant.
(Binary Installation): Use it.
(USB Stick Installation): Copy and adjust the authentication bit from
"Binary Installation".
| Ludovic Courtès |
2016-07-26 | doc: Better illustration use of package revision numbers....* doc/guix.texi (Version Numbers): Add the
revision to the example of the git package used in 7.6.3.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| ng0 |
2016-07-25 | system: Add mapped devices for RAID....* gnu/system/mapped-devices.scm (raid-device-mapping, open-raid-device,
close-raid-device): New variables.
* doc/guix.texi (Mapped Devices): Add documentation for RAID devices,
reorganize documentation for LUKS devices.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
| Andreas Enge |
2016-07-25 | Merge remote-tracking branch 'origin/master' into core-updates | Andreas Enge |
2016-07-25 | doc: Explain when guix edit is read-only....* doc/guix.texi (Invoking guix edit): Explain when you can and can't
edit the recipe.
Signed-off-by: Alex Kost <alezost@gmail.com>
| myglc2 |
2016-07-25 | doc: Describe how to make X server find TrueType fonts....* doc/guix.texi (Application Setup): Document how to add TrueType fonts
installed in a Guix profile to the X server font path.
| Alex Kost |
2016-07-24 | doc: Point out preference of message format....* doc/contributing.texi (Submitting Patches): Includes a note on
preference of plain text messages with either inline or MIME attachments
and advise contributers to pay attention if their email client breaks the
patches.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| ng0 |
2016-07-24 | doc: Explain that contributors can use a pseudonym....Suggested by ng0 <ng0@we.make.ritual.n0.is>.
* doc/contributing.texi (Contributing): Explain that using a legal name
is not required.
| Ludovic Courtès |
2016-07-22 | Merge branch 'master' into core-updates...Resolved conflicts:
* gnu/packages/scheme.scm: Conflict in import of (guix licenses). On master,
"#:hide (openssl)" was used. On core-updates, "#:select (some licenses)" was
used. The latter won the conflict.
* gnu/packages/version-control.scm (git)[arguments]: Whitespace conflict
in 'install-shell-completion.
| Leo Famulari |
2016-07-22 | doc: Add note on gender-neutral wording....Suggested by ng0 <ng0@we.make.ritual.n0.is>.
* doc/contributing.texi (Submitting Patches): Add @item regarding
gender-neutral wording.
| Ludovic Courtès |
2016-07-22 | doc: Mention quoting and keywords....Suggested by Vincent Legoll <vincent.legoll@gmail.com>.
* doc/guix.texi (Defining Packages): Remove quasiquote in 'arguments'
example. Mention quoting and keywords, with references to Guile's
manual.
| Ludovic Courtès |
2016-07-20 | publish: Handle '/file' URLs, for content-addressed files....* guix/scripts/publish.scm (render-content-addressed-file): New procedure.
(http-write): Add 'application/octet-stream' case.
(make-request-handler): Add /file/NAME/sha256/HASH URLs.
* tests/publish.scm ("/file/NAME/sha256/HASH")
("/file/NAME/sha256/INVALID-NIX-BASE32-STRING")
("/file/NAME/sha256/INVALID-HASH"): New tests.
* doc/guix.texi (Invoking guix publish): Mention the /file URLs.
| Ludovic Courtès |