]> git.pld-linux.org Git - packages/mysql.git/commitdiff
- skip broken and unwanted patches
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 16 Dec 2010 18:25:16 +0000 (18:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    percona.sh -> 1.7

percona.sh

index 75df76bf290bc8424ed595d6854c562c144532e3..0b6472e6a24b57b9a5aab80e02b6726cccac8a6f 100644 (file)
@@ -7,6 +7,9 @@ bzr_branch=lp:percona-server/$version
 branch=MYSQL_5_1
 
 filter_names() {
+       # mysql_dump_ignore_ct.patch is broken, therefore we skip
+       grep -v 'mysql_dump_ignore_ct.patch' | \
+       grep -v 'percona-support.patch' | \
        grep -v 'mysqld_safe_syslog.patch' | \
        grep -v 'mysql-test.diff'
 }
This page took 0.028345 seconds and 4 git commands to generate.