obs-service-extract_file/_service
Adrian Schröter 0e7f577a62 Accepting request 240002 from home:jblunck:branches:openSUSE:Tools
- Update to version 0.1:
  + Initial debianization
  + fix it
  + This adds posibility to define filenames with wildcards. Usable to prevent from editing the file path after each version change or after the SVN revision changes.
  + fix error message
  + allow subdirectories
  + fix command parameters

OBS-URL: https://build.opensuse.org/request/show/240002
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/obs-service-extract_file?expand=0&rev=8
2014-07-10 15:37:04 +00:00

20 lines
623 B
Plaintext

<services>
<service mode="disabled" name="tar_scm">
<param name="url">git@github.com:openSUSE/obs-service-extract_file.git</param>
<param name="scm">git</param>
<param name="exclude">.git</param>
<param name="version">0.1</param>
<param name="revision">master</param>
<param name="changesgenerate">enable</param>
</service>
<service mode="disabled" name="recompress">
<param name="file">*.tar</param>
<param name="compression">gz</param>
</service>
<service mode="disabled" name="set_version">
<param name="basename">obs-service-extract_file</param>
</service>
</services>