clone-master-clean-up/_service
Egbert Eich 2610033d1d Accepting request 721522 from home:eeich:branches:systemsmanagement
- 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
2019-08-07 13:07:45 +00:00

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>