Projects
Kolab:3.4:Updates
bonnie
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 10
View file
bonnie.spec
Changed
@@ -53,6 +53,7 @@ %install mkdir -p \ + %{buildroot}/%{_sysconfdir}/%{name} \ %{buildroot}/%{_bindir} \ %{buildroot}/%{python_sitelib} @@ -64,6 +65,8 @@ %{__cp} -a bonnie %{buildroot}/%{python_sitelib} %files +%defattr(-,root,root,-) +%config(noreplace) %{_sysconfdir}/%{name}/%{name}.conf %{python_sitelib}/bonnie/__init__.py* %{python_sitelib}/bonnie/conf.py* %{python_sitelib}/bonnie/logger.py*
View file
bonnie-0.1.tar.gz/bonnie/conf.py
Changed
@@ -38,6 +38,8 @@ elif os.path.exists(os.path.abspath(os.path.dirname(__file__) + '/../conf/bonnie.conf')): self.config.read(os.path.abspath(os.path.dirname(__file__) + '/../conf/bonnie.conf')) + self.defaults = Defaults() + def add_cli_parser_option_group(self, name): return self.cli_parser.add_option_group(name) @@ -120,8 +122,6 @@ def finalize_conf(self,fatal=True): self.parse_options(fatal=fatal) - self.defaults = Defaults() - # The defaults can some from; # - a file we ship with the packages # - a customly supplied file (by customer)
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.