Skip to content

Commit

Permalink
Univention
Browse files Browse the repository at this point in the history
  • Loading branch information
pstorz committed Nov 28, 2018
1 parent f7e726e commit 9630aa9
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 9 deletions.
4 changes: 4 additions & 0 deletions docs/manuals/en/new_main_reference/replace.sh
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,10 @@ perl -i -pe 's#:raw-latex:`\\bcommand\{(.*?)\}\{\}`#:strong:`\1`#g' *.rst
perl -i -pe 's#:raw-latex:`\\bcommand\{(.*?)\}`#:strong:`\1`#g' *.rst


#\os
perl -i -pe 's#\\os\{(.*?)\}\{}#:strong:`\1`#g' *.rst
perl -i -pe 's#\\os\{(.*?)\}\{(.*?)}#:strong:`\1 \2`#g' *.rst

# TODO: add link
sed -i -E 's#:raw-latex:`\\linkResourceDirective\{(.*)\}\{(.*)\}\{(.*)\}`#**\3**:sup:`\1`:sub:`\2`\ #g' *.rst

Expand Down
2 changes: 1 addition & 1 deletion docs/manuals/en/new_main_reference/source/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ Install on Univention Corporate Server



\os{Univention}{}
:strong:`Univention`

Bareos offers additional functionality and integration into an
Univention Corporate Server environment. Please follow the intructions
Expand Down
16 changes: 8 additions & 8 deletions docs/manuals/en/new_main_reference/source/releasenotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ releases are only published on https://download.bareos.com.\|
\begin{itemize}
\item \ticket{892} \package{bareos-storage-droplet}: improve error handling on unavailable backend.
\item \ticket{902} \package{bareos-storage-droplet}: improve job status handling (terminate job after all data is written).
\item \ticket{967} \os{Windows}{}: overwrite symbolic links on restore.
\item \ticket{967} :strong:`Windows`: overwrite symbolic links on restore.
\item \ticket{983} \bareosSd: prevent sporadic crash when \linkResourceDirectiveValue{Sd}{Storage}{Collect Job Statistics}{yes}.
\item \os{SLES}{12sp2} and \os{SLES}{12sp3}: provide \package{bareos-storage-ceph} and \package{bareos-filedaemon-ceph-plugin} packages.
\item :strong:`SLES 12sp2` and :strong:`SLES 12sp3`: provide \package{bareos-storage-ceph} and \package{bareos-filedaemon-ceph-plugin} packages.

\end{itemize}

Expand All @@ -64,8 +64,8 @@ releases are only published on https://download.bareos.com.\|

This release contains several bugfixes and enhancements. Excerpt:
\begin{itemize}
\item added platforms: \os{Fedora}{27}, \os{Fedora}{28}, \os{openSUSE}{15.0}, \os{Ubuntu}{18.04} and \os{Univention}{4.3}.
\item \os{Univention}{4.3}: fixes integration.
\item added platforms: :strong:`Fedora 27`, :strong:`Fedora 28`, :strong:`openSUSE 15.0`, :strong:`Ubuntu 18.04` and :strong:`Univention 4.3`.
\item :strong:`Univention 4.3`: fixes integration.
\item \ticket{872} adapted to new Ceph API.
\item \ticket{943} use \package{tirpc} if Sun-RPC is not provided.
\item \ticket{964} fixes the predefined queries.
Expand All @@ -91,13 +91,13 @@ releases are only published on https://download.bareos.com.\|

This release contains several bugfixes and enhancements. Excerpt:
\begin{itemize}
\item \bareosFd is ready for \os{AIX}{7.1.0.0}.
\item :ref:`VMwarePlugin` is also provided for \os{Debian}{9}.
\item \bareosFd is ready for :strong:`AIX 7.1.0.0`.
\item :ref:`VMwarePlugin` is also provided for :strong:`Debian 9`.
\item NDMP fixes
\item Virtual Backup fixes
\item \package{bareos-storage-droplet}: improvements
\item \command{bareos-dbcheck} improvements and fixes: with older versions it could happen, that it destroys structures required by \bcommand{.bvfs_*}{}.
\item \ticket{850} fixes a bug on \os{Univention}{}: fixes a problem of regenerating passwords when resyncing settings.
\item \ticket{850} fixes a bug on :strong:`Univention`: fixes a problem of regenerating passwords when resyncing settings.
\item \ticket{890} \bcommand{.bvfs_update}{} fix. Before there have been cases where it did not update the cache.
\item \bcommand{.bvfs_lsdirs}{} make limit- and offset-option work correctly.
\item \bcommand{.bvfs_lsdirs}{} show special directory (like \verb|path:@bpipe@/|) on the same level as \verb|path:/|.
Expand Down Expand Up @@ -562,7 +562,7 @@ plan to ensure this in future version of Bareos.
Url & \releaseUrlDownloadBareosCom{14.2} \\
\end{tabular}

This release contains several bugfixes and added the platforms \os{Debian}{8} and \os{Fedora}{21}.
This release contains several bugfixes and added the platforms :strong:`Debian 8` and :strong:`Fedora 21`.
}


Expand Down

0 comments on commit 9630aa9

Please sign in to comment.