Matej Cepl
f2b57b117f
- Update to version 2022.12.11+git.1675870044.c7a87f3: * Fix versioning consistency * Bugfix #61 (#84) * Simplify logic * Bump version to v2022.12.11 * Fix issue #73 * Ignore .envrc * A suggestion for enhancing the Readme file (#69) * Update tests trigger path * Update tests and Makefile * Update tests OBS-URL: https://build.opensuse.org/request/show/1069407 OBS-URL: https://build.opensuse.org/package/show/Education/epy?expand=0&rev=16
17 lines
602 B
Plaintext
17 lines
602 B
Plaintext
<services>
|
|
<service name="obs_scm" mode="disabled">
|
|
<param name="versionprefix">2022.12.11+git</param>
|
|
<param name="url">https://github.com/wustho/epy.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="exclude">.git*</param>
|
|
<param name="changesgenerate">enable</param>
|
|
<param name="changesauthor">mcepl@cepl.eu</param>
|
|
</service>
|
|
<service mode="disabled" name="tar" />
|
|
<service mode="disabled" name="recompress">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
<service name="set_version" mode="disabled" />
|
|
</services>
|