]> TLD Linux GIT Repositories - tld-builder.git/commitdiff
- fix sending with new autotags style
authorBartosz Świątek <shadzik@tld-linux.org>
Tue, 10 Jul 2012 14:08:24 +0000 (16:08 +0200)
committerBartosz Świątek <shadzik@tld-linux.org>
Tue, 10 Jul 2012 14:08:24 +0000 (16:08 +0200)
client/make-request.sh

index 493432c438f611d059e50780634fae7cc3e49a8c..d73c08ab19df1ae1b7db69cd5fa97d0554141745 100755 (executable)
@@ -588,13 +588,13 @@ specs=`for s in $specs; do
                echo $s
                ;;
        *.spec:*) # spec with branch
-               basename $s
+               echo $s
                ;;
        *.spec) # spec without branch
                echo $(basename $s):$branch
                ;;
        *:*) # package name with branch
-               basename $s | sed -e 's/:/.spec:/'
+               echo $s | sed -e 's/:/.spec:/'
                ;;
        *) # just package name
                echo $(basename $s).spec:$branch