- 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:
Tim Serong 2020-09-14 12:45:24 +00:00 committed by Git OBS Bridge
parent 924e3a36aa
commit 91ece5a8ec
2 changed files with 16 additions and 9 deletions

View File

@ -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>

View File

@ -79,6 +79,7 @@
<package name="csi-external-provisioner"/>
</packages>
<xsl:if test="param/packages_boot">
<packages type='bootstrap'>
<xsl:for-each select="param/packages_boot/package">
@ -90,6 +91,7 @@
</xsl:for-each>
</packages>
</xsl:if>
</image>