04d39be348
- Build lua module - Update to version 2.14.4 * db: fix creation of missing directories * index: do not print message if outputting file to stdout * pkg: accept broken fpm generated packages with a warning * pkg: allow multiple data sections with a warning * pkg: fix index speed regression * pkg: always use real digest, openssl-fips module crashes otherwise - Update to version 2.14.3 * io: fix gunzip mpart handling regression - Update to version 2.14.2 * list: fix -P with filter * verify: synchronize with git master * db: refactor apk_package.filename to index * pkg: clean up and simplify code * io: simplify mpart and error handling * io: fix apk_istream_get_max non-complete reads * doc: apk(8) document environment and libfetch config * doc: apk(8) add FILES section, speak of world constraints * list: consider only tag appropriate versions in upgradable * doc: add(8), del(8), world(5) speak of world constraints * doc: apk(8) document --force-broken-world better * pkg: reorder struct apk_package fields for size * doc: apk-search(8) is case insensitive * doc: mention /etc/apk/repositories.d/*.list * doc: fix tagged package explaination * doc: mention apk-world(5) in apk-del(8) and apk-add(8) * doc: mention apk-repositories(5) in apk-search(8) * hash: remove unused code OBS-URL: https://build.opensuse.org/request/show/1182573 OBS-URL: https://build.opensuse.org/package/show/system:packagemanager/apk-tools?expand=0&rev=5
17 lines
561 B
Plaintext
17 lines
561 B
Plaintext
<services>
|
|
<service mode="manual" name="tar_scm">
|
|
<param name="url">https://git.alpinelinux.org/apk-tools</param>
|
|
<param name="scm">git</param>
|
|
<param name="revision">v2.14.4</param>
|
|
<param name="changesgenerate">enable</param>
|
|
<param name="versionrewrite-pattern">v(.*)</param>
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
</service>
|
|
<service mode="manual" name="recompress">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
<service mode="manual" name="set_version"/>
|
|
</services>
|
|
|