David Cassany
4fb4ed57cd
* Minor changes - Update to version 1521564356.3457a22: * Remove makefile * Include LICENSE file into the RPM package * Update changes log format * Add GPLv3 License * Improve README * check rpm db of installed packages first * Adding simple changelog generator * Update installation strategy * Fix ./setup.py install * Adding travis.yml file OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/obs-service-replace_using_package_version?expand=0&rev=5
14 lines
636 B
Plaintext
14 lines
636 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="disabled">
|
|
<param name="url">https://github.com/openSUSE/obs-service-replace_using_package_version.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="filename">replace_using_package_version</param>
|
|
<param name="extension">tar</param>
|
|
<param name="extract">obs-service-replace_using_package_version.spec</param>
|
|
<param name="version">_none_</param>
|
|
<param name="changesgenerate">enable</param>
|
|
<param name="changesauthor">containers@suse.com</param>
|
|
<param name="revision">master</param>
|
|
</service>
|
|
</services>
|