Changesets: bareos

master 2c4a8f15

2019-09-27 15:42

arogge


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request 0000282 from joergsteffens/dev/joergs/master/univention

Univention: univention-bareos.py: replace umask by os.open (master)
mod - core/platforms/univention/AppCenter/LICENSE_AGREEMENT.in Diff File
mod - core/platforms/univention/conffiles/etc/bareos/bareos-dir.d/console/webui-user1.conf Diff File
mod - core/platforms/univention/univention-bareos.py Diff File

master 9229de8a

2019-09-26 19:57

arogge


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request 0000281 from bareos/dev/pstorz/master/fix-traymon-missing-dll

dev/pstorz/master/fix traymon missing dll
mod - core/platforms/win32/winbareos-nsi.spec Diff File
mod - core/platforms/win32/winbareos.nsi Diff File

master df3e9172

2019-09-26 19:31

joergs

Ported: N/A

Details Diff
Univention: univention-bareos.py reformated by yapf
mod - core/platforms/univention/univention-bareos.py Diff File

bareos-18.2 0d946573

2019-09-26 19:31

joergs

Ported: N/A

Details Diff
Univention: univention-bareos.py reformated by yapf
mod - core/platforms/univention/univention-bareos.py Diff File

master 96606d11

2019-09-26 19:24

joergs

Ported: N/A

Details Diff
Univention (UCS): univention-bareos.py: replace umask by os.open

Using umask is o discouraged.
Therefore open and umask are replaced by os.open and os.fdopen.
mod - core/platforms/univention/univention-bareos.py Diff File

bareos-18.2 62880cd4

2019-09-26 19:24

joergs

Ported: N/A

Details Diff
Univention (UCS): univention-bareos.py: replace umask by os.open

Using umask is o discouraged.
Therefore open and umask are replaced by os.open and os.fdopen.
mod - core/platforms/univention/univention-bareos.py Diff File

master 95a02dbd

2019-09-26 17:54

frank

Ported: N/A

Details Diff
webui: add install rule for the new profile resources
mod - webui/CMakeLists.txt Diff File

master 304beb71

2019-09-26 15:32

arogge


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request 0000280 from joergsteffens/dev/joergs/master/python

dird: fix a problem with "llist jobid=<>" and Job ACLs
mod - core/src/dird/ua_output.cc Diff File
add - systemtests/tests/python-bareos-test/etc/bareos/bareos-dir.d/console/job-backup-bareos-fd.conf Diff File
add - systemtests/tests/python-bareos-test/etc/bareos/bconsole-job-backup-bareos-fd.conf.in Diff File
mod - systemtests/tests/python-bareos-test/python-bareos-unittest.py Diff File

master 4bebf21f

2019-09-26 14:06

arogge

Ported: N/A

Details Diff
packaging: adapt win32 nsi for internal fastlz
mod - core/platforms/win32/winbareos.nsi Diff File

master d052467a

2019-09-26 14:04

frank

Ported: N/A

Details Diff
webui: adjust example profiles
mod - webui/install/bareos/bareos-dir.d/profile/webui-readonly.conf Diff File
mod - webui/packaging/obs/bareos-webui.spec Diff File

master c1b81413

2019-09-26 13:58

arogge

Ported: N/A

Details Diff
packaging: adapt freebsd plist to internal fastlz
mod - core/platforms/freebsd/bareos-freebsd/bareos.com-common/BareosCommonMakefile Diff File
rm - core/platforms/freebsd/bareos-freebsd/bareos.com-common/asdf.sh Diff File
mod - core/platforms/freebsd/bareos-freebsd/bareos.com-common/pkg-install Diff File
mod - core/platforms/freebsd/bareos-freebsd/bareos.com-common/pkg-plist.common Diff File

master 91100917

2019-09-26 11:09

arogge

Ported: N/A

Details Diff
packaging: adapt debian rules to internal fastlz
mod - core/debian/bareos-common.install.in Diff File

bareos-17.2 3d27bbce

2019-09-26 00:49

pstorz

Ported: N/A

Details Diff
Revert "windows: change qmake binary name to use standard fedora qmake"

This reverts commit 0f8b78eb1bef14b1c7811c0ef46d5b3fc2a81e07.
mod - src/win32/Makefile.inc Diff File

bareos-16.2 67d61a20

2019-09-26 00:48

pstorz

Ported: N/A

Details Diff
Revert "windows: change qmake binary name to use standard fedora qmake"

This reverts commit a9a17926ba87c36094754bbbaccc99c0f0a2cadb.
mod - src/win32/Makefile.inc Diff File

bareos-16.2 a9a17926

2019-09-25 23:46

pstorz

Ported: N/A

Details Diff
windows: change qmake binary name to use standard fedora qmake
mod - src/win32/Makefile.inc Diff File

bareos-17.2 0f8b78eb

2019-09-25 23:46

pstorz

Ported: N/A

Details Diff
windows: change qmake binary name to use standard fedora qmake
mod - src/win32/Makefile.inc Diff File

master 0e0b87d9

2019-09-25 17:47

pstorz

Ported: N/A

Details Diff
windows: removed unneeded comment from winbareos-nsi.spec
mod - core/platforms/win32/winbareos-nsi.spec Diff File

master 3c9b252f

2019-09-25 17:47

joergs

Ported: N/A

Details Diff
systemtests: python-bareos-unittest: changes according to PEP8

Uses pylint for testing and yapf for automated fixes.
mod - systemtests/tests/python-bareos-test/python-bareos-unittest.py Diff File

master 35884824

2019-09-25 17:31

joergs

Ported: N/A

Details Diff
systemtests: python-bareos-unittest: add test for list jobs and Job ACL
add - systemtests/tests/python-bareos-test/etc/bareos/bareos-dir.d/console/job-backup-bareos-fd.conf Diff File
add - systemtests/tests/python-bareos-test/etc/bareos/bconsole-job-backup-bareos-fd.conf.in Diff File
mod - systemtests/tests/python-bareos-test/python-bareos-unittest.py Diff File

master 6d092dcf

2019-09-25 15:40

frank

Ported: N/A

Details Diff
webui: remove autogenerated file
rm - webui/module/Application/view/layout/layout.phtml Diff File

master 378e966f

2019-09-25 15:35

joergs

Ported: N/A

Details Diff
dird: fix llist jobid= ACL handling
mod - core/src/dird/ua_output.cc Diff File

master 6b3947e6

2019-09-25 15:19

frank

Ported: N/A

Details Diff
docs: fix indentation
mod - docs/manuals/source/conf.py Diff File

master 359fdc07

2019-09-25 15:15

frank

Ported: N/A

Details Diff
docs: add hint to example inclusion in package
mod - docs/manuals/source/IntroductionAndTutorial/BareosWebui.rst Diff File

master d03f0d45

2019-09-25 15:11

frank

Ported: N/A

Details Diff
docs: add all possible configuration resources
mod - docs/manuals/source/IntroductionAndTutorial/BareosWebui.rst Diff File

master d0fa33c3

2019-09-25 14:37

arogge

Ported: N/A

Details Diff
packaging: adapt rpm spec to internalized fastlz
mod - core/platforms/packaging/bareos.spec Diff File
 First  Prev  1 2 3 ... 70 ... 140 ... 210 ... 280 ... 346 347 348 349 350 351 352 ... 420 ... 490 ... 560 ... 630 ... 677 678 679  Next  Last