Accepting request 107598 from home:aspiers:branches:openSUSE:Tools

- Remove accidental reference to keep-source parameter
  which was never pushed upstream (obsoleted by new cache).

OBS-URL: https://build.opensuse.org/request/show/107598
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/obs-service-tar_scm?expand=0&rev=38
This commit is contained in:
Adrian Schröter 2012-03-01 08:06:11 +00:00 committed by Git OBS Bridge
parent 7347c37d64
commit cc7bede0ec
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Feb 29 18:32:12 GMT 2012 - aspiers@suse.com
- Remove accidental reference to keep-source parameter
which was never pushed upstream (obsoleted by new cache).
-------------------------------------------------------------------
Thu Feb 16 15:23:35 GMT 2012 - aspiers@suse.com

View File

@ -17,7 +17,7 @@
<description>package just a sub directory</description>
</parameter>
<parameter name="version">
<description>Specify version to be used in tarball. Defaults to automatically detected value formatted by versionformat parameter. If using keep-source, you should set this to a fixed constant which will be used to name the checked out directory.</description>
<description>Specify version to be used in tarball. Defaults to automatically detected value formatted by versionformat parameter.</description>
</parameter>
<parameter name="versionformat">
<description>Auto-generate version from checked out source using this format string. For git, value is passed via git show --pretty=format:... (default '%at'); for hg, via hg log --template=... (default '{rev}'); for bzr and svn, %r is revision (default '%r'). Overrides tarball name defined by version parameter.</description>