- Make bootstrap packages optional
OBS-URL: https://build.opensuse.org/package/show/filesystems:ceph/csi-provisioner-image?expand=0&rev=2
This commit is contained in:
parent
924e3a36aa
commit
91ece5a8ec
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 14 12:40:47 UTC 2020 - Tim Serong <tserong@suse.com>
|
||||
|
||||
- Make bootstrap packages optional
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 11 06:39:23 UTC 2020 - Tim Serong <tserong@suse.com>
|
||||
|
||||
|
@ -79,17 +79,19 @@
|
||||
<package name="csi-external-provisioner"/>
|
||||
</packages>
|
||||
|
||||
<packages type='bootstrap'>
|
||||
<xsl:if test="param/packages_boot">
|
||||
<packages type='bootstrap'>
|
||||
|
||||
<xsl:for-each select="param/packages_boot/package">
|
||||
<package>
|
||||
<xsl:attribute name="name">
|
||||
<xsl:value-of select="name" />
|
||||
</xsl:attribute>
|
||||
</package>
|
||||
</xsl:for-each>
|
||||
<xsl:for-each select="param/packages_boot/package">
|
||||
<package>
|
||||
<xsl:attribute name="name">
|
||||
<xsl:value-of select="name" />
|
||||
</xsl:attribute>
|
||||
</package>
|
||||
</xsl:for-each>
|
||||
|
||||
</packages>
|
||||
</packages>
|
||||
</xsl:if>
|
||||
|
||||
</image>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user