mediatomb/gerbera: Add release note information for 21.03#100348
mediatomb/gerbera: Add release note information for 21.03#100348ardumont wants to merge 1 commit intoNixOS:masterfrom
Conversation
|
/marvin opt-in |
|
Hi! I'm an experimental bot. My goal is to guide this PR through its stages, hopefully ending with a merge. You can read up on the usage here. |
|
Updated and fixed the conflict |
|
@ardumont please resolve the merge conflict. |
Note that it made into 2 entries, one about new options in the first section. Another in the breaking compatibility section due to the openFirewall option which changes the behavior.
Btw, I've rebased and fixed the conflict again (I did also last time you asked...). (It was also initially from another PR and it got split... The actual code describing Thanks for your time and consideration. Cheers, |
|
This obviously still needs to go into 21.05, because the changes are already merged but the release note is not. Somehow the manual is failing to build, can you check and resolve this @ardumont? /cc @jonringer |
|
@ardumont Did you see that unfortunately the NixOS tests for mediatomb are failing because of gerbera, while mediatomb still succeeds? First, the With gerbera understandibly being the new default, this is pretty bad. |
schmittlauch
left a comment
There was a problem hiding this comment.
After cleaning up all the proposed typos and misconceptions, I can confirm that the manual/ release notes finally build successfully.
| All services should use <xref linkend="opt-systemd.services._name_.startLimitIntervalSec" /> or <literal>StartLimitIntervalSec</literal> in <xref linkend="opt-systemd.services._name_.unitConfig" /> instead. | ||
| </para> | ||
| </listitem> | ||
| <listItem> |
There was a problem hiding this comment.
| <listItem> | |
| <listitem> |
| { path = "/var/lib/mediatomb/audio"; recursive = true; hidden-files = false; } | ||
| ]; | ||
| </programlisting> | ||
| </listItem> |
There was a problem hiding this comment.
| </listItem> | |
| </listitem> |
| </listitem> | ||
| <listItem> | ||
| <para> | ||
| The <link linked="opt-services.mediatomb">mediatomb service</link> |
There was a problem hiding this comment.
| The <link linked="opt-services.mediatomb">mediatomb service</link> | |
| The <literal>mediatomb</literal> service |
| </listitem> | ||
| <listitem> | ||
| <para> | ||
| The <link linked="opt-services.mediatomb">mediatomb service</link> is |
There was a problem hiding this comment.
| The <link linked="opt-services.mediatomb">mediatomb service</link> is | |
| The <literal>mediatomb</literal> service is |
There was a problem hiding this comment.
opt-services.mediatomb is no reference target, only its sub-options are.
| <programlisting> | ||
| services.mediatomb.package = pkgs.mediatomb; | ||
| </programlisting> | ||
| One new option <literal>openFirewall<literal> has been introduced which |
There was a problem hiding this comment.
| One new option <literal>openFirewall<literal> has been introduced which | |
| One new option <literal>openFirewall</literal> has been introduced which |
| { path = "/var/lib/mediatomb/pictures"; recursive = false; hidden-files = false; } | ||
| { path = "/var/lib/mediatomb/audio"; recursive = true; hidden-files = false; } | ||
| ]; | ||
| </programlisting> |
There was a problem hiding this comment.
| </programlisting> | |
| </programlisting> | |
| </para> |
|
superseded by #124768 |
Building the documentation [1] does not complain about anything
[1] https://nixos.org/manual/nixpkgs/stable/#chap-contributing
Related to #93450#issuecomment-706962271