0a7c5a09fe
* 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.
31 lines
753 B
Plaintext
31 lines
753 B
Plaintext
# List of source files which contain translatable strings.
|
|
# This should be source files of the various tools, and not package modules.
|
|
gnu/packages.scm
|
|
gnu/services.scm
|
|
gnu/system.scm
|
|
gnu/services/dmd.scm
|
|
gnu/system/shadow.scm
|
|
guix/scripts.scm
|
|
guix/scripts/build.scm
|
|
guix/scripts/download.scm
|
|
guix/scripts/package.scm
|
|
guix/scripts/gc.scm
|
|
guix/scripts/hash.scm
|
|
guix/scripts/import.scm
|
|
guix/scripts/import/elpa.scm
|
|
guix/scripts/pull.scm
|
|
guix/scripts/substitute.scm
|
|
guix/scripts/authenticate.scm
|
|
guix/scripts/system.scm
|
|
guix/scripts/lint.scm
|
|
guix/scripts/publish.scm
|
|
guix/scripts/edit.scm
|
|
guix/scripts/size.scm
|
|
guix/scripts/graph.scm
|
|
guix/scripts/challenge.scm
|
|
guix/upstream.scm
|
|
guix/ui.scm
|
|
guix/http-client.scm
|
|
guix/nar.scm
|
|
nix/nix-daemon/guix-daemon.cc
|