Merge lp:~akopytov/percona-xtrabackup/yassl-server-binaries-2.1 into lp:percona-xtrabackup/2.1

Proposed by Alexey Kopytov
Status: Merged
Approved by: Alexey Kopytov
Approved revision: no longer in the source branch.
Merged at revision: 756
Proposed branch: lp:~akopytov/percona-xtrabackup/yassl-server-binaries-2.1
Merge into: lp:percona-xtrabackup/2.1
Diff against target: 24 lines (+2/-12)
1 file modified
test/bootstrap.sh (+2/-12)
To merge this branch: bzr merge lp:~akopytov/percona-xtrabackup/yassl-server-binaries-2.1
Reviewer Review Type Date Requested Status
Alexey Kopytov (community) Approve
Review via email: mp+231561@code.launchpad.net

Description of the change

Updated bootstrap.sh to use YaSSL 5.1 Percona Server builds.

To post a comment you must log in.
Revision history for this message
Alexey Kopytov (akopytov) wrote :
Revision history for this message
Alexey Kopytov (akopytov) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'test/bootstrap.sh'
2--- test/bootstrap.sh 2014-08-14 13:27:17 +0000
3+++ test/bootstrap.sh 2014-08-20 13:24:41 +0000
4@@ -56,18 +56,8 @@
5 ;;
6
7 xtradb51)
8- if which lsb_release >/dev/null 2>&1 && \
9- ! lsb_release -i | grep -qi centos
10- then
11- # PS 5.1.69-rel14.7 tarballs are affected by LP bug #1172916
12- # and thus unusable on anything but CentOS
13- url="http://www.percona.com/redir/downloads/Percona-Server-5.1/Percona-Server-5.1.67-14.4/binary/linux/$arch"
14- tarball="Percona-Server-5.1.67-rel14.4-511.Linux.$arch.tar.gz"
15-
16- else
17- url="http://s3.amazonaws.com/percona.com/downloads/community"
18- tarball="Percona-Server-5.1.69-rel14.7-572.Linux.$arch.tar.gz"
19- fi
20+ url="http://s3.amazonaws.com/percona.com/downloads/community/yassl"
21+ tarball="Percona-Server-5.1.73-rel14.12-625.Linux.$arch.tar.gz"
22 ;;
23
24 xtradb55)

Subscribers

People subscribed via source and target branches

to all changes: