forked from pool/rpmlint
Dirk Mueller
27a53dc391
Rework package: Add service for updating from git; take patches from git. OBS-URL: https://build.opensuse.org/request/show/136093 OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=139
12 lines
367 B
Plaintext
12 lines
367 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="disabled">
|
|
<param name="version">master</param>
|
|
<param name="url">http://github.com/openSUSE/rpmlint-checks.git</param>
|
|
<param name="scm">git</param>
|
|
</service>
|
|
<service name="recompress" mode="disabled">
|
|
<param name="compression">gz</param>
|
|
<param name="file">*.tar</param>
|
|
</service>
|
|
</services>
|