guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#74860] [PATCH 07/10] DRAFT news: Add entry for ‘rottlog-service-typ


From: pelzflorian (Florian Pelz)
Subject: [bug#74860] [PATCH 07/10] DRAFT news: Add entry for ‘rottlog-service-type’ deprecation.
Date: Sat, 14 Dec 2024 19:34:12 +0100
User-agent: Gnus/5.13 (Gnus v5.13)

Shepherd-managed logs and timers is an exciting improvement.

Could you add this German translation:

0diff --git a/etc/news.scm b/etc/news.scm
index 101f390ed2..4cb4234c10 100644
--- a/etc/news.scm
+++ b/etc/news.scm
@@ -37,7 +37,8 @@
 
  (entry (commit "FIXME")
         (title
-         (en "Rottlog service replaced by new log rotation service"))
+         (en "Rottlog service replaced by new log rotation service")
+         (de "Rottlog-Dienst ersetzt durch neuen Dienst zur 
Protokollrotation"))
         (body
          (en "A noticeable change was made that impacts all Guix System users:
 the Rottlog service was replaced by the new log rotation service.
@@ -51,7 +52,21 @@
 
 Because the new log rotation service depends on Shepherd 1.0 functionality,
 you will need to reboot after reconfiguring if you are not running Shepherd
-1.0 yet.")))
+1.0 yet.")
+         (de "Eine merkliche Änderung betrifft alle Nutzer von Guix System:
+Anstelle des Rottlog-Dienstes wird jetzt ein neuer Dienst zur Protokollrotation
+benutzt.  Des Weiteren gilt @code{rottlog-service-type} jetzt als veraltet und
+ersetzt durch @code{log-rotation-service-type}; er wird in sechs Monaten
+entfernt werden, wie es die Richtlinie zu Veraltetem vorsieht.
+
+Der neue Diensttyp @code{log-rotation-service-type} baut auf auf dem in Version
+1.0 von Shepherd bereitgestellten Protokollrotationsdienst.  Er ist
+vielseitiger und leichter nutzbar.  Führen Sie @command{info \"(guix.de)
+Log-Rotation\"} aus, um mehr zu erfahren.
+
+Weil der neue Protokollrotationsdienst die Funktionalitäten der Version 1.0 von
+Shepherd voraussetzt, werden Sie nach dem Rekonfigurieren Ihren Rechner neu
+starten müssen, falls auf ihm noch nicht Shepherd 1.0 läuft.")))
 
  (entry (commit "ccf72d5074b0c5ba793e686cbb1d6eaad39824bf")
         (title


Maybe also make two clarifications (if I do not misunderstand the impact
and not having tested new log-rotation-service-type yet):

diff --git a/etc/news.scm b/etc/news.scm
index 4cb4234c10..6789e5d3e6 100644
--- a/etc/news.scm
+++ b/etc/news.scm
@@ -44,7 +44,8 @@
 the Rottlog service was replaced by the new log rotation service.
 Additionally, @code{rottlog-service-type} is now deprecated in favor of
 @code{log-rotation-service-type} and will be removed in six months, in
-accordance with the project's deprecation policy.
+accordance with Guix' deprecation policy.  Authors of service types in custom
+Guix channels should therefore no longer extend @code{rottlog-service-type}.
 
 The new @code{log-rotation-service-type} builds upon the log rotation service
 provided by version 1.0 of the Shepherd.  It is more flexible and easier to
@@ -57,7 +58,9 @@
 Anstelle des Rottlog-Dienstes wird jetzt ein neuer Dienst zur Protokollrotation
 benutzt.  Des Weiteren gilt @code{rottlog-service-type} jetzt als veraltet und
 ersetzt durch @code{log-rotation-service-type}; er wird in sechs Monaten
-entfernt werden, wie es die Richtlinie zu Veraltetem vorsieht.
+entfernt werden, wie es Guix’ Richtlinie zu Veraltetem vorsieht.  Autoren
+von Diensttypen in eigenen Guix-Kanälen sollten daher nicht mehr
+@code{rottlog-service-type} erweitern.
 
 Der neue Diensttyp @code{log-rotation-service-type} baut auf auf dem in Version
 1.0 von Shepherd bereitgestellten Protokollrotationsdienst.  Er ist


Should not “[PATCH 09/10] home: Define ‘%base-home-services’.” be given
a news entry as well?  Otherwise many people will not have
%base-home-services when someone starts to depend on it.

Further, doc/guix.texi still contains an outdated description:
> * Log Rotation::                The rottlog service.


Regards,
Florian

reply via email to

[Prev in Thread] Current Thread [Next in Thread]