Commit 7c6fcc9c authored by Vitaly Lipatov's avatar Vitaly Lipatov

small fixes

parent bd17b6c1
...@@ -48,7 +48,7 @@ get_test_status() ...@@ -48,7 +48,7 @@ get_test_status()
# TODO: acl # TODO: acl
epm assure girar-show girar-utils $EPMCMD assure girar-show girar-utils
if [ "$1" = "get" ] ; then if [ "$1" = "get" ] ; then
if [ "$1 $2" = "get subtask" ] ; then if [ "$1 $2" = "get subtask" ] ; then
...@@ -123,7 +123,7 @@ if [ "$1" = "copy" ] ; then ...@@ -123,7 +123,7 @@ if [ "$1" = "copy" ] ; then
shift shift
FROMSTR='' FROMSTR=''
[ "$1" = "from" ] && FROMSTR="$1 $2" [ "$1" = "from" ] && FROMSTR="$2"
[ -n "$PACKAGELIST" ] || fatal "no packages" [ -n "$PACKAGELIST" ] || fatal "no packages"
docmd ssh $GEARHOST task new $TARGET docmd ssh $GEARHOST task new $TARGET
......
...@@ -14,7 +14,7 @@ if [ "$1" = "-h" ] || [ "$1" = "--help" ]; then ...@@ -14,7 +14,7 @@ if [ "$1" = "-h" ] || [ "$1" = "--help" ]; then
echog "Usage: rpmlog [-q] [-a|-r|-s|-v] [-l|-t] [-e [changelog entry]] [SPEC] [fromTAG] [toTAG]" echog "Usage: rpmlog [-q] [-a|-r|-s|-v] [-l|-t] [-e [changelog entry]] [SPEC] [fromTAG] [toTAG]"
echo echo
echog "Options:" echog "Options:"
echog " -a increment version if code is changed or increment release if spec changed only" echog " -a increment version if code is changed or increment release if spec changed only"
echog " -v increment version" echog " -v increment version"
echog " -r increment release" echog " -r increment release"
echog " -s increment subrelease" echog " -s increment subrelease"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment