Skip to content

Commit

Permalink
python-fd: merge local-fileset into one file
Browse files Browse the repository at this point in the history
  • Loading branch information
arogge committed Nov 23, 2023
1 parent 4922b50 commit d15edfa
Show file tree
Hide file tree
Showing 6 changed files with 180 additions and 234 deletions.
@@ -1,6 +1,5 @@

lib/bareos/plugins/bareos-fd-local-fileset.py
lib/bareos/plugins/BareosFdPluginBaseclass.py
lib/bareos/plugins/BareosFdPluginLocalFileset.py
lib/bareos/plugins/BareosFdPluginLocalFilesBaseclass.py
lib/bareos/plugins/BareosFdWrapper.py
1 change: 0 additions & 1 deletion core/platforms/packaging/bareos.spec
Expand Up @@ -1454,7 +1454,6 @@ mkdir -p %{?buildroot}/%{_libdir}/bareos/plugins/vmware_plugin
%files filedaemon-python-plugins-common
%{plugin_dir}/bareos-fd-local-fileset.py*
%{plugin_dir}/BareosFdPluginBaseclass.py*
%{plugin_dir}/BareosFdPluginLocalFileset.py*
%{plugin_dir}/BareosFdPluginLocalFilesBaseclass.py*
%{plugin_dir}/BareosFdWrapper.py*

Expand Down
1 change: 0 additions & 1 deletion core/src/plugins/filed/python/CMakeLists.txt
Expand Up @@ -114,7 +114,6 @@ endif()
set(PYFILES
pyfiles/BareosFdPluginBaseclass.py
pyfiles/BareosFdWrapper.py
pyfiles/BareosFdPluginLocalFileset.py
pyfiles/BareosFdPluginLocalFilesBaseclass.py
pyfiles/bareos-fd-local-fileset.py
ldap/bareos-fd-ldap.py
Expand Down
210 changes: 0 additions & 210 deletions core/src/plugins/filed/python/pyfiles/BareosFdPluginLocalFileset.py

This file was deleted.

0 comments on commit d15edfa

Please sign in to comment.