Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bareos/python-bareos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 025f161..afb46ae 100644
--- a/README.rst
+++ b/README.rst
@@ -3,7 +3,7 @@ python-bareos
Python module to access a http://www.bareos.org backup system.
-* prebuild packages available at http://download.bareos.org/bareos/contrib/
+`python-bareos` packages are included in the Bareos core distribution since bareos >= 17.2.
calling bareos-director user agent commands
@@ -42,4 +42,3 @@ Requires: bareos >= 15.2
directorconsole=bareos.bsock.DirectorConsoleJson(address="localhost", port=9101, password=password)
directorconsole.call("list pools")
...
-