]> git.pld-linux.org Git - packages/mysql.git/commitdiff
- different msg if prefix was added
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 8 Mar 2011 11:53:46 +0000 (11:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    percona.sh -> 1.12

percona.sh

index f66f2b3b56f8caa48f10ba25523cd33632f010bc..ef15c590c6ea114a3feafe5e90345d0a01cfb079 100644 (file)
@@ -43,7 +43,11 @@ for patch in $(cat $version/series | filter_names); do
                ${branch:+cvs up -r $branch $file}
        fi
 
-       echo >&2 "Adding: $patch"
+       if [ "$patch" != "$file" ]; then
+               echo >&2 "Adding: $file ($patch)"
+       else
+               echo >&2 "Adding: $file"
+       fi
        printf "Patch%d:\t%s\n" $i $(echo "$file" | sed -e 's,^mysql-,%{name}-,') >> .percona.spec
        printf "%%patch%d -p1\n" $i >> .patch.spec
        i=$((i+1))
This page took 0.335617 seconds and 4 git commands to generate.