0a9388d844
- Update to 2.3.0 (bsc#1173375) - Introduce "containerbuild-regionsrv" support and add "susecloud" zypper url-resolver plugin to allow building SLE containers on public cloud on-demand instances - Fix usage with RMT when repositories require authentication - remove "%gosrc" call to avoid including all the go sources into the main package. OBS-URL: https://build.opensuse.org/request/show/818063 OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/container-suseconnect?expand=0&rev=7
17 lines
656 B
Plaintext
17 lines
656 B
Plaintext
<services>
|
|
<service mode="disabled" name="tar_scm">
|
|
<param name="url">https://github.com/SUSE/container-suseconnect.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="filename">container-suseconnect</param>
|
|
<param name="exclude">.git</param>
|
|
<param name="versionformat">git.%H</param>
|
|
<param name="versionformat">2.3.0</param>
|
|
<param name="revision">v2.3.0</param>
|
|
</service>
|
|
<service mode="disabled" name="recompress">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">bz2</param>
|
|
</service>
|
|
<service mode="disabled" name="set_version"/>
|
|
</services>
|