- Update to version 4.3.0: * Set release date * Push multiple versions with different tags * Use correct org name * Add a less-strict .yamllintrc * Test on go 1.14.x * Shows location of GeoIP.conf when issue in file * Remove extra space * Fix typo in config file generation * Make the edition IDs list format clearer OBS-URL: https://build.opensuse.org/request/show/800975 OBS-URL: https://build.opensuse.org/package/show/Application:Geo/geoipupdate?expand=0&rev=29
22 lines
720 B
Plaintext
22 lines
720 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="disabled">
|
|
<param name="scm">git</param>
|
|
<param name="url">git://github.com/maxmind/geoipupdate</param>
|
|
<param name="revision">v4.3.0</param>
|
|
<param name="exclude">.git</param>
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
<param name="changesgenerate">enable</param>
|
|
<param name="versionrewrite-pattern">v(.*)</param>
|
|
</service>
|
|
|
|
<service name="recompress" mode="disabled">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">gz</param>
|
|
</service>
|
|
|
|
<service name="set_version" mode="disabled"></service>
|
|
|
|
<service name="go_modules" mode="disabled"></service>
|
|
</services>
|
|
|