Skip to content

Commit

Permalink
Update the compilation date of the plone-legacy bundle, to force reco…
Browse files Browse the repository at this point in the history
…mpilation
  • Loading branch information
sunew committed Sep 8, 2018
1 parent c979968 commit 0c1c1ee
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 12 deletions.
6 changes: 6 additions & 0 deletions plone/app/upgrade/v51/profiles/to_514/registry.xml
Original file line number Diff line number Diff line change
Expand Up @@ -124,4 +124,10 @@
<value key="last_compilation">2018-09-06 00:00:00</value>
</records>

<!-- Update legacy bundle -->
<records prefix="plone.bundles/plone-legacy"
interface='Products.CMFPlone.interfaces.IBundleRegistry'>
<value key="last_compilation"></value>
</records>

</registry>
16 changes: 4 additions & 12 deletions plone/app/upgrade/v52/profiles/to_alpha1/registry.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,10 @@
remove="True">
</records>

<!-- Update ``last_compilation`` to deliver new bundles -->
<records
prefix="plone.bundles/plone"
interface="Products.CMFPlone.interfaces.IBundleRegistry"
purge="False">
<value key="last_compilation">2018-09-06 00:00:00</value>
</records>
<records
prefix="plone.bundles/plone-logged-in"
interface="Products.CMFPlone.interfaces.IBundleRegistry"
purge="False">
<value key="last_compilation">2018-09-06 00:00:00</value>
<!-- Update legacy bundle -->
<records prefix="plone.bundles/plone-legacy"
interface='Products.CMFPlone.interfaces.IBundleRegistry'>
<value key="last_compilation"></value>
</records>

</registry>

0 comments on commit 0c1c1ee

Please sign in to comment.