lp:~percona-core/percona-xtrabackup/release-2.0.6
- Get this branch:
- bzr branch lp:~percona-core/percona-xtrabackup/release-2.0.6
Branch merges
- Stewart Smith (community): Approve
- Alexey Kopytov: Pending requested
-
Diff: 103 lines (+20/-11)6 files modifiedVERSION (+1/-1)
src/Makefile (+1/-1)
utils/build-binary.sh (+15/-6)
utils/build-dpkg.sh (+1/-1)
utils/build-rpm.sh (+1/-1)
utils/xtrabackup.spec (+1/-1)
Related bugs
Related blueprints
Branch information
- Owner:
- Percona core
- Status:
- Merged
Recent revisions
- 523. By Ignacio Nin
-
Use g++ for CXX in the Percona Server builds
The Percona Server builds were being built with CXX=gcc, however this
brought problems with Percona Server 5.6 which can't be built with that
compiler.Remove CXX=gcc from the buildscripts and use g++ by default for all
versions of Percona-Server. - 522. By Ignacio Nin
-
Fix the binary builder so it exits if a build fails
The binary builder was failing to exit if a build failed, due to the way
bash interprets how set -e should be acted upon when a command fails. If
one of the build.sh commands failed, the others wouldn't execute, however
the tar file would be constructed anyway and the script would exit with
a successful status.Fix this so when a build fails the directories would be erased, the tar
won't be created and the script will exit with a nonzero status. - 521. By Ignacio Nin
-
Use g++ as the default compiler for 5.6, which won't compile with gcc
Add a CXX_56 variable to override itAdd -lssl to the 5.6 LIBS which is needed for linking certain binaries
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp:percona-xtrabackup/2.1