Skip to content

Commit

Permalink
[FIXED JENKINS-11229] don't override repository definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
kohsuke committed Oct 10, 2011
1 parent ab421b5 commit 0c2b72f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions changelog.html
Expand Up @@ -58,6 +58,9 @@
<li class=bug>
Fixed a plugin boot problem that causes Jenkins to startup gracefully when some optional plugin dependencies aren't met (such as ivy to nant)
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-11279">issue 11279</a>)
<li class=bug>
Avoid overwriting the repository definitions.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-11229">issue 11229</a>)
<li class=rfe>
Improved the classloading performance
</ul>
Expand Down
2 changes: 1 addition & 1 deletion opensuse/SPECS/jenkins.spec
Expand Up @@ -131,7 +131,7 @@ exit 0
%config(noreplace) /etc/logrotate.d/%{name}
%config /etc/init.d/%{name}
%config(noreplace) /etc/sysconfig/%{name}
/etc/zypp/repos.d/jenkins.repo
%config(noreplace) /etc/zypp/repos.d/jenkins.repo
/usr/sbin/rc%{name}

%changelog
Expand Down
2 changes: 1 addition & 1 deletion rpm/SPECS/jenkins.spec
Expand Up @@ -136,7 +136,7 @@ exit 0
%config /etc/logrotate.d/%{name}
%config(noreplace) /etc/init.d/%{name}
%config(noreplace) /etc/sysconfig/%{name}
/etc/yum.repos.d/jenkins.repo
%config(noreplace) /etc/yum.repos.d/jenkins.repo
/usr/sbin/rc%{name}

%changelog
Expand Down

0 comments on commit 0c2b72f

Please sign in to comment.