aboutsummaryrefslogtreecommitdiff
path: root/gnu/machine/ssh.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2022-04-29 17:56:30 +0200
committerLudovic Courtès <ludo@gnu.org>2022-04-29 18:07:17 +0200
commitc1719a0adf3fa7611b56ca4d75b3ac8cf5c9c8ac (patch)
tree23ecb9f21486f5a2387f05997941d5b61e93eeda /gnu/machine/ssh.scm
parent73eeeeafbb0765f76834b53c9fe6cf3c8f740840 (diff)
downloadguix-c1719a0adf3fa7611b56ca4d75b3ac8cf5c9c8ac.tar.gz
guix-c1719a0adf3fa7611b56ca4d75b3ac8cf5c9c8ac.zip
publish: Send uncached narinfo replies from the main thread.
Fixes <https://issues.guix.gnu.org/54723>. Reported by Guillaume Le Vaillant <glv@posteo.net>. Regression introduced in f743f2046be2c5a338ab871ae8666d8f6de7440b. With commit f743f2046be2c5a338ab871ae8666d8f6de7440b, responses to pipelined GETs would end up being written concurrently by many threads. Thus the body of those responses could be interleaved and garbled. * guix/scripts/publish.scm: Revert f743f2046be2c5a338ab871ae8666d8f6de7440b. * tests/publish.scm ("/*.narinfo pipeline"): New test.
Diffstat (limited to 'gnu/machine/ssh.scm')
0 files changed, 0 insertions, 0 deletions
x another typo in the description....* gnu/packages/perl.scm (perl-sub-override): Fix another typo in the description field. Change-Id: Iab36d7d2dc23d146114ab1aa65a845d19724e1eb Florian Pelz 2024-09-14gnu: perl-sub-override: Fix typo in the description field....* gnu/packages/perl.scm (perl-sub-override): Fix typo in the description field. Change-Id: I43abd6f035fe641c3f53ff3fe7d352c8d03c2a59 Signed-off-by: Florian Pelz <pelzflorian@pelzflorian.de> Rostislav Svoboda 2024-08-31gnu: perl-inline-c: Update to 0.82_001....* gnu/packages/perl.scm (perl-inline-c): Update to 0.82_001. Change-Id: I1a9e141e6e6af45db785a2a0c4220417b96c3c64 Josselin Poiret 2024-08-31gnu: perl: Add 'bash' input for 'wrap-program'....It is required for cross-compilation. * gnu/packages/perl.scm (perl-eval-withlexicals)[inputs]: Add 'bash-minimal'. (perl-sgmls)[inputs]: Add 'bash-minimal'. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Maxime Devos 2024-08-31gnu: libxslt: Set search-paths for XML and SGML catalogs....According to xsltproc manpage it supports both XML_CATALOG_FILES and SGML_CATALOG_FILES for catalog lookup. Since the native-search-paths field is not thunked, doing (package-native-search-paths libxslt) can lead to module import cycles so we define a %libxslt-search-paths variable to avoid this kind of trouble. * guix/search-paths.scm (%libxslt-search-paths): New variable. * gnu/packages/xml.scm (libxslt)[native-search-paths]: Set to %libxslt-search-paths. * gnu/packages/perl.scm (perl-app-xml-docbook-builder)[native-search-paths]: Ditto. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Bruno Victal 2024-08-31search-paths: Add $XML_CATALOG_FILES and $SGML_CATALOG_FILES....These variables are used by some packages for XML/SGML catalog lookups. * guix/search-paths ($XML_CATALOG_FILES, $SGML_CATALOG_FILES): New variable, extracted from … * gnu/packages/xml.scm (libxml2, opensp)[native-search-paths]: … here. Refer to the variables from (guix search-paths) respectively. * gnu/packages/perl.scm (perl-app-xml-docbook-builder)[native-search-paths]: Use $XML_CATALOG_FILES. * doc/guix.texi (Search Paths): Update documentation to reflect changes. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Bruno Victal 2024-08-21gnu: Add perl-minimumversion....* gnu/packages/perl.scm (perl-minimumversion): New variable. Change-Id: Iad3c22936c07b7430525ad9827b6703d4ea9ce9c Signed-off-by: Ludovic Courtès <ludo@gnu.org> gemmaro 2024-08-21gnu: Add perl-ppix-utils....* gnu/packages/perl.scm (perl-ppix-utils): New variable. Change-Id: I9548c693aa6f54bd53662374f77b2fbd1ca3f485 Signed-off-by: Ludovic Courtès <ludo@gnu.org> gemmaro 2024-08-05Change email of Evgeny Pisemsky....* .mailmap: Add entry to Evgeny Pisemsky. * gnu/packages/emacs-xyz.scm, gnu/packages/engineering.scm, gnu/packages/guile-xyz.scm, gnu/packages/hardware.scm, gnu/packages/perl.scm, gnu/packages/python-xyz.scm, gnu/packages/sdl.scm, gnu/packages/web.scm: Adjust copyright line. Change-Id: I9a10be1ee7cc164f18d826b51348ee26eee2ca4b Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Evgeny Pisemsky