Age | Commit message (Expand) | Author |
2018-02-19 | nls: Update 'fr' translation. | Ludovic Courtès |
2018-02-12 | nls: Update 'zh_CN' translation. | Leo Famulari |
2018-01-17 | nls: Update 'hu' translation. | Leo Famulari |
2017-12-18 | nls: Update 'hu' translation. | Ludovic Courtès |
2017-12-04 | nls: Update 'fr' translation. | Ludovic Courtès |
2017-11-28 | services: certbot: Add default value and description....* gnu/services/certbot.scm (certbot-service-type)
[default-value, description]: New fields.
* po/packages/POTFILES.in: Add it.
| Ludovic Courtès |
2017-11-28 | services: cgit, git-daemon: Add description and default value....* gnu/services/version-control.scm (git-daemon-service-type)
[description, default-value]: New fields.
(cgit-service-type)[default-value]: New field.
* po/packages/POTFILES.in: Add version-control.scm.
| Ludovic Courtès |
2017-11-08 | gnu: Improve error reporting of the use-.*modules macros....Suggested by Julien Lepiller and myglc2
at <https://lists.gnu.org/archive/html/guix-devel/2017-11/msg00106.html>.
* gnu.scm (%try-use-modules): New procedure.
(package-module-hint, service-module-hint): New procedures.
(try-use-modules): New macro.
(use-package-modules, use-service-modules, use-system-modules): Use it.
* tests/guix-system.sh: Test it.
| Ludovic Courtès |
2017-09-16 | services: networking: Add descriptions....* gnu/services/networking.scm (static-networking-service-type)
(ntp-service-type, inetd-service-type, tor-service-type)
(tor-hidden-service-type, bitlbee-service-type)
(wicd-service-type, network-manager-service-type)
(connman-service-type, openvswitch-service-type): Add 'description'
field.
* po/packages/POTFILES.in: Add gnu/services/networking.scm.
| Ludovic Courtès |
2017-09-16 | services: base: Add descriptions....* gnu/services/base.scm (fstab-service-type)
(file-system-service-type, urandom-seed-service-type)
(session-environment-service-type)
(console-font-service-type)
(login-service-type, agetty-service-type)
(mingetty-service-type, nscd-service-type)
(pam-limits-service-type, guix-service-type)
(guix-publish-service-type, udev-service-type)
(gpm-service-type): Add 'description' field.
* po/packages/POTFILES.in: Add gnu/services/base.scm.
| Ludovic Courtès |
2017-09-16 | guix system: Add 'search' command....* guix/scripts/system.scm (resolve-subcommand): New procedure.
(process-command): Handle 'search'.
(guix-system): Likewise.
(show-help): Augment.
* guix/scripts/system/search.scm: New file.
* po/guix/POTFILES.in: Add it.
* Makefile.am (MODULES): Add it.
* guix/ui.scm (%text-width): Export.
* doc/guix.texi (Invoking guix system): Document it.
(Service Types and Services): Mention 'guix system search'.
* tests/guix-system.sh: Test it.
| Ludovic Courtès |
2017-09-02 | nls: Update 'fr' translation. | Ludovic Courtès |
2017-07-27 | nls: Mark (guix scripts weather) as translatable....* po/guix/POTFILES.in: Add guix/scripts/weather.scm.
| Ludovic Courtès |
2017-07-15 | nls: Adjust to qemu.scm renaming....This is a followup to 59132b800093e486e4d81aed6b837e9ac76aa86c.
* po/packages/POTFILES.in: Remove qemu.scm and add virtualization.scm.
| 宋文武 |
2017-06-20 | gnu: Move contents of zip module into compression module....* gnu/packages/zip.scm (zip, unzip, zziplib, perl-zip): Move to...
* gnu/packages/compression.scm: ...here.
* gnu/packages/zip.scm: Delete file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Unregister deleted file.
* po/packages/POTFILES.in: Unregister deleted file.
* gnu/packages/{audio, avr, bioinformatics, busybox, cdrom, ci, compression,
docbook, documentation, fonts, fpga, game-development, games, gl, gnome,
gnuzilla, graphics, guile, haskell, image, java, kodi, ldc, libreoffice,
markup, maths, mc, monitoring, music, php, pretty-print, python, scheme,
smalltalk, statistics, synergy, tex, textutils, video, web-browsers, xml,
zip}.scm, guix/build-system/{ant, font}.scm, guix/{download, packages}.scm:
Adapt module import.
| Arun Isaac |
2017-05-23 | nls: Update 'da' translation. | Leo Famulari |
2017-05-14 | maint: Do not update PO files upon "make dist"....This works around a non-determinstic build failure when doing
"make distcheck -j4".
* po/guix/Makevars (DIST_DEPENDS_ON_UPDATE_PO): New variable.
* po/packages/Makevars (DIST_DEPENDS_ON_UPDATE_PO): New variable.
| Ludovic Courtès |
2017-05-11 | nls: Update 'fr' translation. | Ludovic Courtès |
2017-05-04 | nls: Mark (guix discovery) as translatable....This is a followup to cd903ef7871170d3c4eced45418459d293ef48a7.
* po/guix/POTFILES.in: Add 'guix/discovery.scm'.
| Ludovic Courtès |
2017-05-03 | ui: Rename '_' to 'G_'....This avoids collisions with '_' when the latter is used as a 'match'
pattern for instance. See
<https://lists.gnu.org/archive/html/guix-devel/2017-04/msg00464.html>.
* guix/ui.scm: Rename '_' to 'G_'.
* po/guix/Makevars (XGETTEXT_OPTIONS): Adjust accordingly.
* build-aux/compile-all.scm (warnings): Remove 'format'.
* gnu/packages.scm,
gnu/services.scm,
gnu/services/shepherd.scm,
gnu/system.scm,
gnu/system/shadow.scm,
guix/gnupg.scm,
guix/http-client.scm,
guix/import/cpan.scm,
guix/import/elpa.scm,
guix/import/pypi.scm,
guix/nar.scm,
guix/scripts.scm,
guix/scripts/archive.scm,
guix/scripts/authenticate.scm,
guix/scripts/build.scm,
guix/scripts/challenge.scm,
guix/scripts/container.scm,
guix/scripts/container/exec.scm,
guix/scripts/copy.scm,
guix/scripts/download.scm,
guix/scripts/edit.scm,
guix/scripts/environment.scm,
guix/scripts/gc.scm,
guix/scripts/graph.scm,
guix/scripts/hash.scm,
guix/scripts/import.scm,
guix/scripts/import/cpan.scm,
guix/scripts/import/cran.scm,
guix/scripts/import/crate.scm,
guix/scripts/import/elpa.scm,
guix/scripts/import/gem.scm,
guix/scripts/import/gnu.scm,
guix/scripts/import/hackage.scm,
guix/scripts/import/nix.scm,
guix/scripts/import/pypi.scm,
guix/scripts/import/stackage.scm,
guix/scripts/lint.scm,
guix/scripts/offload.scm,
guix/scripts/pack.scm,
guix/scripts/package.scm,
guix/scripts/perform-download.scm,
guix/scripts/publish.scm,
guix/scripts/pull.scm,
guix/scripts/refresh.scm,
guix/scripts/size.scm,
guix/scripts/substitute.scm,
guix/scripts/system.scm,
guix/ssh.scm,
guix/upstream.scm: Use 'G_' instead of '_'. Most of this change was
obtained by running: "sed -i -e's/(_ "/(G_ "/g' `find -name \*.scm`".
| Ludovic Courtès |
2017-03-14 | nls: Mark (guix scripts pack) as translatable....* po/guix/POTFILES.in: Add 'guix/scripts/pack.scm'.
| Ludovic Courtès |
2016-12-31 | Add 'guix copy'....* guix/scripts/copy.scm: New file.
* guix/scripts/archive.scm (options->derivations+files): Export.
* doc/guix.texi (Invoking guix copy): New node.
* Makefile.am (MODULES) [HAVE_GUILE_SSH]: Add guix/scripts/copy.scm.
* po/guix/POTFILES.in: Likewise.
| Ludovic Courtès |
2016-12-19 | nls: Update 'fr' translation. | Ludovic Courtès |
2016-12-19 | nls: Update 'da' package translation. | Ludovic Courtès |
2016-12-19 | nls: Update 'pt_BR' translation. | Ludovic Courtès |
2016-12-19 | nls: Update 'da' translation. | Ludovic Courtès |
2016-12-05 | nls: Adjust to geeqie.scm removal....This is a followup to d1a5b20081c30da7503201df260cf20b8d0ba633.
* po/packages/POTFILES.in: Remove gnu/packages/geeqie.scm.
| Ludovic Courtès |
2016-12-04 | nls: Adjust to feh.scm renaming....This is a followup to d1a5b20081c30da7503201df260cf20b8d0ba633.
* po/packages/POTFILES.in: Remove feh.scm and add image-viewers.scm.
| Ludovic Courtès |
2016-12-04 | nls: Update 'da' package translation. | Marius Bakke |
2016-12-04 | nls: Update 'da' translation. | Marius Bakke |
2016-11-12 | nls: Update 'fr' translation. | Ludovic Courtès |
2016-11-06 | nls: Update 'fr' translation. | Leo Famulari |
2016-11-05 | nls: Update 'pt_BR' translation. | Leo Famulari |
2016-10-23 | nls: Update 'fr' translation. | Leo Famulari |
2016-10-06 | nls: Update 'de' translation. | Ludovic Courtès |
2016-08-14 | nls: Update 'pl' translation. | Leo Famulari |
2016-08-04 | nls: Adjust to zsh.scm renaming....* po/packages/POTFILES.in: Adjust to zsh.scm renaming in commit
7ccb874a299d6c6d86a3f1625a68c08ed20dbab6.
| Ludovic Courtès |
2016-06-26 | nls: Update 'fr' translation. | Ludovic Courtès |
2016-05-26 | nls: Adjust to texlive.scm renaming....* po/packages/POTFILES.in: Adjust to texlive.scm rename in
commit 8f9ac90182c022c69600f17ef9c1149e029bc301.
| Ludovic Courtès |
2016-04-29 | nls: Add Simplified Chinese translation....* po/guix/zh_CN.po: New file.
* po/guix/LINGUAS: Add 'zh_CN'.
| Ludovic Courtès |
2016-03-28 | nls: Update 'da' translation. | Ludovic Courtès |
2016-03-03 | po: Drop removed file 'weechat.scm'....Fixes <http://bugs.gnu.org/22888>.
weechat has been merged into 'irc.scm' in e288f007.
* po/packages/POTFILES.in: Drop removed file 'weechat.scm'.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Justus Winter |
2016-01-29 | Rename (gnu services dmd) to (gnu services shepherd)....* gnu/services/dmd.scm: Rename to...
* gnu/services/shepherd.scm: ... this.
* gnu/system.scm: Use it.
* gnu/system/install.scm: Likewise.
* gnu/services/xorg.scm: Likewise.
* gnu/services/web.scm: Likewise.
* gnu/services/ssh.scm: Likewise.
* gnu/services/networking.scm: Likewise.
* gnu/services/mail.scm: Likewise.
* gnu/services/lirc.scm: Likewise.
* gnu/services/desktop.scm: Likewise.
* gnu/services/dbus.scm: Likewise.
* gnu/services/databases.scm: Likewise.
* gnu/services/base.scm: Likewise.
* gnu/services/avahi.scm: Likewise.
* guix/scripts/system.scm: Likewise.
* tests/services.scm: Likewise.
* tests/guix-system.sh: Likewise.
* doc/guix.texi (Shepherd Services): Adjust accordingly.
* gnu-system.am (GNU_SYSTEM_MODULES): Likewise.
* po/guix/POTFILES.in: Likewise.
| Alex Kost |
2015-12-06 | nls: Add Polish translation. | Ludovic Courtès |
2015-12-01 | nls: Update 'de' translation. | Ludovic Courtès |
2015-11-01 | scripts: Add 'container' subcommand....* guix/scripts/container.scm: New file.
* guix/scripts/container/exec.scm: New file.
* po/guix/POTFILES.in: Add them.
* Makefile.am (MODULES): Add them.
* doc/guix.texi (Invoking guix container): New section.
| David Thompson |
2015-11-01 | nls: Add Danish translation for packages. | Ludovic Courtès |
2015-11-01 | nls: Update 'da' translation. | Ludovic Courtès |
2015-10-27 | upstream: Add 'description' field to 'upstream-updater'....Suggested by Ludovic Courtès <ludo@gnu.org>.
* guix/upstream.scm (<upstream-updater>): Use 'define-record-type*'.
[description]: New field.
(lookup-updater): Adjust accordingly.
* guix/gnu-maintenance.scm (%gnu-updater): Likewise.
* guix/import/cran.scm (%cran-updater): Likewise.
* guix/import/elpa.scm (%elpa-updater): Likewise.
* po/guix/POTFILES.in: Add guix/scripts/import/cran.scm and
guix/gnu-maintenance.scm.
| Alex Kost |
2015-10-21 | gnu-maintenance: Generalize, leading to (guix upstream)....* guix/gnu-maintenance.scm (<gnu-release>): Remove.
(coalesce-releases): Move to upstream.scm. Rename to
'coalesce-sources'; adjust callers.
(releases, latest-release): Return <upstream-source> objects instead
of <gnu-release> objects.
(latest-release*, non-emacs-gnu-package?): New procedures.
(gnu-release-archive-types): Remove.
(%gnu-updater): New variable.
(package-update-path, download-tarball, package-update,
update-package-source): Move to...
* guix/upstream.scm: ... here. New file.
* Makefile.am (MODULES): Add it.
* po/guix/POTFILES.in: Replace gnu-maintenance.scm with upstream.scm.
* guix/scripts/refresh.scm (%updaters): New variable.
(update-package): Adjust to new 'package-update' interface.
(guix-refresh): Adjust to new 'package-update-path'. Remove
'false-if-exception' around it.
| Ludovic Courtès |