[packages/percona-server/v5.0.x: 158/202] - verbosing when running

glen glen at pld-linux.org
Wed Oct 21 16:22:18 CEST 2015


commit eacd982354aecccba34a61b645f34a857d1ed24c
Author: Elan Ruusamäe <glen at pld-linux.org>
Date:   Thu Feb 24 13:47:47 2011 +0000

    - verbosing when running
    
    Changed files:
        percona.sh -> 1.7.2.2

 percona.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/percona.sh b/percona.sh
index 9b52c76..0be1e9e 100644
--- a/percona.sh
+++ b/percona.sh
@@ -21,7 +21,7 @@ filter_files() {
 
 if [ -d $version ]; then
 	cd $version
-	bzr up
+	bzr pull
 	cd ..
 else
 	bzr branch $bzr_branch $version
@@ -39,6 +39,7 @@ for patch in $(cat $version/series | filter_names); do
 		${branch:+cvs up -r $branch $file}
 	fi
 
+	echo >&2 "Adding: $patch"
 	printf "Patch%d:\t%s\n" $i %{name}-$patch >> .percona.spec
 	printf "%%patch%d -p1\n" $i >> .patch.spec
 	i=$((i+1))
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/percona-server.git/commitdiff/431f68fe79a66d5dfdd53f2655709e6c925fbc22



More information about the pld-cvs-commit mailing list