Skip to content

Commit

Permalink
[FIXED JENKINS-15889] Saving the update center list after the metadat…
Browse files Browse the repository at this point in the history
…a has been fetched results in the metadata being persisted twice
  • Loading branch information
stephenc authored and kohsuke committed Dec 10, 2012
1 parent 102cc17 commit f8ac5ca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions changelog.html
Expand Up @@ -55,7 +55,10 @@
<!-- Record your changes in the trunk here. -->
<div id="trunk" style="display:none"><!--=TRUNK-BEGIN=-->
<ul class=image>
<li class=>
<li class=bug>
Saving the update center list after the metadata has been fetched results in
the metadata being persisted twice
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-15889">issue 15889</a>)
</ul>
</div><!--=TRUNK-END=-->

Expand Down Expand Up @@ -133,8 +136,6 @@ <h3><a name=v1.492>What's new in 1.492</a> (2012/11/25)</h3>
<li class=bug>
"Disable Project" button breaks Free style project pages.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-15887">issue 15887</a>)


</ul>
<h3><a name=v1.491>What's new in 1.491</a> (2012/11/18)</h3>
<ul class=image>
Expand Down
2 changes: 1 addition & 1 deletion core/src/main/java/hudson/model/UpdateSite.java
Expand Up @@ -106,7 +106,7 @@ public class UpdateSite {
/**
* Latest data as read from the data file.
*/
private Data data;
private transient Data data;

/**
* ID string for this update source.
Expand Down

0 comments on commit f8ac5ca

Please sign in to comment.