Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos-mynij-dev
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
Mynij
slapos-mynij-dev
Commits
685f611d
Commit
685f611d
authored
Feb 24, 2021
by
Julien Muchembled
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
version up: MariaDB 10.3.28/10.4.18, groonga 11.0.0, mroonga 11.00
parent
13afbf86
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
10 deletions
+10
-10
component/groonga/buildout.cfg
component/groonga/buildout.cfg
+2
-2
component/mariadb/buildout.cfg
component/mariadb/buildout.cfg
+8
-8
No files found.
component/groonga/buildout.cfg
View file @
685f611d
...
...
@@ -15,8 +15,8 @@ extends =
[groonga]
recipe = slapos.recipe.cmmi
shared = true
url = https://packages.groonga.org/source/groonga/groonga-1
0.0.5
.tar.gz
md5sum =
12f5c7b522afd72d0be2caa1e5f254da
url = https://packages.groonga.org/source/groonga/groonga-1
1.0.0
.tar.gz
md5sum =
2ea277c19f21b9d45410547173ff41c2
groonga-plugin-dir = @@LOCATION@@/lib/groonga/plugins/
# temporary patch to respect more tokens in natural language mode.
patches =
...
...
component/mariadb/buildout.cfg
View file @
685f611d
...
...
@@ -30,8 +30,8 @@ parts =
recipe = slapos.recipe.cmmi
shared = true
url = https://archive.mariadb.org//mariadb-${:version}/source/mariadb-${:version}.tar.gz
version = 10.4.1
7
md5sum =
e8193b9cd008b6d7f177f5a5c44c7a9f
version = 10.4.1
8
md5sum =
22e429d532fcfcb0e4beba64e1c296f0
location = @@LOCATION@@
pre-configure =
set '\bSET(PLUGIN_AUTH_PAM YES CACHE BOOL "")' cmake/build_configurations/mysql_release.cmake
...
...
@@ -96,8 +96,8 @@ post-install =
# as plugin-dir ( https://mariadb.com/kb/en/server-system-variables/#plugin_dir )
recipe = slapos.recipe.cmmi
shared = true
url = https://packages.groonga.org/source/mroonga/mroonga-1
0.05
.tar.gz
md5sum =
a690811be5cc0593acc12ecf4ac9c40f
url = https://packages.groonga.org/source/mroonga/mroonga-1
1.00
.tar.gz
md5sum =
0aefcbb3c0dc6e29c53c6ee6287114b8
pre-configure =
rm -rf fake_mariadb_source
mkdir -p fake_mariadb_source
...
...
@@ -127,12 +127,12 @@ environment =
PKG_CONFIG_PATH=${groonga:location}/lib/pkgconfig:${groonga-normalizer-mysql:location}/lib/pkgconfig
### XXX keep using mariadb 10.3
.22 because 10.4 cause
crash
### XXX keep using mariadb 10.3
because 10.4 causes
crash
### (we just override here for easier revert)
[mariadb-10.3]
<= mariadb-10.4
version = 10.3.2
7
md5sum =
6ab2934a671191d8ca8730e9a626c5c9
version = 10.3.2
8
md5sum =
da27b3c85abb7fe47f813ecc4d7a6a22
post-install =
ldd=`ldd ${:location}/lib/plugin/ha_rocksdb.so`
for x in ${lz4:location} ${snappy:location} ${zstd:location}
...
...
@@ -143,4 +143,4 @@ post-install =
[mariadb]
location = ${mariadb-10.3:location}
### /XXX keep using mariadb 10.3
.22 because 10.4 cause
crash
### /XXX keep using mariadb 10.3
because 10.4 causes
crash
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