1
0

Accepting request 833705 from filesystems:ceph:octopus

CSI sidecar package

OBS-URL: https://build.opensuse.org/request/show/833705
OBS-URL: https://build.opensuse.org/package/show/filesystems:ceph/csi-external-snapshotter?expand=0&rev=1
This commit is contained in:
2020-09-11 08:25:30 +00:00
committed by Git OBS Bridge
commit bc71da1caf
7 changed files with 124 additions and 0 deletions

15
_service Normal file
View File

@@ -0,0 +1,15 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="url">https://github.com/kubernetes-csi/external-snapshotter</param>
<param name="scm">git</param>
<param name="exclude">.git</param>
<param name="versionformat">2.1.1</param>
<param name="revision">034c5458</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">*.tar</param>
<param name="compression">gz</param>
</service>
<service name="go_modules" mode="disabled">
</service>
</services>