forked from pool/clone-master-clean-up
- Install README.md and license file, fix build warnings.
- Fix _service-file:
* Replace 'HEAD' version by 'master' branch:
Right now, this project has just one single branch - track
this as the release branch.
* Add <versionformat>.
OBS-URL: https://build.opensuse.org/request/show/721522
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/clone-master-clean-up?expand=0&rev=2
11 lines
376 B
Plaintext
11 lines
376 B
Plaintext
<services>
|
|
<service name="obs_scm" mode="disabled">
|
|
<param name="scm">git</param>
|
|
<param name="url">https://github.com/SUSE/clone-master-clean-up.git</param>
|
|
<param name="versionformat">@PARENT_TAG@.@TAG_OFFSET@</param>
|
|
<param name="revision">master</param>
|
|
<param name="exclude">.git</param>
|
|
<param name="extract">*</param>
|
|
</service>
|
|
</services>
|