Merge branch 'version-1.0.0'
This commit is contained in:
commit
746ac457cc
14
Makefile.am
14
Makefile.am
|
@ -487,6 +487,7 @@ check-system: $(GOBJECTS)
|
|||
dist_pkgdata_DATA = \
|
||||
etc/substitutes/hydra.gnu.org.pub \
|
||||
etc/substitutes/berlin.guixsd.org.pub \
|
||||
etc/substitutes/ci.guix.gnu.org.pub \
|
||||
etc/substitutes/ci.guix.info.pub
|
||||
|
||||
# Bash completion file.
|
||||
|
@ -627,7 +628,7 @@ guix-binary.%.tar.xz:
|
|||
cp "$$tarball" "$@.tmp" ; mv "$@.tmp" "$@"
|
||||
|
||||
|
||||
dist-hook: $(distdir)/ChangeLog gen-AUTHORS gen-tarball-version
|
||||
dist-hook: gen-ChangeLog gen-AUTHORS gen-tarball-version
|
||||
dist-hook: assert-no-store-file-names
|
||||
dist-hook: doc-po-update
|
||||
|
||||
|
@ -641,12 +642,12 @@ $(top_srcdir)/.version:
|
|||
gen-tarball-version:
|
||||
echo $(VERSION) > "$(distdir)/.tarball-version"
|
||||
|
||||
gen-ChangeLog $(distdir)/ChangeLog:
|
||||
gen-ChangeLog:
|
||||
$(AM_V_GEN)if test -d .git; then \
|
||||
$(top_srcdir)/build-aux/gitlog-to-changelog \
|
||||
> $(distdir)/cl-t; \
|
||||
> $(distdir)/ChangeLog.tmp; \
|
||||
rm -f $(distdir)/ChangeLog; \
|
||||
mv $(distdir)/cl-t $(distdir)/ChangeLog; \
|
||||
mv $(distdir)/ChangeLog.tmp $(distdir)/ChangeLog; \
|
||||
fi
|
||||
|
||||
gen-AUTHORS:
|
||||
|
@ -714,7 +715,6 @@ system_flags = $(foreach system,$(1),-s $(system))
|
|||
# issue described at <https://savannah.gnu.org/bugs/index.php?51027>.
|
||||
release: dist
|
||||
cd po; git checkout .
|
||||
cd doc; git checkout .
|
||||
@if ! git diff-index --quiet HEAD; then \
|
||||
echo "There are uncommitted changes; stopping." >&2 ; \
|
||||
exit 1 ; \
|
||||
|
@ -791,13 +791,13 @@ update-NEWS: $(GOBJECTS)
|
|||
$(top_srcdir)/NEWS "$(GUIX_MAINTENANCE_DIRECTORY)/data"
|
||||
|
||||
# Make sure we're not shipping a file that embeds a local /gnu/store file name.
|
||||
assert-no-store-file-names: $(distdir)/ChangeLog
|
||||
assert-no-store-file-names:
|
||||
$(AM_V_at)if grep -r --exclude=*.texi --exclude=*.info \
|
||||
--exclude=*.info-[0-9] --exclude=*.dot \
|
||||
--exclude=*.eps --exclude-dir=bootstrap \
|
||||
--exclude=guix-manual.pot --exclude=guix-manual.*.po \
|
||||
--exclude=guix-prettify.el \
|
||||
--exclude=ChangeLog \
|
||||
--exclude=ChangeLog* \
|
||||
-E "$(storedir)/[a-z0-9]{32}-" $(distdir) ; \
|
||||
then \
|
||||
echo "error: store file names embedded in the distribution" >&2 ; \
|
||||
|
|
13
NEWS
13
NEWS
|
@ -52,8 +52,17 @@ Please send Guix bug reports to bug-guix@gnu.org.
|
|||
cups-pk-helper, imap4d, inputattach, localed, nslcd, zabbix-agent,
|
||||
zabbix-server
|
||||
|
||||
*** XXX new packages
|
||||
*** XXX package updates
|
||||
*** 1102 new packages
|
||||
*** 2104 package updates
|
||||
|
||||
Noteworthy updates:
|
||||
clojure 1.10.0, cups 2.2.11, emacs 26.2, gcc 8.3.0, gdb 8.2.1, ghc 8.4.3,
|
||||
gimp 2.10.10, glibc 2.28, gnome 3.28.2, gnupg 2.2.15, go 1.12.1,
|
||||
guile 2.2.4, icecat 60.6.1-guix1, icedtea 3.7.0, inkscape 0.92.4,
|
||||
libreoffice 6.1.5.2, linux-libre 5.0.10, mate 1.22.0, ocaml 4.07.1,
|
||||
octave 5.1.0, openjdk 11.28, python 3.7.0, rust 1.34.0, r 3.6.0,
|
||||
sbcl 1.5.1, shepherd 0.6.0, xfce 4.12.1, xorg-server 1.20.4
|
||||
|
||||
** Programming interfaces
|
||||
*** New ‘this-package’, ‘this-origin’, and ‘this-operating-system’ macros
|
||||
*** The ‘self-native-input?’ field was removed from <package>
|
||||
|
|
|
@ -120,7 +120,7 @@ if test "x$guix_build_daemon" = "xyes"; then
|
|||
|
||||
dnl Determine the appropriate default list of substitute URLs (GnuTLS
|
||||
dnl is required so we can default to 'https'.)
|
||||
guix_substitute_urls="https://ci.guix.info"
|
||||
guix_substitute_urls="https://ci.guix.gnu.org"
|
||||
|
||||
AC_MSG_CHECKING([for default substitute URLs])
|
||||
AC_MSG_RESULT([$guix_substitute_urls])
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
@set BASE-URL https://ftp.gnu.org/gnu/guix
|
||||
|
||||
@c The official substitute server used by default.
|
||||
@set SUBSTITUTE-SERVER ci.guix.info
|
||||
@set SUBSTITUTE-SERVER ci.guix.gnu.org
|
||||
@set SUBSTITUTE-URL https://@value{SUBSTITUTE-SERVER}
|
||||
|
||||
@copying
|
||||
|
|
|
@ -54,7 +54,7 @@ ERR=$'[ \033[31;1mFAIL\033[0m ] '
|
|||
INF="[ INFO ] "
|
||||
|
||||
DEBUG=0
|
||||
GNU_URL="https://alpha.gnu.org/gnu/guix/"
|
||||
GNU_URL="https://ftp.gnu.org/gnu/guix/"
|
||||
OPENPGP_SIGNING_KEY_ID="3CE464558A84FDC69DB40CFB090B11993D9AEBB5"
|
||||
|
||||
# This script needs to know where root's home directory is. However, we
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
berlin.guixsd.org.pub
|
|
@ -4633,6 +4633,14 @@ classes for commonly used data structures.")
|
|||
(base32
|
||||
"1qbcwq89g4r67k1dj4laqj441pj4195c8hzhxn8vc6mmg8adg6kx"))))
|
||||
(build-system meson-build-system)
|
||||
(arguments
|
||||
;; On 32-bit platforms, the test fails with a rounding error:
|
||||
;; <https://bugzilla.gnome.org/show_bug.cgi?id=775249>. Just skip it for
|
||||
;; now.
|
||||
(if (and (not (%current-target-system))
|
||||
(member (%current-system) '("i686-linux" "armhf-linux")))
|
||||
'(#:tests? #f)
|
||||
'()))
|
||||
(native-inputs
|
||||
`(("glib" ,glib "bin")
|
||||
("pkg-config" ,pkg-config)))
|
||||
|
|
|
@ -314,6 +314,11 @@ wrapper for accessing libusb-1.0.")
|
|||
(base32
|
||||
"00pnh9zf3iwdji2faccns7vagbmbrwbj9a8zp9s53a6rqaa9czis"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
;; Tests fail randomly when run in parallel because several of them write
|
||||
;; and read to/from the same file--e.g., "4.plist" is accessed by
|
||||
;; 'large.test' and 'largecmp.test'.
|
||||
'(#:parallel-tests? #f))
|
||||
(inputs
|
||||
`(("python" ,python)))
|
||||
(native-inputs
|
||||
|
|
|
@ -109,9 +109,9 @@
|
|||
;; Latest version of Guix, which may or may not correspond to a release.
|
||||
;; Note: the 'update-guix-package.scm' script expects this definition to
|
||||
;; start precisely like this.
|
||||
(let ((version "0.16.0")
|
||||
(commit "0c329bf4b0c00abdc9a7d9c818d36d4d60b3005d")
|
||||
(revision 14))
|
||||
(let ((version "1.0.0")
|
||||
(commit "326dcbf1b3c30aa525185fda435c34cb9495dd04")
|
||||
(revision 1))
|
||||
(package
|
||||
(name "guix")
|
||||
|
||||
|
@ -127,7 +127,7 @@
|
|||
(commit commit)))
|
||||
(sha256
|
||||
(base32
|
||||
"1403vrazx46w9hcvqjyxa4ipwvqv0432f6rsn4981w1n3p1j4mf6"))
|
||||
"0k9v9lh69q353x055id1sq1gx4p8idg8ifrgidv5s73wdil2cflm"))
|
||||
(file-name (string-append "guix-" version "-checkout"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
|
|
|
@ -84,6 +84,7 @@
|
|||
udisks-service
|
||||
udisks-service-type
|
||||
|
||||
colord-service-type
|
||||
colord-service
|
||||
|
||||
geoclue-application
|
||||
|
@ -93,6 +94,9 @@
|
|||
geoclue-service
|
||||
geoclue-service-type
|
||||
|
||||
bluetooth-service-type
|
||||
bluetooth-configuration
|
||||
bluetooth-configuration?
|
||||
bluetooth-service
|
||||
|
||||
elogind-configuration
|
||||
|
@ -452,7 +456,9 @@ site} for more information."
|
|||
`(("bluetooth"
|
||||
,(bluetooth-directory config)))))
|
||||
(service-extension shepherd-root-service-type
|
||||
(compose list bluetooth-shepherd-service))))))
|
||||
(compose list bluetooth-shepherd-service))))
|
||||
(description "Run the @command{bluetoothd} daemon, which manages all the
|
||||
Bluetooth devices and provides a number of D-Bus interfaces.")))
|
||||
|
||||
(define* (bluetooth-service #:key (bluez bluez) (auto-enable? #f))
|
||||
"Return a service that runs the @command{bluetoothd} daemon, which manages
|
||||
|
@ -506,7 +512,11 @@ Users need to be in the @code{lp} group to access the D-Bus service.
|
|||
(service-extension udev-service-type list)
|
||||
|
||||
;; It provides polkit "actions".
|
||||
(service-extension polkit-service-type list)))))
|
||||
(service-extension polkit-service-type list)))
|
||||
(description
|
||||
"Run @command{colord}, a system service with a D-Bus
|
||||
interface to manage the color profiles of input and output devices such as
|
||||
screens and scanners.")))
|
||||
|
||||
(define* (colord-service #:key (colord colord))
|
||||
"Return a service that runs @command{colord}, a system service with a D-Bus
|
||||
|
|
|
@ -4,9 +4,10 @@
|
|||
;; guix system reconfigure /etc/config.scm
|
||||
;;
|
||||
|
||||
(use-modules (gnu) (srfi srfi-1))
|
||||
(use-modules (gnu) (guix) (srfi srfi-1))
|
||||
(use-service-modules desktop networking ssh xorg)
|
||||
(use-package-modules bootloaders certs fonts nvi wget xorg)
|
||||
(use-package-modules bootloaders certs fonts nvi
|
||||
package-management wget xorg)
|
||||
|
||||
(define vm-image-motd (plain-file "motd" "
|
||||
\x1b[1;37mThis is the GNU system. Welcome!\x1b[0m
|
||||
|
@ -34,6 +35,9 @@ accounts.\x1b[0m
|
|||
(locale "en_US.utf8")
|
||||
(keyboard-layout (keyboard-layout "us" "altgr-intl"))
|
||||
|
||||
;; Label for the GRUB boot menu.
|
||||
(label (string-append "GNU Guix " (package-version guix)))
|
||||
|
||||
(firmware '())
|
||||
|
||||
;; Below we assume /dev/vda is the VM's hard disk.
|
||||
|
|
|
@ -283,6 +283,11 @@ INPUTS is a list of inputs (as for packages)."
|
|||
|
||||
(sql-schema #$schema)
|
||||
|
||||
;; Allow non-ASCII file names--e.g., 'nss-certs'--to be decoded.
|
||||
(setenv "GUIX_LOCPATH"
|
||||
#+(file-append glibc-utf8-locales "/lib/locale"))
|
||||
(setlocale LC_ALL "en_US.utf8")
|
||||
|
||||
(let ((inputs
|
||||
'#$(append (list qemu parted e2fsprogs dosfstools xorriso)
|
||||
(map canonical-package
|
||||
|
@ -379,6 +384,11 @@ the image."
|
|||
|
||||
(sql-schema #$schema)
|
||||
|
||||
;; Allow non-ASCII file names--e.g., 'nss-certs'--to be decoded.
|
||||
(setenv "GUIX_LOCPATH"
|
||||
#+(file-append glibc-utf8-locales "/lib/locale"))
|
||||
(setlocale LC_ALL "en_US.utf8")
|
||||
|
||||
(let ((inputs
|
||||
'#$(append (list qemu parted e2fsprogs dosfstools)
|
||||
(map canonical-package
|
||||
|
|
|
@ -65,7 +65,7 @@
|
|||
|
||||
(define %default-log-urls
|
||||
;; Default base URLs for build logs.
|
||||
'("http://ci.guix.info/log"))
|
||||
'("http://ci.guix.gnu.org/log"))
|
||||
|
||||
;; XXX: The following procedure cannot be in (guix store) because of the
|
||||
;; dependency on (guix derivations).
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
;;; GNU Guix --- Functional package management for GNU
|
||||
;;; Copyright © 2018 Ludovic Courtès <ludo@gnu.org>
|
||||
;;; Copyright © 2018, 2019 Ludovic Courtès <ludo@gnu.org>
|
||||
;;;
|
||||
;;; This file is part of GNU Guix.
|
||||
;;;
|
||||
|
@ -103,9 +103,16 @@ processes."
|
|||
(let ((directory (string-append "/proc/"
|
||||
(number->string (process-id process))
|
||||
"/fd")))
|
||||
(map (lambda (fd)
|
||||
(readlink (string-append directory "/" fd)))
|
||||
(or (scandir directory string->number) '()))))
|
||||
(filter-map (lambda (fd)
|
||||
;; There's a TOCTTOU race here, hence the 'catch'.
|
||||
(catch 'system-error
|
||||
(lambda ()
|
||||
(readlink (string-append directory "/" fd)))
|
||||
(lambda args
|
||||
(if (= ENOENT (system-error-errno args))
|
||||
#f
|
||||
(apply throw args)))))
|
||||
(or (scandir directory string->number) '()))))
|
||||
|
||||
;; Daemon session.
|
||||
(define-record-type <daemon-session>
|
||||
|
@ -151,15 +158,22 @@ active sessions, and the master 'guix-daemon' process."
|
|||
(= pid (process-parent-id process))))
|
||||
processes))
|
||||
|
||||
(values (map (lambda (process)
|
||||
(match (process-command process)
|
||||
((argv0 (= string->number client) _ ...)
|
||||
(let ((files (process-open-files process)))
|
||||
(daemon-session process
|
||||
(lookup-process client)
|
||||
(lookup-children (process-id process))
|
||||
(filter lock-file? files))))))
|
||||
children)
|
||||
(define (child-process->session process)
|
||||
(match (process-command process)
|
||||
((argv0 (= string->number client) _ ...)
|
||||
(let ((files (process-open-files process))
|
||||
(client (lookup-process client)))
|
||||
;; After a client has died, there's a window during which its
|
||||
;; corresponding 'guix-daemon' process is still alive, in which
|
||||
;; case 'lookup-process' returns #f. In that case ignore the
|
||||
;; session.
|
||||
(and client
|
||||
(daemon-session process client
|
||||
(lookup-children
|
||||
(process-id process))
|
||||
(filter lock-file? files)))))))
|
||||
|
||||
(values (filter-map child-process->session children)
|
||||
master)))
|
||||
|
||||
(define (daemon-session->recutils session port)
|
||||
|
|
|
@ -1061,7 +1061,7 @@ found."
|
|||
(#f
|
||||
;; This can only happen when this script is not invoked by the
|
||||
;; daemon.
|
||||
'("http://ci.guix.info"))))
|
||||
'("http://ci.guix.gnu.org"))))
|
||||
|
||||
(define substitute-urls
|
||||
;; List of substitute URLs.
|
||||
|
|
|
@ -588,6 +588,8 @@ load path."
|
|||
("share/guix/berlin.guixsd.org.pub"
|
||||
,(file-append* source
|
||||
"/etc/substitutes/berlin.guixsd.org.pub"))
|
||||
("share/guix/ci.guix.gnu.org.pub" ;alias
|
||||
,(file-append* source "/etc/substitutes/berlin.guixsd.org.pub"))
|
||||
("share/guix/ci.guix.info.pub" ;alias
|
||||
,(file-append* source "/etc/substitutes/berlin.guixsd.org.pub")))))
|
||||
|
||||
|
|
|
@ -746,7 +746,7 @@ encoding conversion errors."
|
|||
(map (if (false-if-exception (resolve-interface '(gnutls)))
|
||||
(cut string-append "https://" <>)
|
||||
(cut string-append "http://" <>))
|
||||
'("ci.guix.info")))
|
||||
'("ci.guix.gnu.org")))
|
||||
|
||||
(define* (set-build-options server
|
||||
#:key keep-failed? keep-going? fallback?
|
||||
|
|
25927
po/doc/guix-manual.de.po
25927
po/doc/guix-manual.de.po
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
16396
po/doc/guix-manual.fr.po
16396
po/doc/guix-manual.fr.po
File diff suppressed because it is too large
Load Diff
47097
po/doc/guix-manual.pot
47097
po/doc/guix-manual.pot
File diff suppressed because it is too large
Load Diff
|
@ -30,22 +30,24 @@ POT_OPTIONS = --package-name "guix" --package-version "$(VERSION)" \
|
|||
--copyright-holder "Ludovic Courtès" \
|
||||
--msgid-bugs-address "ludo@gnu.org"
|
||||
|
||||
$(srcdir)/po/doc/guix-manual.%.po: $(srcdir)/po/doc/guix-manual.pot
|
||||
@lang=`echo $$(basename "$@") | sed -e 's|^guix-manual.||' -e 's|.po$$||'` ;\
|
||||
if test -f "$@"; then \
|
||||
doc-po-update-%:
|
||||
@lang=`echo "$@" | sed -e's/^doc-po-update-//'` ; \
|
||||
output="$(srcdir)/po/doc/guix-manual.$$lang.po" ; \
|
||||
input="$(srcdir)/po/doc/guix-manual.pot" ; \
|
||||
if test -f "$$output"; then \
|
||||
test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \
|
||||
echo "$${cdcmd}$(MSGMERGE_UPDATE) $(MSGMERGE_OPTIONS) --lang=$${lang} $@ $<"; \
|
||||
echo "$${cdcmd}$(MSGMERGE_UPDATE) $(MSGMERGE_OPTIONS) --lang=$${lang} $$output $$input"; \
|
||||
cd $(srcdir) \
|
||||
&& { case `$(MSGMERGE_UPDATE) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \
|
||||
'' | 0.[0-9] | 0.[0-9].* | 0.1[0-7] | 0.1[0-7].*) \
|
||||
$(MSGMERGE_UPDATE) $(MSGMERGE_OPTIONS) $@ $<;; \
|
||||
$(MSGMERGE_UPDATE) $(MSGMERGE_OPTIONS) "$$output" "$$input";; \
|
||||
*) \
|
||||
$(MSGMERGE_UPDATE) $(MSGMERGE_OPTIONS) --lang=$${lang} $@ $<;; \
|
||||
$(MSGMERGE_UPDATE) $(MSGMERGE_OPTIONS) --lang=$${lang} "$$output" "$$input";; \
|
||||
esac; \
|
||||
}; \
|
||||
touch "$@"; \
|
||||
touch "$$output"; \
|
||||
else \
|
||||
echo "File $@ does not exist. If you are a translator, you can create it through 'msginit'." 1>&2; \
|
||||
echo "File $$output does not exist. If you are a translator, you can create it with 'msginit'." 1>&2; \
|
||||
exit 1; \
|
||||
fi
|
||||
|
||||
|
@ -54,7 +56,7 @@ $(srcdir)/po/doc/%.pot-update: doc/%.texi
|
|||
-p "$$(echo $@ | sed 's|-update||')" $(POT_OPTIONS)
|
||||
@touch "$$(echo $@ | sed 's|-update||')"
|
||||
|
||||
TMP_POT_FILES=contributing.pot guix.pot
|
||||
TMP_POT_FILES = contributing.pot guix.pot
|
||||
|
||||
doc-pot-update:
|
||||
for f in $(TMP_POT_FILES); do \
|
||||
|
@ -65,6 +67,9 @@ doc-pot-update:
|
|||
rm -f $(addprefix $(srcdir)/po/doc/, $(TMP_POT_FILES))
|
||||
|
||||
doc-po-update: doc-pot-update
|
||||
for f in $(DOC_PO_FILES); do \
|
||||
$(MAKE) "$$f"; \
|
||||
for f in $(DOC_PO_FILES); do \
|
||||
lang="`echo "$$f" | $(SED) -es'|.*/guix-manual\.\(.*\)\.po$$|\1|g'`"; \
|
||||
$(MAKE) "doc-po-update-$$lang"; \
|
||||
done
|
||||
|
||||
.PHONY: doc-po-update doc-pot-update
|
||||
|
|
|
@ -12,6 +12,7 @@ msgstr ""
|
|||
"Last-Translator: Pavel Fric <pavelfric@seznam.cz>\n"
|
||||
"Language-Team: Czech <translation-team-cs@lists.sourceforge.net>\n"
|
||||
"Language: cs\n"
|
||||
"X-Bugs: Report translation errors to the Language-Team address.\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
|
868
po/guix/de.po
868
po/guix/de.po
File diff suppressed because it is too large
Load Diff
|
@ -12,6 +12,7 @@ msgstr ""
|
|||
"Last-Translator: Felipe Castro <fefcas@gmail.com>\n"
|
||||
"Language-Team: Esperanto <translation-team-eo@lists.sourceforge.net>\n"
|
||||
"Language: eo\n"
|
||||
"X-Bugs: Report translation errors to the Language-Team address.\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
|
496
po/guix/fr.po
496
po/guix/fr.po
File diff suppressed because it is too large
Load Diff
|
@ -12,6 +12,7 @@ msgstr ""
|
|||
"Last-Translator: Balázs Úr <urbalazs@gmail.com>\n"
|
||||
"Language-Team: Hungarian <translation-team-hu@lists.sourceforge.net>\n"
|
||||
"Language: hu\n"
|
||||
"X-Bugs: Report translation errors to the Language-Team address.\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
|
|
@ -12,6 +12,7 @@ msgstr ""
|
|||
"Last-Translator: Daniel Koć <daniel@xn--ko-wla.pl>\n"
|
||||
"Language-Team: Polish <translation-team-pl@lists.sourceforge.net>\n"
|
||||
"Language: pl\n"
|
||||
"X-Bugs: Report translation errors to the Language-Team address.\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
|
|
@ -11,6 +11,7 @@ msgstr ""
|
|||
"Last-Translator: Мирослав Николић <miroslavnikolic@rocketmail.com>\n"
|
||||
"Language-Team: Serbian <(nothing)>\n"
|
||||
"Language: sr\n"
|
||||
"X-Bugs: Report translation errors to the Language-Team address.\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
|
|
@ -13,6 +13,7 @@ msgstr ""
|
|||
"Last-Translator: Trần Ngọc Quân <vnwildman@gmail.com>\n"
|
||||
"Language-Team: Vietnamese <translation-team-vi@lists.sourceforge.net>\n"
|
||||
"Language: vi\n"
|
||||
"X-Bugs: Report translation errors to the Language-Team address.\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
|
22040
po/packages/de.po
22040
po/packages/de.po
File diff suppressed because it is too large
Load Diff
|
@ -12,6 +12,7 @@ msgstr ""
|
|||
"Last-Translator: Felipe Castro <fefcas@gmail.com>\n"
|
||||
"Language-Team: Esperanto <translation-team-eo@lists.sourceforge.net>\n"
|
||||
"Language: eo\n"
|
||||
"X-Bugs: Report translation errors to the Language-Team address.\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
|
3209
po/packages/fr.po
3209
po/packages/fr.po
File diff suppressed because it is too large
Load Diff
|
@ -13,6 +13,7 @@ msgstr ""
|
|||
"Last-Translator: Daniel Koć <daniel@xn--ko-wla.pl>\n"
|
||||
"Language-Team: Polish <translation-team-pl@lists.sourceforge.net>\n"
|
||||
"Language: pl\n"
|
||||
"X-Bugs: Report translation errors to the Language-Team address.\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
|
|
@ -8,11 +8,12 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: guix 0.4-pre2\n"
|
||||
"Report-Msgid-Bugs-To: ludo@gnu.org\n"
|
||||
"POT-Creation-Date: 2014-07-14 11:59+0200\n"
|
||||
"POT-Creation-Date: 2014-06-25 22:55+0200\n"
|
||||
"PO-Revision-Date: 2013-09-28 21:29-0300\n"
|
||||
"Last-Translator: Rafael Ferreira <rafael.f.f1@gmail.com>\n"
|
||||
"Language-Team: Brazilian Portuguese <ldpbr-translation@lists.sourceforge.net>\n"
|
||||
"Language: pt_BR\n"
|
||||
"X-Bugs: Report translation errors to the Language-Team address.\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
|
|
@ -11,6 +11,7 @@ msgstr ""
|
|||
"Last-Translator: Мирослав Николић <miroslavnikolic@rocketmail.com>\n"
|
||||
"Language-Team: Serbian <(nothing)>\n"
|
||||
"Language: sr\n"
|
||||
"X-Bugs: Report translation errors to the Language-Team address.\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
|
|
@ -7,11 +7,12 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: guix 0.5-pre2\n"
|
||||
"Report-Msgid-Bugs-To: ludo@gnu.org\n"
|
||||
"POT-Creation-Date: 2014-07-14 11:59+0200\n"
|
||||
"POT-Creation-Date: 2014-06-25 22:55+0200\n"
|
||||
"PO-Revision-Date: 2013-12-04 07:48+0700\n"
|
||||
"Last-Translator: Trần Ngọc Quân <vnwildman@gmail.com>\n"
|
||||
"Language-Team: Vietnamese <translation-team-vi@lists.sourceforge.net>\n"
|
||||
"Language: vi\n"
|
||||
"X-Bugs: Report translation errors to the Language-Team address.\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
|
|
@ -281,8 +281,8 @@ guix system search anonym network | grep "^name: tor"
|
|||
# build these images, the commands would take hours to run in the worst case.
|
||||
|
||||
# Verify that the examples can be built.
|
||||
for example in gnu/system/examples/*; do
|
||||
guix system -n disk-image $example
|
||||
for example in gnu/system/examples/*.tmpl; do
|
||||
guix system -n disk-image "$example"
|
||||
done
|
||||
|
||||
# Verify that the disk image types can be built.
|
||||
|
|
Loading…
Reference in New Issue