forked from pool/ast-grep
6240635aa2
* feat: use var defined in utils in transform/fix #1155 * fix: fix pattern polluting env #1164 * test: add python fix test #1161 * feat: add fix related feature to pyo3 #1159 * test: add test for napi test #1160 * feat: add commit_fix and fix to napi #1158 * fix(deps): update babel monorepo to v7.24.6 0898b55 * fix(deps): update dependency @swc/core to v1.5.7 9beda6e * feat: add edit/fix sketch 6817854 OBS-URL: https://build.opensuse.org/package/show/utilities/ast-grep?expand=0&rev=49
26 lines
965 B
Plaintext
26 lines
965 B
Plaintext
<services>
|
|
<service mode="disabled" name="obs_scm">
|
|
<param name="url">https://github.com/ast-grep/ast-grep.git</param>
|
|
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
|
<param name="scm">git</param>
|
|
<param name="revision">0.22.4</param>
|
|
<param name="match-tag">*</param>
|
|
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
|
|
<param name="versionrewrite-replacement">\1</param>
|
|
</service>
|
|
<service mode="disabled" name="tar" />
|
|
<service mode="disabled" name="recompress">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">zst</param>
|
|
</service>
|
|
<service mode="disabled" name="set_version"/>
|
|
<service name="cargo_vendor" mode="disabled">
|
|
<param name="src">ast-grep</param>
|
|
<param name="compression">zst</param>
|
|
<param name="update">true</param>
|
|
</service>
|
|
<service name="cargo_audit" mode="disabled">
|
|
<param name="srcdir">ast-grep</param>
|
|
</service>
|
|
</services>
|