- Update to version 0.0.1: * resolve rules_go conflict (#43) * repository: UDPA-WG -> xDS-WG, update to reflect usage. (#39) * xdstp: migrate URL-scheme to xDS naming convention. (#40) * xRFC: rename uRFC to xRFC. (#41) * URIs: remove repeated id. (#38) * udpa: update some working group logistics. (#37) * udpa: enhance context_params documentation (#35) * urfc: process and template for uRFCs. (#34) * udpa: clarify URI fragment encoding of directives. (#30) * udpa: add core proto definitions from xDS transport++ proposal. (#29) * annotations: introduce security annotations. (#28) * annotations: add UNKNOWN status to PackageVersionStatus. (#26) * annotations: add a package version status annotation (#25) * downgrade module requirement (#24) * annotations: add WiP status annotations. (#22) OBS-URL: https://build.opensuse.org/request/show/861685 OBS-URL: https://build.opensuse.org/package/show/devel:kubic/udpa?expand=0&rev=5
17 lines
597 B
Plaintext
17 lines
597 B
Plaintext
<services>
|
|
<service mode="disabled" name="tar_scm">
|
|
<param name="url">https://github.com/cncf/udpa/</param>
|
|
<param name="scm">git</param>
|
|
<param name="changesgenerate">enable</param>
|
|
<param name="filename">udpa</param>
|
|
<param name="revision">v0.0.1</param>
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
<param name="versionrewrite-pattern">v(.*)</param>
|
|
</service>
|
|
<service mode="disabled" name="recompress">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
<service mode="disabled" name="set_version"/>
|
|
</services>
|