Changesets: bareos
bareos-14.2 9b3e0042 2014-09-12 09:45 Committer: mvwieringen Ported: N/A Details Diff |
Updated libnames for new windows buildchain | ||
mod - platforms/win32/winbareos32.spec | Diff File | ||
mod - platforms/win32/winbareos64.spec | Diff File | ||
master 4bb6458b 2014-09-10 19:23 Joerg Steffens Committer: Marco van Wieringen Ported: N/A Details Diff |
don't create bareos-doc packages on Debian This packages has nearly no content and is also not build as RPM. Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com> |
||
mod - debian/control.dummy | Diff File | ||
mod - debian/control.in | Diff File | ||
master 98dcaef0 2014-09-10 17:23 Committer: mvwieringen Ported: N/A Details Diff |
don't create bareos-doc packages on Debian This packages has nearly no content and is also not build as RPM. Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com> |
||
mod - debian/control.dummy | Diff File | ||
mod - debian/control.in | Diff File | ||
bareos-14.2 28648681 2014-09-10 17:23 Committer: mvwieringen Ported: N/A Details Diff |
don't create bareos-doc packages on Debian This packages has nearly no content and is also not build as RPM. Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com> |
||
mod - debian/control.dummy | Diff File | ||
mod - debian/control.in | Diff File | ||
master f4df8def 2014-09-10 15:55 Joerg Steffens Committer: Marco van Wieringen Ported: N/A Details Diff |
build bareos-storage-glusterfs packages on RedHat RHEL7 includes current glusterfs packages, therefore the Bareos GlusterFS backend is build on this platform. Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com> |
||
mod - platforms/packaging/bareos.spec | Diff File | ||
master 9f88c069 2014-09-10 15:13 Joerg Steffens Committer: Marco van Wieringen Ported: N/A Details Diff |
added debian/copyright file Added debian/copyright file, generated from LICENSE file. Debian policy requires that the file debian/copyright is part of the source and not generated during build. LICENSE: moved fastlzlib, fastlz and lz4 to section 1e to clarify, that these are additions to the original Bacula license. Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com> |
||
mod - LICENSE | Diff File | ||
mod - debian/Makefile | Diff File | ||
add - debian/copyright | Diff File | ||
master d7ead4c7 2014-09-10 13:55 Committer: mvwieringen Ported: N/A Details Diff |
build bareos-storage-glusterfs packages on RedHat RHEL7 includes current glusterfs packages, therefore the Bareos GlusterFS backend is build on this platform. Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com> |
||
mod - platforms/packaging/bareos.spec | Diff File | ||
bareos-14.2 24780696 2014-09-10 13:55 Committer: mvwieringen Ported: N/A Details Diff |
build bareos-storage-glusterfs packages on RedHat RHEL7 includes current glusterfs packages, therefore the Bareos GlusterFS backend is build on this platform. Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com> |
||
mod - platforms/packaging/bareos.spec | Diff File | ||
bareos-13.2 0b500ac3 2014-09-10 13:55 Philipp Storz Committer: Marco van Wieringen Ported: N/A Details Diff |
Added specfile for SLE_10 | ||
add - platforms/packaging/bareos-SLE_10.spec | Diff File | ||
master a8a7ea34 2014-09-10 13:13 Committer: mvwieringen Ported: N/A Details Diff |
added debian/copyright file Added debian/copyright file, generated from LICENSE file. Debian policy requires that the file debian/copyright is part of the source and not generated during build. LICENSE: moved fastlzlib, fastlz and lz4 to section 1e to clarify, that these are additions to the original Bacula license. Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com> |
||
mod - LICENSE | Diff File | ||
mod - debian/Makefile | Diff File | ||
add - debian/copyright | Diff File | ||
bareos-14.2 bf64d922 2014-09-10 13:13 Committer: mvwieringen Ported: N/A Details Diff |
added debian/copyright file Added debian/copyright file, generated from LICENSE file. Debian policy requires that the file debian/copyright is part of the source and not generated during build. LICENSE: moved fastlzlib, fastlz and lz4 to section 1e to clarify, that these are additions to the original Bacula license. Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com> |
||
mod - LICENSE | Diff File | ||
mod - debian/Makefile | Diff File | ||
add - debian/copyright | Diff File | ||
bareos-13.2 06c61282 2014-09-10 11:55 Ported: N/A Details Diff |
Added specfile for SLE_10 | ||
add - platforms/packaging/bareos-SLE_10.spec | Diff File | ||
master 39d976f3 2014-09-10 11:25 Ported: N/A Details Diff |
Revert "Make consecutive tape reads more like writing to tape" This reverts commit 7bf1ea4faa76682e4f4301546174ec035deeb0f6. |
||
mod - src/stored/acquire.c | Diff File | ||
master 34bb44db 2014-09-08 14:49 Marco van Wieringen Ported: N/A Details Diff |
Update AUTHORS. | ||
mod - AUTHORS | Diff File | ||
master 0df2a47a 2014-09-08 14:45 Stephan Duehr Committer: Marco van Wieringen Ported: N/A Details Diff |
Inherit base class from object By inheriting from object, it becomes a so calles "new style" class in python, which is common nowadays, and also default in python 3.x Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com> |
||
mod - src/plugins/filed/BareosFdPluginBaseclass.py | Diff File | ||
master 29e26e06 2014-09-08 12:49 Ported: N/A Details Diff |
Update AUTHORS. | ||
mod - AUTHORS | Diff File | ||
bareos-14.2 168f308f 2014-09-08 12:49 Ported: N/A Details Diff |
Update AUTHORS. | ||
mod - AUTHORS | Diff File | ||
master 181701cd 2014-09-08 12:45 Ported: N/A Details Diff |
Inherit base class from object By inheriting from object, it becomes a so calles "new style" class in python, which is common nowadays, and also default in python 3.x Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com> |
||
mod - src/plugins/filed/BareosFdPluginBaseclass.py | Diff File | ||
bareos-14.2 45f4e410 2014-09-08 12:45 Ported: N/A Details Diff |
Inherit base class from object By inheriting from object, it becomes a so calles "new style" class in python, which is common nowadays, and also default in python 3.x Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com> |
||
mod - src/plugins/filed/BareosFdPluginBaseclass.py | Diff File | ||
bareos-13.2 388d6cc7 2014-09-05 21:20 Marco van Wieringen Ported: N/A Details Diff |
Rebuild configure. | ||
mod - configure | Diff File | ||
bareos-13.2 a2b31a4a 2014-09-05 19:20 Ported: N/A Details Diff |
Rebuild configure. | ||
mod - configure | Diff File | ||
bareos-14.2 76fef942 2014-09-05 19:19 Ported: N/A Details Diff |
Rebuild configure. | ||
mod - configure | Diff File | ||
master 7313be5c 2014-09-03 19:55 Joerg Steffens Committer: Marco van Wieringen Ported: N/A Details Diff |
make init scripts compatible with Ubuntu 8.04 Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com> |
||
mod - debian/bareos-director.bareos-dir.init.in | Diff File | ||
mod - debian/bareos-filedaemon.bareos-fd.init.in | Diff File | ||
mod - debian/bareos-storage.bareos-sd.init.in | Diff File | ||
master 34a12112 2014-09-03 19:26 Marco van Wieringen Ported: N/A Details Diff |
Fix wrong sanity check. When comparing if we use the same read and write storage in migrations and copies we should ignore any autochanger devices as its fine to use those as both read and write device. |
||
mod - src/dird/migrate.c | Diff File | ||
bareos-13.2 d2b62cc0 2014-09-03 19:26 Marco van Wieringen Ported: N/A Details Diff |
Fix wrong sanity check. When comparing if we use the same read and write storage in migrations and copies we should ignore any autochanger devices as its fine to use those as both read and write device. |
||
mod - src/dird/migrate.c | Diff File |