126b5ad613
* gen: add column to dbgloc * Check for STORAGE_ERROR before lowering Hare vaargs * qtype: fix -Werror failures * add .builds/openbsd.yml * gen: move tagged value to first aligned offset * OpenBSD: fix tests * replace ./configure with config.mk * fix confusing wording in parse.c OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/harec?expand=0&rev=16
17 lines
552 B
Plaintext
17 lines
552 B
Plaintext
<services>
|
|
<service mode="manual" name="obs_scm">
|
|
<param name="url">https://git.sr.ht/~sircmpwn/harec</param>
|
|
<param name="scm">git</param>
|
|
<param name="revision">master</param>
|
|
<param name="versionrewrite-pattern">(.*)</param>
|
|
<param name="versionrewrite-replacement">\1</param>
|
|
<param name="changesgenerate">enable</param>
|
|
</service>
|
|
<service mode="manual" name="tar" />
|
|
<service mode="manual" name="recompress">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">zst</param>
|
|
</service>
|
|
</services>
|
|
|