Changesets: bareos

master e18ada1e

2020-07-14 20:48

franku

Ported: N/A

Details Diff
droplet: reword a log message
mod - core/src/stored/backends/droplet_device.cc Diff File

master c9e32f96

2020-07-14 19:59

pstorz

Ported: N/A

Details Diff
macos: set(CPACK_SET_DESTDIR TRUE)
mod - core/platforms/darwin/CMakeLists.txt Diff File

master 8ee705a4

2020-07-14 18:48

pstorz

Ported: N/A

Details Diff
cmake: install: do not overwrite bconsole.conf if already exists
mod - core/src/console/CMakeLists.txt Diff File

master 9473471e

2020-07-13 18:56

pstorz

Ported: N/A

Details Diff
cmake: create config files as .new when they exist
mod - core/cmake/BareosInstallConfigFiles.cmake Diff File
mod - core/debian/control Diff File

master 54bb56fa

2020-07-13 12:50

pstorz

Ported: N/A

Details Diff
cmake: fix default database driver setting

The default database driver is now got from the configured
database options. To set the placeholder there, the
default_db_backend cmake variable needs to be set during build via

-Ddefault_db_backend="XXX_REPLACE_WITH_DATABASE_DRIVER_XXX"
mod - core/CMakeLists.txt Diff File
mod - core/cmake/BareosSetVariableDefaults.cmake Diff File
mod - core/debian/rules Diff File
mod - core/platforms/freebsd/bareos-freebsd/bareos.com-common/BareosCommonMakefile Diff File
mod - core/platforms/packaging/bareos.spec Diff File
mod - core/src/defaultconfigs/bareos-dir.d/catalog/MyCatalog.conf.in Diff File
mod - regress/scripts/regress-config.in Diff File

master 6ff9312b

2020-07-10 20:15

franku

Ported: N/A

Details Diff
libcloud-plugin: remove needless parameter
mod - core/src/plugins/filed/BareosFdPluginLibcloud.py Diff File

master f8ee4f8e

2020-07-10 19:28

pstorz


Committer: franku

Ported: N/A

Details Diff
libdroplet: always use current remote commit
mod - core/src/droplet Diff File

master 2d40cce5

2020-07-10 17:58

pstorz

Ported: N/A

Details Diff
winbareos.nsi: replace the paths that now exist
mod - core/platforms/win32/winbareos.nsi Diff File

master 3d51c82d

2020-07-10 17:43

franku

Ported: N/A

Details Diff
fixup 1f52754e760456e0475855e0326e1e4c7375c611
mod - core/src/plugins/filed/CMakeLists.txt Diff File

master 208b5fd8

2020-07-10 15:16

pstorz

Ported: N/A

Details Diff
cmake: detect windows via CMAKE_SYSTEM_NAME
mod - core/cmake/BareosSetVariableDefaults.cmake Diff File

master bacd49ac

2020-07-10 14:24

pstorz

Ported: N/A

Details Diff
freebsd: use correct cmake variable names workingdir and piddir
mod - core/platforms/freebsd/bareos-freebsd/bareos.com-common/BareosCommonMakefile Diff File

master 9b7ea07c

2020-07-10 14:19

pstorz

Ported: N/A

Details Diff
cmake: fix windows installer archivedir
mod - core/cmake/BareosSetVariableDefaults.cmake Diff File

master ccd23ece

2020-07-10 13:58

pstorz

Ported: N/A

Details Diff
cmake: fixed "make install" and added "make uninstall"

The "make install" target created by cmake was not completely working.
Also, "make uninstall" was not available.

This patch fixes the problems with the "make install" target and added
the "make uninstall" target by reading the installed files from the
cmake manifest file and deleting them.

The code for the uninstall target was taken from:
https://gist.github.com/royvandam/3033428
mod - CMakeLists.txt Diff File
add - cmake/uninstall.cmake Diff File
mod - core/CMakeLists.txt Diff File
mod - core/cmake/BareosSetVariableDefaults.cmake Diff File
mod - core/debian/rules Diff File
mod - core/platforms/freebsd/bareos-freebsd/bareos.com-common/pkg-plist.storage Diff File
mod - core/platforms/packaging/bareos.spec Diff File
mod - core/src/defaultconfigs/bareos-dir.d/catalog/MyCatalog.conf.in Diff File
mod - core/src/defaultconfigs/bareos-dir.d/fileset/Catalog.conf.in Diff File
mod - core/src/defaultconfigs/bareos-dir.d/fileset/LinuxAll.conf.in Diff File
mod - core/src/stored/CMakeLists.txt Diff File
mod - docs/manuals/CMakeLists.txt Diff File
mod - webui/CMakeLists.txt Diff File

master b8e7cf52

2020-07-10 12:42

pstorz

Ported: N/A

Details Diff
bareos.spec: fix vmware path
mod - core/platforms/packaging/bareos.spec Diff File

master 4e1b1f55

2020-07-10 12:07

pstorz

Ported: N/A

Details Diff
bareos.spec: fix path to LICENSE.vadp
mod - core/platforms/packaging/bareos.spec Diff File

master ae978c85

2020-07-10 11:25

pstorz

Ported: N/A

Details Diff
bareos.spec: do not remove bareos-webui in install step
mod - core/platforms/packaging/bareos.spec Diff File

master 783481b2

2020-07-10 00:00

arogge


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request 0000553 from arogge/dev/arogge/master/relnotes

Release-Notes for 19.2.8, 18.2.9 and 17.2.10
mod - docs/manuals/source/Appendix/ReleaseNotes.rst Diff File

master 33795239

2020-07-09 20:45

franku

Ported: N/A

Details Diff
droplet: added submodule git@github.com:bareos/Droplet.git bareos-master
add - .gitmodules Diff File
add - core/src/droplet Diff File

master 20de4dc0

2020-07-09 20:16

franku

Ported: N/A

Details Diff
libcloud-plugin: check if dict is not empty before access
mod - core/src/plugins/filed/BareosFdPluginLibcloud.py Diff File

bareos-19.2 fc7be62b

2020-07-09 19:39

arogge

Ported: N/A

Details Diff
Start development of 19.2.9

bareos-19.2 be03d4dd

2020-07-09 19:39

arogge

Ported: N/A

Details Diff
Remove */cmake/BareosVersion.cmake after release
rm - core/cmake/BareosVersion.cmake Diff File
rm - webui/cmake/BareosVersion.cmake Diff File

bareos-19.2 9709648f

2020-07-09 19:39

arogge

Ported: N/A

Details Diff
Release 19.2.8
add - core/cmake/BareosVersion.cmake Diff File
add - webui/cmake/BareosVersion.cmake Diff File

bareos-18.2 4092ec2b

2020-07-09 19:38

arogge

Ported: N/A

Details Diff
Start development of 18.2.10

bareos-18.2 66b234b6

2020-07-09 19:38

arogge

Ported: N/A

Details Diff
Release 18.2.9
mod - core/src/include/version.h Diff File

bareos-17.2 b2ce0941

2020-07-09 19:29

arogge

Ported: N/A

Details Diff
Start development of 17.2.11
 First  Prev  1 2 3 ... 70 ... 140 ... 210 ... 273 274 275 276 277 278 279 280 ... 350 ... 420 ... 490 ... 560 ... 630 ... 678 679 680  Next  Last