commit b8eb99539012f36d73117d24b3eb808014539040
Author: Kacper Kornet <[email protected]>
Date:   Sat Aug 25 12:27:30 2012 +0100

    make-request.sh: don't print dirname in autotag requests
    
    Previously autotag printed request package/package.spec. It works as
    builder infrastructure strips the dirname. But let's try to be
    consistency in sent requests. This also fixes breakage in autotag
    introduced by previous commit.

 client/make-request.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/client/make-request.sh b/client/make-request.sh
index 0ea3352..a062fbc 100755
--- a/client/make-request.sh
+++ b/client/make-request.sh
@@ -187,7 +187,8 @@ get_autotag() {
                        # just print it out, to fallback to base pkg name
                        echo "$pkg"
                else
-                       autotag $pkg/$pkg.spec
+                       cd $pkg
+                       autotag $pkg.spec
                fi
        done
 }
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to