Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
c8f9b3f9
Commit
c8f9b3f9
authored
Feb 20, 2019
by
Oleksandr Byelkin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove aws-key management plugin
parent
1005376e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
27 deletions
+0
-27
debian/autobake-deb.sh
debian/autobake-deb.sh
+0
-27
No files found.
debian/autobake-deb.sh
View file @
c8f9b3f9
...
...
@@ -97,33 +97,6 @@ then
sed
'/Package: mariadb-plugin-rocksdb/,+14d'
-i
debian/control
fi
# AWS SDK requires c++11 -capable compiler.
# Minimal supported versions are g++ 4.8 and clang 3.3.
# AWS SDK also requires the build machine to have network access and git, so
# it cannot be part of the base version included in Linux distros, but a pure
# custom built plugin.
if
[[
$GCCVERSION
-gt
40800
]]
&&
[[
!
$TRAVIS
]]
&&
[[
-x
"
$(
command
-v
git
)
"
]]
&&
timeout
3s bash
-c
'sed -n q </dev/tcp/github.com/22'
then
cat
<<
EOF
>> debian/control
Package: mariadb-plugin-aws-key-management
Architecture: any
Breaks: mariadb-aws-key-management-10.1,
mariadb-aws-key-management-10.2
Replaces: mariadb-aws-key-management-10.1,
mariadb-aws-key-management-10.2
Depends: mariadb-server-10.3,
\$
{misc:Depends},
\$
{shlibs:Depends}
Description: Amazon Web Service Key Management Service Plugin for MariaDB
This encryption key management plugin gives an interface to the Amazon Web
Services Key Management Service for managing encryption keys used for MariaDB
data-at-rest encryption.
EOF
sed
-i
-e
"/-DPLUGIN_AWS_KEY_MANAGEMENT=NO/d"
debian/rules
fi
# Don't build cassandra package if thrift is not installed
if
[[
!
-f
/usr/local/include/thrift/Thrift.h
&&
!
-f
/usr/include/thrift/Thrift.h
]]
then
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment