Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
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
Carlos Ramos Carreño
slapos
Commits
e6dd966c
Commit
e6dd966c
authored
Mar 08, 2023
by
Jérome Perrin
Browse files
Options
Browse Files
Download
Plain Diff
Update Release Candidate
parents
2c0e2f1b
78385b24
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
+4
-4
component/mariadb/buildout.cfg
component/mariadb/buildout.cfg
+6
-6
No files found.
component/groonga/buildout.cfg
View file @
e6dd966c
...
@@ -15,8 +15,8 @@ extends =
...
@@ -15,8 +15,8 @@ extends =
[groonga]
[groonga]
recipe = slapos.recipe.cmmi
recipe = slapos.recipe.cmmi
shared = true
shared = true
url = https://packages.groonga.org/source/groonga/groonga-1
3.0.0
.tar.gz
url = https://packages.groonga.org/source/groonga/groonga-1
2.0.7
.tar.gz
md5sum =
76aae9bc04c4047cbb31cc543bde8540
md5sum =
5ef412a6941994e623cb50d76a8be261
groonga-plugin-dir = @@LOCATION@@/lib/groonga/plugins/
groonga-plugin-dir = @@LOCATION@@/lib/groonga/plugins/
# temporary patch to respect more tokens in natural language mode.
# temporary patch to respect more tokens in natural language mode.
patches =
patches =
...
@@ -48,8 +48,8 @@ environment =
...
@@ -48,8 +48,8 @@ environment =
[groonga-normalizer-mysql]
[groonga-normalizer-mysql]
recipe = slapos.recipe.cmmi
recipe = slapos.recipe.cmmi
shared = true
shared = true
url = https://packages.groonga.org/source/groonga-normalizer-mysql/groonga-normalizer-mysql-1.
2.1
.tar.gz
url = https://packages.groonga.org/source/groonga-normalizer-mysql/groonga-normalizer-mysql-1.
1.8
.tar.gz
md5sum =
d9b48b3ea9dc7423e7c40eb326d86395
md5sum =
a1520691da3083e14bdc65a9ec57a620
groonga-plugin-dir = @@LOCATION@@/lib/groonga/plugins/
groonga-plugin-dir = @@LOCATION@@/lib/groonga/plugins/
pre-configure = mkdir -p ${:groonga-plugin-dir}
pre-configure = mkdir -p ${:groonga-plugin-dir}
make-targets = GROONGA_PLUGINS_DIR=${:groonga-plugin-dir} install
make-targets = GROONGA_PLUGINS_DIR=${:groonga-plugin-dir} install
...
...
component/mariadb/buildout.cfg
View file @
e6dd966c
...
@@ -30,8 +30,8 @@ parts =
...
@@ -30,8 +30,8 @@ parts =
recipe = slapos.recipe.cmmi
recipe = slapos.recipe.cmmi
shared = true
shared = true
url = https://archive.mariadb.org//mariadb-${:version}/source/mariadb-${:version}.tar.gz
url = https://archive.mariadb.org//mariadb-${:version}/source/mariadb-${:version}.tar.gz
version = 10.4.2
8
version = 10.4.2
5
md5sum =
d098e9af77a26260a6a6c21a7ed0daf6
md5sum =
76e6ee973adb7deb15d7936f710eb5a4
pre-configure =
pre-configure =
set '\bSET(PLUGIN_AUTH_PAM YES CACHE BOOL "")' cmake/build_configurations/mysql_release.cmake
set '\bSET(PLUGIN_AUTH_PAM YES CACHE BOOL "")' cmake/build_configurations/mysql_release.cmake
grep -q "$@"
grep -q "$@"
...
@@ -101,8 +101,8 @@ post-install =
...
@@ -101,8 +101,8 @@ post-install =
# as plugin-dir ( https://mariadb.com/kb/en/server-system-variables/#plugin_dir )
# as plugin-dir ( https://mariadb.com/kb/en/server-system-variables/#plugin_dir )
recipe = slapos.recipe.cmmi
recipe = slapos.recipe.cmmi
shared = true
shared = true
url = https://packages.groonga.org/source/mroonga/mroonga-1
3.00
.tar.gz
url = https://packages.groonga.org/source/mroonga/mroonga-1
2.09
.tar.gz
md5sum =
e7bda4edd284e788abf78e3a6f485fbe
md5sum =
637d73b86239cc9c3758e9486746d430
pre-configure =
pre-configure =
rm -rf fake_mariadb_source
rm -rf fake_mariadb_source
mkdir -p fake_mariadb_source
mkdir -p fake_mariadb_source
...
@@ -136,8 +136,8 @@ environment =
...
@@ -136,8 +136,8 @@ environment =
### (we just override here for easier revert)
### (we just override here for easier revert)
[mariadb-10.3]
[mariadb-10.3]
<= mariadb-10.4
<= mariadb-10.4
version = 10.3.3
8
version = 10.3.3
5
md5sum =
4cb91021431f514afbb1c1c2ab13944f
md5sum =
b7a2e69d103eda3dd61c8bad8775c7bd
post-install =
post-install =
ldd=`ldd %(location)s/lib/plugin/ha_rocksdb.so`
ldd=`ldd %(location)s/lib/plugin/ha_rocksdb.so`
for x in ${lz4:location} ${snappy:location} ${zstd:location}
for x in ${lz4:location} ${snappy:location} ${zstd:location}
...
...
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