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

- Fix usage text for submodules option

OBS-URL: https://build.opensuse.org/request/show/139926
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/obs-service-tar_scm?expand=0&rev=54
This commit is contained in:
Stephan Kulow 2012-11-02 06:29:18 +00:00 committed by Git OBS Bridge
parent c135514295
commit 64258315e2
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Nov 1 14:53:39 GMT 2012 - aspiers@suse.com
- Fix usage text for submodules option
-------------------------------------------------------------------
Mon Oct 1 07:15:03 UTC 2012 - cthiel@suse.com

View File

@ -98,7 +98,7 @@ parse_params () {
;;
*)
echo "Unknown parameter: $1"
echo 'Usage: $SERVICE --scm $SCM --url $URL [--subdir $SUBDIR] [--revision $REVISION] [--version $VERSION] [--include $INCLUDE]* [--exclude $EXCLUDE]* [--versionformat $FORMAT] [--versionprefix $PREFIX] [--filename $FILENAME] [--package-meta $META] [--disable-git-submodule] --outdir $OUT'
echo 'Usage: $SERVICE --scm $SCM --url $URL [--subdir $SUBDIR] [--revision $REVISION] [--version $VERSION] [--include $INCLUDE]* [--exclude $EXCLUDE]* [--versionformat $FORMAT] [--versionprefix $PREFIX] [--filename $FILENAME] [--package-meta $META] [--submodules disable] --outdir $OUT'
exit 1
;;
esac

View File

@ -45,7 +45,7 @@
<description>Stored history depth. Special value "full" clones/pulls full history. Only valid if SCM git is used.</description>
</parameter>
<parameter name="submodules">
<description>Do not include git submodules.</description>
<description>Whether or not to include git submodules. Default is 'enable'</description>
<allowedvalue>enable</allowedvalue>
<allowedvalue>disable</allowedvalue>
</parameter>