rroonga 3.1.0-x86-mingw32 → 3.1.1-x86-mingw32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.textile +1 -1
- data/bin/grndump +5 -4
- data/bin/grntest-log-analyze +5 -4
- data/bin/groonga-database-inspect +11 -2
- data/bin/groonga-index-dump +1 -0
- data/doc/text/news.textile +21 -0
- data/ext/groonga/rb-grn-expression.c +3 -3
- data/ext/groonga/rb-grn.h +1 -1
- data/lib/1.9/groonga.so +0 -0
- data/lib/2.0/groonga.so +0 -0
- data/lib/2.1/groonga.so +0 -0
- data/lib/groonga/database-inspector.rb +34 -8
- data/rroonga-build.rb +1 -1
- data/test/test-database-inspector.rb +55 -5
- data/test/test-expression.rb +65 -0
- data/vendor/local/bin/groonga-benchmark.exe +0 -0
- data/vendor/local/bin/groonga.exe +0 -0
- data/vendor/local/bin/libgroonga-0.dll +0 -0
- data/vendor/local/bin/libmecab-1.dll +0 -0
- data/vendor/local/bin/libmsgpack-3.dll +0 -0
- data/vendor/local/bin/libmsgpackc-2.dll +0 -0
- data/vendor/local/bin/mecab-config +0 -0
- data/vendor/local/bin/mecab.exe +0 -0
- data/vendor/local/include/groonga/groonga.h +15 -4
- data/vendor/local/lib/groonga/plugins/query_expanders/tsv.a +0 -0
- data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll +0 -0
- data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/query_expanders/tsv.la +0 -0
- data/vendor/local/lib/groonga/plugins/suggest/suggest.a +0 -0
- data/vendor/local/lib/groonga/plugins/suggest/suggest.dll +0 -0
- data/vendor/local/lib/groonga/plugins/suggest/suggest.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/suggest/suggest.la +0 -0
- data/vendor/local/lib/groonga/plugins/table/table.a +0 -0
- data/vendor/local/lib/groonga/plugins/table/table.dll +0 -0
- data/vendor/local/lib/groonga/plugins/table/table.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/table/table.la +0 -0
- data/vendor/local/lib/groonga/plugins/tokenizers/mecab.a +0 -0
- data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll +0 -0
- data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/tokenizers/mecab.la +0 -0
- data/vendor/local/lib/libgroonga.a +0 -0
- data/vendor/local/lib/libgroonga.dll.a +0 -0
- data/vendor/local/lib/libgroonga.la +0 -0
- data/vendor/local/lib/libmecab.a +0 -0
- data/vendor/local/lib/libmecab.dll.a +0 -0
- data/vendor/local/lib/libmecab.la +0 -0
- data/vendor/local/lib/libmsgpack.a +0 -0
- data/vendor/local/lib/libmsgpack.dll.a +0 -0
- data/vendor/local/lib/libmsgpack.la +0 -0
- data/vendor/local/lib/libmsgpackc.a +0 -0
- data/vendor/local/lib/libmsgpackc.dll.a +0 -0
- data/vendor/local/lib/libmsgpackc.la +0 -0
- data/vendor/local/lib/pkgconfig/groonga.pc +2 -2
- data/vendor/local/libexec/mecab/mecab-cost-train.exe +0 -0
- data/vendor/local/libexec/mecab/mecab-dict-gen.exe +0 -0
- data/vendor/local/libexec/mecab/mecab-dict-index.exe +0 -0
- data/vendor/local/libexec/mecab/mecab-system-eval.exe +0 -0
- data/vendor/local/libexec/mecab/mecab-test-gen.exe +0 -0
- data/vendor/local/sbin/groonga-httpd-restart +0 -0
- data/vendor/local/share/doc/groonga/en/html/.buildinfo +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/characteristic.txt +11 -11
- data/vendor/local/share/doc/groonga/en/html/_sources/community.txt +7 -7
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/com.txt +2 -2
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/cooperation.txt +5 -5
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/document.txt +2 -2
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/query.txt +6 -6
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/release.txt +39 -39
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/test.txt +3 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution.txt +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/development/travis-ci.txt +2 -2
- data/vendor/local/share/doc/groonga/en/html/_sources/development.txt +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/install/centos.txt +3 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/install/debian.txt +3 -43
- data/vendor/local/share/doc/groonga/en/html/_sources/install/fedora.txt +4 -4
- data/vendor/local/share/doc/groonga/en/html/_sources/install/mac_os_x.txt +3 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/install/others.txt +3 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/install/solaris.txt +3 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/install/ubuntu.txt +3 -50
- data/vendor/local/share/doc/groonga/en/html/_sources/install/windows.txt +9 -9
- data/vendor/local/share/doc/groonga/en/html/_sources/news/1.0.x.txt +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/news.txt +39 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_column.txt +91 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_ctx.txt +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_obj.txt +2 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/command/command_version.txt +6 -6
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/check.txt +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/clearlock.txt +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/column_create.txt +2 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/column_list.txt +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/column_remove.txt +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/define_selector.txt +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/defrag.txt +1 -2
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/dump.txt +3 -8
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/log_level.txt +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/log_reopen.txt +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/normalize.txt +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/quit.txt +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/select.txt +5 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/shutdown.txt +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/status.txt +2 -2
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/table_create.txt +5 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/table_list.txt +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-benchmark.txt +4 -4
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/between.txt +118 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/grn_expr/script_syntax.txt +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/normalizers.txt +11 -11
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/tuning.txt +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/types.txt +5 -5
- data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/data.txt +5 -5
- data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/drilldown.txt +76 -14
- data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/index.txt +3 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/introduction.txt +8 -8
- data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/lexicon.txt +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/match_columns.txt +8 -8
- data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/micro_blog.txt +8 -8
- data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/network.txt +18 -19
- data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/patricia_trie.txt +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/query_expansion.txt +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/search.txt +2 -2
- data/vendor/local/share/doc/groonga/en/html/characteristic.html +17 -17
- data/vendor/local/share/doc/groonga/en/html/community.html +12 -12
- data/vendor/local/share/doc/groonga/en/html/contribution/development/com.html +20 -20
- data/vendor/local/share/doc/groonga/en/html/contribution/development/cooperation.html +43 -43
- data/vendor/local/share/doc/groonga/en/html/contribution/development/document.html +30 -30
- data/vendor/local/share/doc/groonga/en/html/contribution/development/query.html +69 -69
- data/vendor/local/share/doc/groonga/en/html/contribution/development/release.html +132 -132
- data/vendor/local/share/doc/groonga/en/html/contribution/development/repository.html +17 -17
- data/vendor/local/share/doc/groonga/en/html/contribution/development/test.html +43 -53
- data/vendor/local/share/doc/groonga/en/html/contribution/development.html +23 -23
- data/vendor/local/share/doc/groonga/en/html/contribution/documentation/c-api.html +17 -17
- data/vendor/local/share/doc/groonga/en/html/contribution/documentation/i18n.html +46 -36
- data/vendor/local/share/doc/groonga/en/html/contribution/documentation.html +17 -17
- data/vendor/local/share/doc/groonga/en/html/contribution/report.html +10 -10
- data/vendor/local/share/doc/groonga/en/html/contribution.html +73 -73
- data/vendor/local/share/doc/groonga/en/html/development/travis-ci.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/development.html +6 -6
- data/vendor/local/share/doc/groonga/en/html/genindex.html +47 -7
- data/vendor/local/share/doc/groonga/en/html/geolocation_search.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/index.html +50 -46
- data/vendor/local/share/doc/groonga/en/html/install/centos.html +8 -8
- data/vendor/local/share/doc/groonga/en/html/install/debian.html +16 -52
- data/vendor/local/share/doc/groonga/en/html/install/fedora.html +11 -11
- data/vendor/local/share/doc/groonga/en/html/install/mac_os_x.html +8 -8
- data/vendor/local/share/doc/groonga/en/html/install/others.html +8 -8
- data/vendor/local/share/doc/groonga/en/html/install/solaris.html +8 -8
- data/vendor/local/share/doc/groonga/en/html/install/ubuntu.html +18 -62
- data/vendor/local/share/doc/groonga/en/html/install/windows.html +14 -14
- data/vendor/local/share/doc/groonga/en/html/install.html +19 -21
- data/vendor/local/share/doc/groonga/en/html/limitations.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/news/0.x.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/news/1.0.x.html +6 -6
- data/vendor/local/share/doc/groonga/en/html/news/1.1.x.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/news/1.2.x.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/news/senna.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/news.html +225 -179
- data/vendor/local/share/doc/groonga/en/html/objects.inv +0 -0
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_cache.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_column.html +105 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_command_version.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ctx.html +6 -6
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_db.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_encoding.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_expr.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_geo.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_hook.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ii.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_index_cursor.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_info.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_match_escalation.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_obj.html +6 -6
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_proc.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_search.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_table.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_table_cursor.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_type.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_user_data.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/cast.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/command/command_version.html +11 -11
- data/vendor/local/share/doc/groonga/en/html/reference/command/output_format.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/command/return_code.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/command.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/cache_limit.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/check.html +6 -6
- data/vendor/local/share/doc/groonga/en/html/reference/commands/clearlock.html +6 -6
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_create.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_list.html +6 -6
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_remove.html +6 -6
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_rename.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/define_selector.html +6 -6
- data/vendor/local/share/doc/groonga/en/html/reference/commands/defrag.html +6 -6
- data/vendor/local/share/doc/groonga/en/html/reference/commands/delete.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/dump.html +8 -8
- data/vendor/local/share/doc/groonga/en/html/reference/commands/load.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/log_level.html +6 -6
- data/vendor/local/share/doc/groonga/en/html/reference/commands/log_put.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/log_reopen.html +6 -6
- data/vendor/local/share/doc/groonga/en/html/reference/commands/normalize.html +6 -6
- data/vendor/local/share/doc/groonga/en/html/reference/commands/quit.html +6 -6
- data/vendor/local/share/doc/groonga/en/html/reference/commands/register.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_eval.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_load.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/select.html +8 -8
- data/vendor/local/share/doc/groonga/en/html/reference/commands/shutdown.html +6 -6
- data/vendor/local/share/doc/groonga/en/html/reference/commands/status.html +11 -11
- data/vendor/local/share/doc/groonga/en/html/reference/commands/suggest.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_create.html +9 -9
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_list.html +6 -6
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_remove.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/tokenize.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/truncate.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands_not_implemented/add.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands_not_implemented/get.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands_not_implemented/set.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/executables/grnslap.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-benchmark.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-httpd.html +9 -9
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-server-http.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-create-dataset.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-httpd.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-learner.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/executables.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/function.html +21 -20
- data/vendor/local/share/doc/groonga/en/html/reference/functions/between.html +331 -0
- data/vendor/local/share/doc/groonga/en/html/reference/functions/edit_distance.html +28 -28
- data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_distance.html +45 -45
- data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_circle.html +27 -27
- data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_rectangle.html +27 -27
- data/vendor/local/share/doc/groonga/en/html/reference/functions/html_untag.html +29 -29
- data/vendor/local/share/doc/groonga/en/html/reference/functions/now.html +25 -25
- data/vendor/local/share/doc/groonga/en/html/reference/functions/query.html +41 -41
- data/vendor/local/share/doc/groonga/en/html/reference/functions/rand.html +27 -27
- data/vendor/local/share/doc/groonga/en/html/reference/functions/snippet_html.html +27 -27
- data/vendor/local/share/doc/groonga/en/html/reference/functions/sub_filter.html +28 -28
- data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/query_syntax.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/script_syntax.html +6 -6
- data/vendor/local/share/doc/groonga/en/html/reference/grn_expr.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/indexing.html +9 -9
- data/vendor/local/share/doc/groonga/en/html/reference/log.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/normalizers.html +17 -17
- data/vendor/local/share/doc/groonga/en/html/reference/output.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/pseudo_column.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/query_expanders/tsv.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/query_expanders.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/tables.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/tokenizers.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/tuning.html +6 -6
- data/vendor/local/share/doc/groonga/en/html/reference/types.html +10 -10
- data/vendor/local/share/doc/groonga/en/html/reference.html +16 -15
- data/vendor/local/share/doc/groonga/en/html/search.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/searchindex.js +1 -1
- data/vendor/local/share/doc/groonga/en/html/server/gqtp.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/server/http/comparison.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/server/http/groonga-httpd.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/server/http/groonga.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/server/http.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/server/package.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/server.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/spec/gqtp.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/spec/search.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/spec.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/suggest/completion.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/suggest/correction.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/suggest/introduction.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/suggest/suggestion.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/suggest/tutorial.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/suggest.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/troubleshooting/different_results_with_the_same_keyword.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/troubleshooting/mmap_cannot_allocate_memory.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/troubleshooting.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/data.html +10 -10
- data/vendor/local/share/doc/groonga/en/html/tutorial/drilldown.html +168 -14
- data/vendor/local/share/doc/groonga/en/html/tutorial/index.html +12 -12
- data/vendor/local/share/doc/groonga/en/html/tutorial/introduction.html +15 -15
- data/vendor/local/share/doc/groonga/en/html/tutorial/lexicon.html +6 -6
- data/vendor/local/share/doc/groonga/en/html/tutorial/match_columns.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/tutorial/micro_blog.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/tutorial/network.html +34 -35
- data/vendor/local/share/doc/groonga/en/html/tutorial/patricia_trie.html +6 -6
- data/vendor/local/share/doc/groonga/en/html/tutorial/query_expansion.html +6 -6
- data/vendor/local/share/doc/groonga/en/html/tutorial/search.html +11 -11
- data/vendor/local/share/doc/groonga/en/html/tutorial.html +12 -7
- data/vendor/local/share/doc/groonga/ja/html/.buildinfo +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/characteristic.txt +11 -11
- data/vendor/local/share/doc/groonga/ja/html/_sources/community.txt +7 -7
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/com.txt +2 -2
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/cooperation.txt +5 -5
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/document.txt +2 -2
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/query.txt +6 -6
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/release.txt +39 -39
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/test.txt +3 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution.txt +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/development/travis-ci.txt +2 -2
- data/vendor/local/share/doc/groonga/ja/html/_sources/development.txt +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/centos.txt +3 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/debian.txt +3 -43
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/fedora.txt +4 -4
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/mac_os_x.txt +3 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/others.txt +3 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/solaris.txt +3 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/ubuntu.txt +3 -50
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/windows.txt +9 -9
- data/vendor/local/share/doc/groonga/ja/html/_sources/news/1.0.x.txt +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/news.txt +39 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_column.txt +91 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_ctx.txt +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_obj.txt +2 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/command/command_version.txt +6 -6
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/check.txt +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/clearlock.txt +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/column_create.txt +2 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/column_list.txt +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/column_remove.txt +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/define_selector.txt +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/defrag.txt +1 -2
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/dump.txt +3 -8
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/log_level.txt +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/log_reopen.txt +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/normalize.txt +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/quit.txt +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/select.txt +5 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/shutdown.txt +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/status.txt +2 -2
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/table_create.txt +5 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/table_list.txt +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-benchmark.txt +4 -4
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/between.txt +118 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/grn_expr/script_syntax.txt +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/normalizers.txt +11 -11
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/tuning.txt +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/types.txt +5 -5
- data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/data.txt +5 -5
- data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/drilldown.txt +76 -14
- data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/index.txt +3 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/introduction.txt +8 -8
- data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/lexicon.txt +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/match_columns.txt +8 -8
- data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/micro_blog.txt +8 -8
- data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/network.txt +18 -19
- data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/patricia_trie.txt +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/query_expansion.txt +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/search.txt +2 -2
- data/vendor/local/share/doc/groonga/ja/html/characteristic.html +26 -26
- data/vendor/local/share/doc/groonga/ja/html/community.html +11 -11
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/com.html +22 -22
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/cooperation.html +45 -45
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/document.html +32 -32
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/query.html +71 -71
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/release.html +134 -134
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/repository.html +21 -21
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/test.html +45 -55
- data/vendor/local/share/doc/groonga/ja/html/contribution/development.html +26 -26
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/c-api.html +19 -19
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/i18n.html +54 -44
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation.html +20 -20
- data/vendor/local/share/doc/groonga/ja/html/contribution/report.html +19 -19
- data/vendor/local/share/doc/groonga/ja/html/contribution.html +76 -76
- data/vendor/local/share/doc/groonga/ja/html/development/travis-ci.html +14 -14
- data/vendor/local/share/doc/groonga/ja/html/development.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/genindex.html +47 -7
- data/vendor/local/share/doc/groonga/ja/html/geolocation_search.html +11 -11
- data/vendor/local/share/doc/groonga/ja/html/index.html +55 -51
- data/vendor/local/share/doc/groonga/ja/html/install/centos.html +15 -15
- data/vendor/local/share/doc/groonga/ja/html/install/debian.html +28 -60
- data/vendor/local/share/doc/groonga/ja/html/install/fedora.html +18 -18
- data/vendor/local/share/doc/groonga/ja/html/install/mac_os_x.html +9 -9
- data/vendor/local/share/doc/groonga/ja/html/install/others.html +21 -21
- data/vendor/local/share/doc/groonga/ja/html/install/solaris.html +10 -10
- data/vendor/local/share/doc/groonga/ja/html/install/ubuntu.html +33 -73
- data/vendor/local/share/doc/groonga/ja/html/install/windows.html +15 -15
- data/vendor/local/share/doc/groonga/ja/html/install.html +20 -22
- data/vendor/local/share/doc/groonga/ja/html/limitations.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/news/0.x.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/news/1.0.x.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/news/1.1.x.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/news/1.2.x.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/news/senna.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/news.html +242 -182
- data/vendor/local/share/doc/groonga/ja/html/objects.inv +0 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_cache.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_column.html +105 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_command_version.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ctx.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_db.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_encoding.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_expr.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_geo.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_hook.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ii.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_index_cursor.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_info.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_match_escalation.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_obj.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_proc.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_search.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table_cursor.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_type.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_user_data.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/cast.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/command/command_version.html +11 -11
- data/vendor/local/share/doc/groonga/ja/html/reference/command/output_format.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/command/return_code.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/command.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/cache_limit.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/check.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/clearlock.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_create.html +9 -9
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_list.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_remove.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_rename.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/define_selector.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/defrag.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/delete.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/dump.html +8 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/load.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_level.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_put.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_reopen.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/normalize.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/quit.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/register.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_eval.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_load.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/select.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/shutdown.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/status.html +11 -11
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/suggest.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_create.html +8 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_list.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_remove.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/tokenize.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/truncate.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/add.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/get.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/set.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/grnslap.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-benchmark.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-httpd.html +9 -9
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-server-http.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-create-dataset.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-httpd.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-learner.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/executables.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/function.html +21 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/between.html +329 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/edit_distance.html +28 -28
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_distance.html +45 -45
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_circle.html +27 -27
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_rectangle.html +27 -27
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/html_untag.html +29 -29
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/now.html +25 -25
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/query.html +41 -41
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/rand.html +27 -27
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/snippet_html.html +27 -27
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/sub_filter.html +28 -28
- data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/query_syntax.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/script_syntax.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/indexing.html +9 -9
- data/vendor/local/share/doc/groonga/ja/html/reference/log.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/normalizers.html +12 -12
- data/vendor/local/share/doc/groonga/ja/html/reference/output.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/pseudo_column.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders/tsv.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/tables.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/tokenizers.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/tuning.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/types.html +10 -10
- data/vendor/local/share/doc/groonga/ja/html/reference.html +16 -15
- data/vendor/local/share/doc/groonga/ja/html/search.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/searchindex.js +1 -1
- data/vendor/local/share/doc/groonga/ja/html/server/gqtp.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/server/http/comparison.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/server/http/groonga-httpd.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/server/http/groonga.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/server/http.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/server/package.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/server.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/spec/gqtp.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/spec/search.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/spec.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/suggest/completion.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/suggest/correction.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/suggest/introduction.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/suggest/suggestion.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/suggest/tutorial.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/suggest.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/troubleshooting/different_results_with_the_same_keyword.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/troubleshooting/mmap_cannot_allocate_memory.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/troubleshooting.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/data.html +9 -9
- data/vendor/local/share/doc/groonga/ja/html/tutorial/drilldown.html +169 -14
- data/vendor/local/share/doc/groonga/ja/html/tutorial/index.html +8 -8
- data/vendor/local/share/doc/groonga/ja/html/tutorial/introduction.html +15 -15
- data/vendor/local/share/doc/groonga/ja/html/tutorial/lexicon.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/tutorial/match_columns.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/tutorial/micro_blog.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/tutorial/network.html +33 -34
- data/vendor/local/share/doc/groonga/ja/html/tutorial/patricia_trie.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/tutorial/query_expansion.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/tutorial/search.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/tutorial.html +12 -7
- data/vendor/local/share/groonga/examples/dictionary/edict/edict-import.sh +0 -0
- data/vendor/local/share/groonga/examples/dictionary/edict/edict2grn.rb +0 -0
- data/vendor/local/share/groonga/examples/dictionary/eijiro/eijiro-import.sh +0 -0
- data/vendor/local/share/groonga/examples/dictionary/eijiro/eijiro2grn.rb +0 -0
- data/vendor/local/share/groonga/examples/dictionary/gene95/gene-import.sh +0 -0
- data/vendor/local/share/groonga/examples/dictionary/gene95/gene2grn.rb +0 -0
- data/vendor/local/share/groonga/examples/dictionary/init-db.sh +0 -0
- data/vendor/local/share/groonga/examples/dictionary/jmdict/jmdict.rb +0 -0
- data/vendor/local/share/man/ja/man1/groonga.1 +1156 -808
- data/vendor/local/share/man/man1/groonga.1 +1682 -1337
- metadata +142 -142
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/grntest.txt +0 -273
- data/vendor/local/share/doc/groonga/en/html/reference/executables/grntest.html +0 -410
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/grntest.txt +0 -273
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/grntest.html +0 -411
@@ -7,7 +7,7 @@
|
|
7
7
|
<head>
|
8
8
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
9
9
|
|
10
|
-
<title>13.
|
10
|
+
<title>13.3.7. リリース手順 — Groonga v3.1.1ドキュメント</title>
|
11
11
|
|
12
12
|
<link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
|
13
13
|
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
|
@@ -15,7 +15,7 @@
|
|
15
15
|
<script type="text/javascript">
|
16
16
|
var DOCUMENTATION_OPTIONS = {
|
17
17
|
URL_ROOT: '../../',
|
18
|
-
VERSION: '3.1.
|
18
|
+
VERSION: '3.1.1',
|
19
19
|
COLLAPSE_INDEX: false,
|
20
20
|
FILE_SUFFIX: '.html',
|
21
21
|
HAS_SOURCE: true
|
@@ -26,10 +26,10 @@
|
|
26
26
|
<script type="text/javascript" src="../../_static/doctools.js"></script>
|
27
27
|
<script type="text/javascript" src="../../_static/translations.js"></script>
|
28
28
|
<link rel="shortcut icon" href="../../_static/favicon.ico"/>
|
29
|
-
<link rel="top" title="Groonga v3.1.
|
30
|
-
<link rel="up" title="13.
|
31
|
-
<link rel="next" title="13.
|
32
|
-
<link rel="prev" title="13.
|
29
|
+
<link rel="top" title="Groonga v3.1.1ドキュメント" href="../../index.html" />
|
30
|
+
<link rel="up" title="13.3. groonga開発者向け情報" href="../development.html" />
|
31
|
+
<link rel="next" title="13.3.8. テスト方法" href="test.html" />
|
32
|
+
<link rel="prev" title="13.3.5. クエリの実現" href="query.html" />
|
33
33
|
</head>
|
34
34
|
<body>
|
35
35
|
<div class="header">
|
@@ -56,14 +56,14 @@
|
|
56
56
|
<a href="../../genindex.html" title="総合索引"
|
57
57
|
accesskey="I">索引</a></li>
|
58
58
|
<li class="right" >
|
59
|
-
<a href="test.html" title="13.
|
59
|
+
<a href="test.html" title="13.3.8. テスト方法"
|
60
60
|
accesskey="N">次へ</a> |</li>
|
61
61
|
<li class="right" >
|
62
|
-
<a href="query.html" title="13.
|
62
|
+
<a href="query.html" title="13.3.5. クエリの実現"
|
63
63
|
accesskey="P">前へ</a> |</li>
|
64
|
-
<li><a href="../../index.html">Groonga v3.1.
|
65
|
-
<li><a href="../../contribution.html" >13.
|
66
|
-
<li><a href="../development.html" accesskey="U">13.
|
64
|
+
<li><a href="../../index.html">Groonga v3.1.1ドキュメント</a> »</li>
|
65
|
+
<li><a href="../../contribution.html" >13. Groongaへのコントリビュート方法</a> »</li>
|
66
|
+
<li><a href="../development.html" accesskey="U">13.3. groonga開発者向け情報</a> »</li>
|
67
67
|
</ul>
|
68
68
|
</div>
|
69
69
|
|
@@ -73,9 +73,9 @@
|
|
73
73
|
<div class="body">
|
74
74
|
|
75
75
|
<div class="section" id="id1">
|
76
|
-
<h1>13.
|
76
|
+
<h1>13.3.7. リリース手順<a class="headerlink" href="#id1" title="このヘッドラインへのパーマリンク">¶</a></h1>
|
77
77
|
<div class="section" id="id2">
|
78
|
-
<h2>13.
|
78
|
+
<h2>13.3.7.1. 前提条件<a class="headerlink" href="#id2" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
79
79
|
<p>リリース手順の前提条件は以下の通りです。</p>
|
80
80
|
<ul class="simple">
|
81
81
|
<li>ビルド環境は Ubuntu 12.04 LTS(Precise Pangolin)</li>
|
@@ -91,8 +91,8 @@
|
|
91
91
|
</ul>
|
92
92
|
</div>
|
93
93
|
<div class="section" id="id3">
|
94
|
-
<h2>13.
|
95
|
-
<p>以下に
|
94
|
+
<h2>13.3.7.2. ビルド環境の準備<a class="headerlink" href="#id3" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
95
|
+
<p>以下にGroongaのリリース作業を行うために事前にインストール
|
96
96
|
しておくべきパッケージを示します。</p>
|
97
97
|
<p>なお、ビルド環境としては Ubuntu 12.04 LTS(Precise Pangolin)を前提として説明しているため、その他の環境では適宜読み替えて下さい。:</p>
|
98
98
|
<div class="highlight-none"><div class="highlight"><pre>% sudo apt-get install -V debootstrap rinse createrepo rpm
|
@@ -110,10 +110,10 @@ mercurial python-docutils python-jinja2 ruby1.9.1-full mingw-w64 g++-mingw-w64 m
|
|
110
110
|
</div>
|
111
111
|
</div>
|
112
112
|
<div class="section" id="id4">
|
113
|
-
<h2>13.
|
113
|
+
<h2>13.3.7.3. パッケージ署名用秘密鍵のインポート<a class="headerlink" href="#id4" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
114
114
|
<p>リリース作業ではRPMパッケージに対する署名を行います。
|
115
115
|
その際、パッケージ署名用の鍵が必要です。</p>
|
116
|
-
<p>
|
116
|
+
<p>Groongaプロジェクトでは署名用の鍵をリリース担当者の公開鍵で暗号化してリポジトリのpackages/ディレクトリ以下へと登録しています。</p>
|
117
117
|
<p>リリース担当者はリポジトリに登録された秘密鍵を復号した後に鍵のインポートを以下のコマンドにて行います。:</p>
|
118
118
|
<div class="highlight-none"><div class="highlight"><pre>% cd packages
|
119
119
|
% gpg --decrypt release-key-secret.asc.gpg.(担当者) > (復号した鍵
|
@@ -121,7 +121,7 @@ mercurial python-docutils python-jinja2 ruby1.9.1-full mingw-w64 g++-mingw-w64 m
|
|
121
121
|
% gpg --import (復号した鍵ファイル)
|
122
122
|
</pre></div>
|
123
123
|
</div>
|
124
|
-
<p>鍵のインポートが正常終了すると gpg --list-keys で
|
124
|
+
<p>鍵のインポートが正常終了すると gpg --list-keys でGroongaの署名用の鍵を確認することができます。:</p>
|
125
125
|
<div class="highlight-none"><div class="highlight"><pre>pub 1024R/F10399C0 2012-04-24
|
126
126
|
uid groonga Key (groonga Official Signing Key)
|
127
127
|
<packages@groonga.org>
|
@@ -140,8 +140,8 @@ gpg> quit
|
|
140
140
|
<p>この作業は、新規にリリースを行うことになった担当者やパッケージに署名する鍵に変更があった場合などに行います。</p>
|
141
141
|
</div>
|
142
142
|
<div class="section" id="id5">
|
143
|
-
<h2>13.
|
144
|
-
<p>
|
143
|
+
<h2>13.3.7.4. リリース作業用ディレクトリの作成<a class="headerlink" href="#id5" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
144
|
+
<p>Groongaのリリース作業ではリリース専用の環境下(コンパイルフラグ)でビルドする必要があります。</p>
|
145
145
|
<p>リリース時と開発時でディレクトリを分けずに作業することもできますが、誤ったコンパイルフラグでリリースしてしまう危険があります。</p>
|
146
146
|
<p>そのため、以降の説明では$GROONGA_DIR以下のディレクトリにリリース用の作業ディレクトリ(groonga.clean)としてソースコードをcloneしたものとして説明します。</p>
|
147
147
|
<p>リリース用のクリーンな状態でソースコードを取得するために$GROONGA_DIRにて以下のコマンドを実行します。:</p>
|
@@ -151,7 +151,7 @@ gpg> quit
|
|
151
151
|
<p>この作業はリリース作業ごとに行います。</p>
|
152
152
|
</div>
|
153
153
|
<div class="section" id="id6">
|
154
|
-
<h2>13.
|
154
|
+
<h2>13.3.7.5. 変更点のまとめ<a class="headerlink" href="#id6" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
155
155
|
<p>前回リリース時からの変更点を$GROONGA_CLONE_DIR/doc/source/news.txtにまとめます。
|
156
156
|
ここでまとめた内容についてはリリースアナウンスにも使用します。</p>
|
157
157
|
<p>前回リリースからの変更履歴を参照するには以下のコマンドを実行します。:</p>
|
@@ -170,18 +170,18 @@ gpg> quit
|
|
170
170
|
</ul>
|
171
171
|
</div>
|
172
172
|
<div class="section" id="groonga">
|
173
|
-
<h2>13.
|
174
|
-
<p>
|
173
|
+
<h2>13.3.7.6. Groongaのウェブサイトの取得<a class="headerlink" href="#groonga" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
174
|
+
<p>GroongaのウェブサイトのソースはGroonga同様にgithubにリポジトリを置いています。</p>
|
175
175
|
<p>リリース作業では後述するコマンド(make update-latest-release)にてトップページのバージョンを置き換えることができるようになっています。</p>
|
176
|
-
<p>
|
176
|
+
<p>Groongaのウェブサイトのソースコードを$GROONGA_GITHUB_COM_PATHとして取得するためには、$GROONGA_DIRにて以下のコマンドを実行します。:</p>
|
177
177
|
<div class="highlight-none"><div class="highlight"><pre>% git clone git@github.com:groonga/groonga.github.com.git
|
178
178
|
</pre></div>
|
179
179
|
</div>
|
180
180
|
<p>これで、$GROONGA_GITHUB_COM_PATHにgroonga.github.comのソースを取得できます。</p>
|
181
181
|
</div>
|
182
182
|
<div class="section" id="cutter">
|
183
|
-
<h2>13.
|
184
|
-
<p>
|
183
|
+
<h2>13.3.7.7. cutterのソースコード取得<a class="headerlink" href="#cutter" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
184
|
+
<p>Groongaのリリース作業では、cutterに含まれるスクリプトを使用しています。</p>
|
185
185
|
<p>そこであらかじめ用意しておいた$HOME/work/cutterディレクトリにてcutterのソースコードを以下のコマンドにて取得します。:</p>
|
186
186
|
<div class="highlight-none"><div class="highlight"><pre>% git clone git@github.com:clear-code/cutter.git
|
187
187
|
</pre></div>
|
@@ -189,8 +189,8 @@ gpg> quit
|
|
189
189
|
<p>これで、$CUTTER_SOURCE_PATHディレクトリにcutterのソースを取得できます。</p>
|
190
190
|
</div>
|
191
191
|
<div class="section" id="configure">
|
192
|
-
<h2>13.
|
193
|
-
<p>
|
192
|
+
<h2>13.3.7.8. configureスクリプトの生成<a class="headerlink" href="#configure" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
193
|
+
<p>Groongaのソースコードをcloneした時点ではconfigureスクリプトが含まれておらず、そのままmakeコマンドにてビルドすることができません。</p>
|
194
194
|
<p>$GROONGA_CLONE_DIRにてautogen.shを以下のように実行します。:</p>
|
195
195
|
<div class="highlight-none"><div class="highlight"><pre>% sh autogen.sh
|
196
196
|
</pre></div>
|
@@ -198,15 +198,15 @@ gpg> quit
|
|
198
198
|
<p>このコマンドの実行により、configureスクリプトが生成されます。</p>
|
199
199
|
</div>
|
200
200
|
<div class="section" id="id7">
|
201
|
-
<h2>13.
|
201
|
+
<h2>13.3.7.9. configureスクリプトの実行<a class="headerlink" href="#id7" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
202
202
|
<p>Makefileを生成するためにconfigureスクリプトを実行します。</p>
|
203
203
|
<p>リリース用にビルドするためには以下のオプションを指定してconfigureを実行します。:</p>
|
204
204
|
<div class="highlight-none"><div class="highlight"><pre>% ./configure CFLAGS="-O0 -ggdb3" CXXFLAGS="-O0 -ggdb3" --prefix=/tmp/local --with-rsync-path="packages@packages.groonga.org:public" --with-groonga-github-com-path=$HOME/work/groonga/groonga.github.com --enable-document --with-ruby19 --with-cutter-source-path=$HOME/work/cutter/cutter
|
205
205
|
</pre></div>
|
206
206
|
</div>
|
207
|
-
<p>configureオプションである--with-groonga-github-com-pathには
|
207
|
+
<p>configureオプションである--with-groonga-github-com-pathにはGroongaのウェブサイトのリポジトリをcloneした場所を指定します。</p>
|
208
208
|
<p>configureオプションである--with-cutter-source-pathにはcutterのソースをcloneした場所を指定します。</p>
|
209
|
-
<p>以下のように
|
209
|
+
<p>以下のようにGroongaのソースコードをcloneした先からの相対パスを指定することもできます。:</p>
|
210
210
|
<div class="highlight-none"><div class="highlight"><pre>% ./configure CFLAGS="-O0 -ggdb3" CXXFLAGS="-O0 -ggdb3" --prefix=/tmp/local --with-rsync-path="packages@packages.groonga.org:public" --with-groonga-github-com-path=../groonga.github.com --enable-document --with-ruby19 --with-cutter-source-path=../../cutter/cutter
|
211
211
|
</pre></div>
|
212
212
|
</div>
|
@@ -217,16 +217,16 @@ gpg> quit
|
|
217
217
|
</div>
|
218
218
|
</div>
|
219
219
|
<div class="section" id="make-update-latest-release">
|
220
|
-
<h2>13.
|
220
|
+
<h2>13.3.7.10. make update-latest-releaseの実行<a class="headerlink" href="#make-update-latest-release" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
221
221
|
<p>make update-latest-releaseコマンドでは、OLD_RELEASE_DATEに前回のリリースの日付を、NEW_RELEASE_DATEに次回リリースの日付を指定します。</p>
|
222
222
|
<p>2.0.2のリリースを行った際は以下のコマンドを実行しました。::</p>
|
223
223
|
<div class="highlight-none"><div class="highlight"><pre>% make update-latest-release OLD_RELEASE=2.0.1 OLD_RELEASE_DATE=2012-03-29 NEW_RELEASE_DATE=2012-04-29
|
224
224
|
</pre></div>
|
225
225
|
</div>
|
226
|
-
<p>これにより、clone済みの
|
226
|
+
<p>これにより、clone済みのGroongaのWebサイトのトップページのソース(index.html,ja/index.html)やRPMパッケージのspecファイルのバージョン表記などが更新されます。</p>
|
227
227
|
</div>
|
228
228
|
<div class="section" id="make-update-files">
|
229
|
-
<h2>13.
|
229
|
+
<h2>13.3.7.11. make update-filesの実行<a class="headerlink" href="#make-update-files" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
230
230
|
<p>ロケールメッセージの更新や変更されたファイルのリスト等を更新するために以下のコマンドを実行します。:</p>
|
231
231
|
<div class="highlight-none"><div class="highlight"><pre>% make update-files
|
232
232
|
</pre></div>
|
@@ -235,7 +235,7 @@ gpg> quit
|
|
235
235
|
<p>リリースに必要なファイルですので漏れなくコミットします。</p>
|
236
236
|
</div>
|
237
237
|
<div class="section" id="make-update-po">
|
238
|
-
<h2>13.
|
238
|
+
<h2>13.3.7.12. make update-poの実行<a class="headerlink" href="#make-update-po" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
239
239
|
<p>ドキュメントの最新版と各国語版の内容を同期するために、poファイルの更新を以下のコマンドにて実行します。:</p>
|
240
240
|
<div class="highlight-none"><div class="highlight"><pre>% make update-po
|
241
241
|
</pre></div>
|
@@ -243,7 +243,7 @@ gpg> quit
|
|
243
243
|
<p>make update-poを実行すると、doc/locale/ja/LC_MESSAGES以下の各種.poファイルが更新されます。</p>
|
244
244
|
</div>
|
245
245
|
<div class="section" id="po">
|
246
|
-
<h2>13.
|
246
|
+
<h2>13.3.7.13. poファイルの翻訳<a class="headerlink" href="#po" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
247
247
|
<p>make update-poコマンドの実行により更新した各種.poファイルを翻訳します。</p>
|
248
248
|
<p>翻訳結果をHTMLで確認するために、以下のコマンドを実行します。:</p>
|
249
249
|
<div class="highlight-none"><div class="highlight"><pre>% make -C doc/locale/ja html
|
@@ -253,14 +253,14 @@ gpg> quit
|
|
253
253
|
<p>確認が完了したら、翻訳済みpoファイルをコミットします。</p>
|
254
254
|
</div>
|
255
255
|
<div class="section" id="id8">
|
256
|
-
<h2>13.
|
256
|
+
<h2>13.3.7.14. リリースタグの設定<a class="headerlink" href="#id8" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
257
257
|
<p>リリース用のタグを打つには以下のコマンドを実行します。:</p>
|
258
258
|
<div class="highlight-none"><div class="highlight"><pre>% make tag
|
259
259
|
</pre></div>
|
260
260
|
</div>
|
261
261
|
</div>
|
262
262
|
<div class="section" id="id9">
|
263
|
-
<h2>13.
|
263
|
+
<h2>13.3.7.15. リリース用アーカイブファイルの作成<a class="headerlink" href="#id9" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
264
264
|
<p>リリース用のソースアーカイブファイルを作成するために以下のコマンドを$GROONGA_CLONE_DIRにて実行します。:</p>
|
265
265
|
<div class="highlight-none"><div class="highlight"><pre>% make dist
|
266
266
|
</pre></div>
|
@@ -274,7 +274,7 @@ make distで生成したtar.gzのversionおよびversion.shがタグと一致す
|
|
274
274
|
</div>
|
275
275
|
</div>
|
276
276
|
<div class="section" id="id10">
|
277
|
-
<h2>13.
|
277
|
+
<h2>13.3.7.16. パッケージのビルド<a class="headerlink" href="#id10" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
278
278
|
<p>リリース用のアーカイブファイルができたので、パッケージ化する作業を行います。</p>
|
279
279
|
<p>パッケージ化作業は以下の3種類を対象に行います。</p>
|
280
280
|
<ul class="simple">
|
@@ -284,7 +284,7 @@ make distで生成したtar.gzのversionおよびversion.shがタグと一致す
|
|
284
284
|
</ul>
|
285
285
|
<p>パッケージのビルドではいくつかのサブタスクから構成されています。</p>
|
286
286
|
<div class="section" id="id11">
|
287
|
-
<h3>13.
|
287
|
+
<h3>13.3.7.16.1. ビルド用パッケージのダウンロード<a class="headerlink" href="#id11" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
288
288
|
<p>debパッケージのビルドに必要なパッケージをダウンロードするには以下のコマンドを実行します。:</p>
|
289
289
|
<div class="highlight-none"><div class="highlight"><pre>% cd packages/apt
|
290
290
|
% make download
|
@@ -296,13 +296,13 @@ make distで生成したtar.gzのversionおよびversion.shがタグと一致す
|
|
296
296
|
% make download
|
297
297
|
</pre></div>
|
298
298
|
</div>
|
299
|
-
<p>これにより、
|
299
|
+
<p>これにより、GroongaやMySQLのRPM/SRPMパッケージなどがカレントディレクトリ以下へとダウンロードされます。</p>
|
300
300
|
<p>windowsパッケージのビルドに必要なパッケージをダウンロードするには以下のコマンドを実行します。:</p>
|
301
301
|
<div class="highlight-none"><div class="highlight"><pre>% cd packages/windows
|
302
302
|
% make download
|
303
303
|
</pre></div>
|
304
304
|
</div>
|
305
|
-
<p>これにより、
|
305
|
+
<p>これにより、Groongaのインストーラやzipアーカイブがカレントディレクトリ以下へとダウンロードされます。</p>
|
306
306
|
<p>sourceパッケージに必要なものをダウンロードするには以下のコマンドを実行します。:</p>
|
307
307
|
<div class="highlight-none"><div class="highlight"><pre>% cd packages/source
|
308
308
|
% make download
|
@@ -313,8 +313,8 @@ packages/source/filesディレクトリ以下へとダウンロードされま
|
|
313
313
|
</div>
|
314
314
|
</div>
|
315
315
|
<div class="section" id="debian">
|
316
|
-
<h2>13.
|
317
|
-
<p>
|
316
|
+
<h2>13.3.7.17. Debian系パッケージのビルド<a class="headerlink" href="#debian" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
317
|
+
<p>Groongaのpackages/aptサブディレクトリに移動して、以下のコマンドを実行します。:</p>
|
318
318
|
<div class="highlight-none"><div class="highlight"><pre>% cd packages/apt
|
319
319
|
% make build PALALLEL=yes
|
320
320
|
</pre></div>
|
@@ -348,8 +348,8 @@ packages/source/filesディレクトリ以下へとダウンロードされま
|
|
348
348
|
</div>
|
349
349
|
</div>
|
350
350
|
<div class="section" id="red-hat">
|
351
|
-
<h2>13.
|
352
|
-
<p>
|
351
|
+
<h2>13.3.7.18. Red Hat系パッケージのビルド<a class="headerlink" href="#red-hat" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
352
|
+
<p>Groongaのpackages/yumサブディレクトリに移動して、以下のコマンドを実行します。:</p>
|
353
353
|
<div class="highlight-none"><div class="highlight"><pre>% cd packages/yum
|
354
354
|
% make build PALALLES=yes
|
355
355
|
</pre></div>
|
@@ -380,7 +380,7 @@ packages/source/filesディレクトリ以下へとダウンロードされま
|
|
380
380
|
</div>
|
381
381
|
</div>
|
382
382
|
<div class="section" id="windows">
|
383
|
-
<h2>13.
|
383
|
+
<h2>13.3.7.19. Windows用パッケージのビルド<a class="headerlink" href="#windows" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
384
384
|
<p>packages/windowsサブディレクトリに移動して、以下のコマンドを実行します。:</p>
|
385
385
|
<div class="highlight-none"><div class="highlight"><pre>% cd packages/windows
|
386
386
|
% make build
|
@@ -395,7 +395,7 @@ packages/source/filesディレクトリ以下へとダウンロードされま
|
|
395
395
|
<p>make installerが正常に終了するとWindowsインストーラをfilesディレクトリ以下に作成します。</p>
|
396
396
|
</div>
|
397
397
|
<div class="section" id="id12">
|
398
|
-
<h2>13.
|
398
|
+
<h2>13.3.7.20. パッケージの動作確認<a class="headerlink" href="#id12" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
399
399
|
<p>ビルドしたパッケージに対しリリース前の動作確認を行います。</p>
|
400
400
|
<p>Debian系もしくはRed Hat系の場合には本番環境へとアップロードする前にローカルのaptないしyumのリポジトリを参照して正常に更新できることを確認します。</p>
|
401
401
|
<p>ここでは以下のようにrubyを利用してリポジトリをwebサーバ経由で参照できるようにします。:</p>
|
@@ -404,13 +404,13 @@ packages/source/filesディレクトリ以下へとダウンロードされま
|
|
404
404
|
</pre></div>
|
405
405
|
</div>
|
406
406
|
<div class="section" id="grntest">
|
407
|
-
<h3>13.
|
408
|
-
<p>grntestを実行するためには
|
409
|
-
<p>まず
|
407
|
+
<h3>13.3.7.20.1. grntestの準備<a class="headerlink" href="#grntest" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
408
|
+
<p>grntestを実行するためにはGroongaのテストデータとgrntestのソースが必要です。</p>
|
409
|
+
<p>まずGroongaのソースを任意のディレクトリへと展開します。:</p>
|
410
410
|
<div class="highlight-none"><div class="highlight"><pre>% tar zxvf groonga-(バージョン).tar.gz
|
411
411
|
</pre></div>
|
412
412
|
</div>
|
413
|
-
<p>次に
|
413
|
+
<p>次にGroongaのtest/functionディレクトリ以下にgrntestのソースを展開します。
|
414
414
|
つまりtest/function/grntestという名前でgrntestのソースを配置します。:</p>
|
415
415
|
<div class="highlight-none"><div class="highlight"><pre>% ls test/function/grntest/
|
416
416
|
README.md binlib license test
|
@@ -418,8 +418,8 @@ README.md binlib license test
|
|
418
418
|
</div>
|
419
419
|
</div>
|
420
420
|
<div class="section" id="id13">
|
421
|
-
<h3>13.
|
422
|
-
<p>grntestでは
|
421
|
+
<h3>13.3.7.20.2. grntestの実行方法<a class="headerlink" href="#id13" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
422
|
+
<p>grntestではGroongaコマンドを明示的にしていすることができます。
|
423
423
|
後述のパッケージごとのgrntestによる動作確認では以下のようにして実行します。:</p>
|
424
424
|
<div class="highlight-none"><div class="highlight"><pre>% GROONGA=(groongaのパス指定) test/function/run-test.sh
|
425
425
|
</pre></div>
|
@@ -432,7 +432,7 @@ README.md binlib license test
|
|
432
432
|
<p>grntestでエラーが発生しないことを確認します。</p>
|
433
433
|
</div>
|
434
434
|
<div class="section" id="id14">
|
435
|
-
<h3>13.
|
435
|
+
<h3>13.3.7.20.3. Debian系の場合<a class="headerlink" href="#id14" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
436
436
|
<p>Debian系の場合の動作確認手順は以下の通りとなります。</p>
|
437
437
|
<ul class="simple">
|
438
438
|
<li>旧バージョンをchroot環境へとインストールする</li>
|
@@ -447,7 +447,7 @@ README.md binlib license test
|
|
447
447
|
</ul>
|
448
448
|
</div>
|
449
449
|
<div class="section" id="id15">
|
450
|
-
<h3>13.
|
450
|
+
<h3>13.3.7.20.4. Red Hat系の場合<a class="headerlink" href="#id15" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
451
451
|
<p>Red Hat系の場合の動作確認手順は以下の通りとなります。</p>
|
452
452
|
<ul class="simple">
|
453
453
|
<li>旧バージョンをchroot環境へとインストール</li>
|
@@ -459,7 +459,7 @@ README.md binlib license test
|
|
459
459
|
</ul>
|
460
460
|
</div>
|
461
461
|
<div class="section" id="id16">
|
462
|
-
<h3>13.
|
462
|
+
<h3>13.3.7.20.5. Windows向けの場合<a class="headerlink" href="#id16" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
463
463
|
<ul class="simple">
|
464
464
|
<li>新規インストール/上書きインストールを行う</li>
|
465
465
|
<li>grntestのアーカイブを展開してインストールしたバージョンでテストを実行する</li>
|
@@ -469,8 +469,8 @@ README.md binlib license test
|
|
469
469
|
</div>
|
470
470
|
</div>
|
471
471
|
<div class="section" id="id17">
|
472
|
-
<h2>13.
|
473
|
-
<p>リリースの際にはリリースアナウンスを流して、
|
472
|
+
<h2>13.3.7.21. リリースアナウンスの作成<a class="headerlink" href="#id17" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
473
|
+
<p>リリースの際にはリリースアナウンスを流して、Groongaを広く通知します。</p>
|
474
474
|
<p>news.txtに変更点をまとめましたが、それを元にリリースアナウンスを作成します。</p>
|
475
475
|
<p>リリースアナウンスには以下を含めます。</p>
|
476
476
|
<ul class="simple">
|
@@ -479,18 +479,18 @@ README.md binlib license test
|
|
479
479
|
<li>リリース変更点へのリンク</li>
|
480
480
|
<li>リリース変更点(news.txtの内容)</li>
|
481
481
|
</ul>
|
482
|
-
<p>リリースのトピック紹介では、これから
|
482
|
+
<p>リリースのトピック紹介では、これからGroongaを使う人へアピールする点や既存のバージョンを利用している人がアップグレードする際に必要な情報を提供します。</p>
|
483
483
|
<p>非互換な変更が含まれるのであれば、回避方法等の案内を載せることも重要です。</p>
|
484
484
|
<p>参考までに過去のリリースアナウンスへのリンクを以下に示します。</p>
|
485
485
|
<ul>
|
486
|
-
<li><p class="first">[Groonga-talk] [ANN]
|
486
|
+
<li><p class="first">[Groonga-talk] [ANN] Groonga 2.0.2</p>
|
487
487
|
<blockquote>
|
488
488
|
<div><ul class="simple">
|
489
489
|
<li><a class="reference external" href="http://sourceforge.net/mailarchive/message.php?msg_id=29195195">http://sourceforge.net/mailarchive/message.php?msg_id=29195195</a></li>
|
490
490
|
</ul>
|
491
491
|
</div></blockquote>
|
492
492
|
</li>
|
493
|
-
<li><p class="first">[groonga-dev,00794] [ANN]
|
493
|
+
<li><p class="first">[groonga-dev,00794] [ANN] Groonga 2.0.2</p>
|
494
494
|
<blockquote>
|
495
495
|
<div><ul class="simple">
|
496
496
|
<li><a class="reference external" href="http://sourceforge.jp/projects/groonga/lists/archive/dev/2012-April/000794.html">http://sourceforge.jp/projects/groonga/lists/archive/dev/2012-April/000794.html</a></li>
|
@@ -500,7 +500,7 @@ README.md binlib license test
|
|
500
500
|
</ul>
|
501
501
|
</div>
|
502
502
|
<div class="section" id="id18">
|
503
|
-
<h2>13.
|
503
|
+
<h2>13.3.7.22. パッケージのアップロード<a class="headerlink" href="#id18" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
504
504
|
<p>動作確認が完了し、Debian系、Red Hat系、Windows向け、ソースコードそれぞれにおいてパッケージやアーカイブのアップロードを行います。</p>
|
505
505
|
<p>Debian系のパッケージのアップロードには以下のコマンドを実行します。:</p>
|
506
506
|
<div class="highlight-none"><div class="highlight"><pre>% cd packages/apt
|
@@ -525,7 +525,7 @@ README.md binlib license test
|
|
525
525
|
<p>アップロードが正常終了すると、リリース対象のリポジトリデータやパッケージ、アーカイブ等がpackages.groonga.orgへと反映されます。</p>
|
526
526
|
</div>
|
527
527
|
<div class="section" id="blogroonga">
|
528
|
-
<h2>13.
|
528
|
+
<h2>13.3.7.23. blogroonga(ブログ)の更新<a class="headerlink" href="#blogroonga" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
529
529
|
<p><a class="reference external" href="http://groonga.org/blog/">http://groonga.org/blog/</a> および <a class="reference external" href="http://groonga.org/blog/">http://groonga.org/blog/</a> にて公開されているリリース案内を作成します。</p>
|
530
530
|
<p>基本的にはリリースアナウンスの内容をそのまま記載します。</p>
|
531
531
|
<p>cloneしたWebサイトのソースに対して以下のファイルを新規追加します。</p>
|
@@ -556,7 +556,7 @@ published: false
|
|
556
556
|
</div>
|
557
557
|
</div>
|
558
558
|
<div class="section" id="id19">
|
559
|
-
<h2>13.
|
559
|
+
<h2>13.3.7.24. ドキュメントのアップロード<a class="headerlink" href="#id19" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
560
560
|
<p>doc/source以下のドキュメントを更新、翻訳まで完了している状態で、ドキュメントのアップロード作業を行います。</p>
|
561
561
|
<p>そのためにはまず以下のコマンドを実行します。:</p>
|
562
562
|
<div class="highlight-none"><div class="highlight"><pre>% make update-document
|
@@ -566,19 +566,19 @@ published: false
|
|
566
566
|
<p>生成されているドキュメントに問題のないことを確認できたら、コミット、pushしてgroonga.orgへと反映します。</p>
|
567
567
|
</div>
|
568
568
|
<div class="section" id="homebrew">
|
569
|
-
<h2>13.
|
569
|
+
<h2>13.3.7.25. Homebrewの更新<a class="headerlink" href="#homebrew" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
570
570
|
<p>OS Xでのパッケージ管理方法として <a class="reference external" href="http://brew.sh/">Homebrew</a> があります。</p>
|
571
|
-
<p>
|
571
|
+
<p>Groongaを簡単にインストールできるようにするために、Homebrewへpull requestを送ります。</p>
|
572
572
|
<blockquote>
|
573
573
|
<div><a class="reference external" href="https://github.com/mxcl/homebrew">https://github.com/mxcl/homebrew</a></div></blockquote>
|
574
|
-
<p>すでに
|
575
|
-
<p>
|
574
|
+
<p>すでにGroongaのFormulaは取り込まれているので、リリースのたびにFormulaの内容を更新する作業を実施します。</p>
|
575
|
+
<p>Groonga 3.0.6のときは以下のように更新してpull requestを送りました。</p>
|
576
576
|
<blockquote>
|
577
577
|
<div><a class="reference external" href="https://github.com/mxcl/homebrew/pull/21456/files">https://github.com/mxcl/homebrew/pull/21456/files</a></div></blockquote>
|
578
578
|
<p>上記URLを参照するとわかるようにソースアーカイブのurlとsha1チェックサムを更新します。</p>
|
579
579
|
</div>
|
580
580
|
<div class="section" id="id21">
|
581
|
-
<h2>13.
|
581
|
+
<h2>13.3.7.26. リリースアナウンス<a class="headerlink" href="#id21" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
582
582
|
<p>作成したリリースアナウンスをメーリングリストへと流します。</p>
|
583
583
|
<ul class="simple">
|
584
584
|
<li>groonga-dev <a class="reference external" href="mailto:groonga-dev%40lists.sourceforge.jp">groonga-dev<span>@</span>lists<span>.</span>sourceforge<span>.</span>jp</a></li>
|
@@ -586,8 +586,8 @@ published: false
|
|
586
586
|
</ul>
|
587
587
|
</div>
|
588
588
|
<div class="section" id="freecode-com">
|
589
|
-
<h2>13.
|
590
|
-
<p>
|
589
|
+
<h2>13.3.7.27. freecode.comへリリース情報を登録<a class="headerlink" href="#freecode-com" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
590
|
+
<p>Groongaプロジェクトではfreecode.comでもリリース情報を発信しています。</p>
|
591
591
|
<p>freecode.comのプロジェクトページは以下の通りです。</p>
|
592
592
|
<blockquote>
|
593
593
|
<div><a class="reference external" href="https://freecode.com/projects/groonga">https://freecode.com/projects/groonga</a></div></blockquote>
|
@@ -601,7 +601,7 @@ published: false
|
|
601
601
|
</div>
|
602
602
|
</div>
|
603
603
|
<div class="section" id="twitter">
|
604
|
-
<h2>13.
|
604
|
+
<h2>13.3.7.28. Twitterでリリースアナウンスをする<a class="headerlink" href="#twitter" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
605
605
|
<p>blogroongaのリリースエントリには「リンクをあなたのフォロワーに共有する」ためのツイートボタンがあるので、そのボタンを使ってリリースアナウンスします。(画面下部に配置されている)</p>
|
606
606
|
<p>このボタンを経由する場合、ツイート内容に自動的にリリースタイトル(「groonga 2.0.8リリース」など)とblogroongaのリリースエントリのURLが挿入されます。</p>
|
607
607
|
<p>この作業はblogroongaの英語版、日本語版それぞれで行います。
|
@@ -609,18 +609,18 @@ published: false
|
|
609
609
|
<p>以上でリリース作業は終了です。</p>
|
610
610
|
</div>
|
611
611
|
<div class="section" id="id22">
|
612
|
-
<h2>13.
|
612
|
+
<h2>13.3.7.29. リリース後にやること<a class="headerlink" href="#id22" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
613
613
|
<p>リリースアナウンスを流し終えたら、次期バージョンの開発が始まります。</p>
|
614
614
|
<ul class="simple">
|
615
|
-
<li>
|
616
|
-
<li>
|
615
|
+
<li>Groonga プロジェクトの新規バージョン追加</li>
|
616
|
+
<li>Groonga のbase_versionの更新</li>
|
617
617
|
</ul>
|
618
618
|
<div class="section" id="id23">
|
619
|
-
<h3>13.
|
620
|
-
<p><a class="reference external" href="http://redmine.groonga.org/projects/groonga/settings">
|
619
|
+
<h3>13.3.7.29.1. Groonga プロジェクトの新規バージョン追加<a class="headerlink" href="#id23" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
620
|
+
<p><a class="reference external" href="http://redmine.groonga.org/projects/groonga/settings">Groonga プロジェクトの設定ページ</a> にて新規バージョンを追加します。(例: release-2.0.6)</p>
|
621
621
|
</div>
|
622
622
|
<div class="section" id="id25">
|
623
|
-
<h3>13.
|
623
|
+
<h3>13.3.7.29.2. Groonga バージョン更新<a class="headerlink" href="#id25" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
624
624
|
<p>$GROONGA_CLONE_DIRにて以下のコマンドを実行します。:</p>
|
625
625
|
<div class="highlight-none"><div class="highlight"><pre>% make update-version NEW_VERSION=2.0.6
|
626
626
|
</pre></div>
|
@@ -633,14 +633,14 @@ published: false
|
|
633
633
|
</div>
|
634
634
|
</div>
|
635
635
|
<div class="section" id="tips">
|
636
|
-
<h2>13.
|
636
|
+
<h2>13.3.7.30. ビルド時のTIPS<a class="headerlink" href="#tips" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
637
637
|
<div class="section" id="id26">
|
638
|
-
<h3>13.
|
638
|
+
<h3>13.3.7.30.1. ビルドを並列化したい<a class="headerlink" href="#id26" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
639
639
|
<p>make build PALALLES=yesを指定するとchroot環境で並列にビルドを
|
640
640
|
実行できます。</p>
|
641
641
|
</div>
|
642
642
|
<div class="section" id="id27">
|
643
|
-
<h3>13.
|
643
|
+
<h3>13.3.7.30.2. 特定の環境向けのみビルドしたい<a class="headerlink" href="#id27" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
644
644
|
<p>Debian系の場合、CODES,ARCHITECTURESオプションを明示的に指定することで、特定のリリース、アーキテクチャのみビルドすることができます。</p>
|
645
645
|
<p>squeezeのi386のみビルドしたい場合には以下のコマンドを実行します。:</p>
|
646
646
|
<div class="highlight-none"><div class="highlight"><pre>% make build ARCHITECTURES=i386 CODES=squeeze
|
@@ -656,12 +656,12 @@ published: false
|
|
656
656
|
<p>centosの場合、CENTOS_VERSIONSを指定することで特定のバージョンのみビルドすることができます。</p>
|
657
657
|
</div>
|
658
658
|
<div class="section" id="id28">
|
659
|
-
<h3>13.
|
659
|
+
<h3>13.3.7.30.3. パッケージの署名用のパスフレーズを知りたい<a class="headerlink" href="#id28" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
660
660
|
<p>パッケージの署名に必要な秘密鍵のパスフレーズについては
|
661
661
|
リリース担当者向けの秘密鍵を復号したテキストの1行目に記載してあります。</p>
|
662
662
|
</div>
|
663
663
|
<div class="section" id="id29">
|
664
|
-
<h3>13.
|
664
|
+
<h3>13.3.7.30.4. バージョンを明示的に指定してドキュメントを生成したい<a class="headerlink" href="#id29" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
665
665
|
<p>リリース後にドキュメントの一部を差し替えたい場合、特に何も指定しないと生成したHTMLに埋め込まれるバージョンが「v3.0.1-xxxxxドキュメント」となってしまうことがあります。gitでのコミット時ハッシュの一部が使われるためです。</p>
|
666
666
|
<p>これを回避するには、以下のようにDOCUMENT_VERSIONやDOCUMENT_VERSION_FULLを明示的に指定します。:</p>
|
667
667
|
<div class="highlight-none"><div class="highlight"><pre>% make update-document DOCUMENT_VERSION=3.0.1 DOCUMENT_VERSION_FULL=3.0.1
|
@@ -679,55 +679,55 @@ published: false
|
|
679
679
|
<div class="sphinxsidebarwrapper">
|
680
680
|
<h3><a href="../../index.html">目次</a></h3>
|
681
681
|
<ul>
|
682
|
-
<li><a class="reference internal" href="#">13.
|
683
|
-
<li><a class="reference internal" href="#id2">13.
|
684
|
-
<li><a class="reference internal" href="#id3">13.
|
685
|
-
<li><a class="reference internal" href="#id4">13.
|
686
|
-
<li><a class="reference internal" href="#id5">13.
|
687
|
-
<li><a class="reference internal" href="#id6">13.
|
688
|
-
<li><a class="reference internal" href="#groonga">13.
|
689
|
-
<li><a class="reference internal" href="#cutter">13.
|
690
|
-
<li><a class="reference internal" href="#configure">13.
|
691
|
-
<li><a class="reference internal" href="#id7">13.
|
692
|
-
<li><a class="reference internal" href="#make-update-latest-release">13.
|
693
|
-
<li><a class="reference internal" href="#make-update-files">13.
|
694
|
-
<li><a class="reference internal" href="#make-update-po">13.
|
695
|
-
<li><a class="reference internal" href="#po">13.
|
696
|
-
<li><a class="reference internal" href="#id8">13.
|
697
|
-
<li><a class="reference internal" href="#id9">13.
|
698
|
-
<li><a class="reference internal" href="#id10">13.
|
699
|
-
<li><a class="reference internal" href="#id11">13.
|
682
|
+
<li><a class="reference internal" href="#">13.3.7. リリース手順</a><ul>
|
683
|
+
<li><a class="reference internal" href="#id2">13.3.7.1. 前提条件</a></li>
|
684
|
+
<li><a class="reference internal" href="#id3">13.3.7.2. ビルド環境の準備</a></li>
|
685
|
+
<li><a class="reference internal" href="#id4">13.3.7.3. パッケージ署名用秘密鍵のインポート</a></li>
|
686
|
+
<li><a class="reference internal" href="#id5">13.3.7.4. リリース作業用ディレクトリの作成</a></li>
|
687
|
+
<li><a class="reference internal" href="#id6">13.3.7.5. 変更点のまとめ</a></li>
|
688
|
+
<li><a class="reference internal" href="#groonga">13.3.7.6. Groongaのウェブサイトの取得</a></li>
|
689
|
+
<li><a class="reference internal" href="#cutter">13.3.7.7. cutterのソースコード取得</a></li>
|
690
|
+
<li><a class="reference internal" href="#configure">13.3.7.8. configureスクリプトの生成</a></li>
|
691
|
+
<li><a class="reference internal" href="#id7">13.3.7.9. configureスクリプトの実行</a></li>
|
692
|
+
<li><a class="reference internal" href="#make-update-latest-release">13.3.7.10. make update-latest-releaseの実行</a></li>
|
693
|
+
<li><a class="reference internal" href="#make-update-files">13.3.7.11. make update-filesの実行</a></li>
|
694
|
+
<li><a class="reference internal" href="#make-update-po">13.3.7.12. make update-poの実行</a></li>
|
695
|
+
<li><a class="reference internal" href="#po">13.3.7.13. poファイルの翻訳</a></li>
|
696
|
+
<li><a class="reference internal" href="#id8">13.3.7.14. リリースタグの設定</a></li>
|
697
|
+
<li><a class="reference internal" href="#id9">13.3.7.15. リリース用アーカイブファイルの作成</a></li>
|
698
|
+
<li><a class="reference internal" href="#id10">13.3.7.16. パッケージのビルド</a><ul>
|
699
|
+
<li><a class="reference internal" href="#id11">13.3.7.16.1. ビルド用パッケージのダウンロード</a></li>
|
700
700
|
</ul>
|
701
701
|
</li>
|
702
|
-
<li><a class="reference internal" href="#debian">13.
|
703
|
-
<li><a class="reference internal" href="#red-hat">13.
|
704
|
-
<li><a class="reference internal" href="#windows">13.
|
705
|
-
<li><a class="reference internal" href="#id12">13.
|
706
|
-
<li><a class="reference internal" href="#grntest">13.
|
707
|
-
<li><a class="reference internal" href="#id13">13.
|
708
|
-
<li><a class="reference internal" href="#id14">13.
|
709
|
-
<li><a class="reference internal" href="#id15">13.
|
710
|
-
<li><a class="reference internal" href="#id16">13.
|
702
|
+
<li><a class="reference internal" href="#debian">13.3.7.17. Debian系パッケージのビルド</a></li>
|
703
|
+
<li><a class="reference internal" href="#red-hat">13.3.7.18. Red Hat系パッケージのビルド</a></li>
|
704
|
+
<li><a class="reference internal" href="#windows">13.3.7.19. Windows用パッケージのビルド</a></li>
|
705
|
+
<li><a class="reference internal" href="#id12">13.3.7.20. パッケージの動作確認</a><ul>
|
706
|
+
<li><a class="reference internal" href="#grntest">13.3.7.20.1. grntestの準備</a></li>
|
707
|
+
<li><a class="reference internal" href="#id13">13.3.7.20.2. grntestの実行方法</a></li>
|
708
|
+
<li><a class="reference internal" href="#id14">13.3.7.20.3. Debian系の場合</a></li>
|
709
|
+
<li><a class="reference internal" href="#id15">13.3.7.20.4. Red Hat系の場合</a></li>
|
710
|
+
<li><a class="reference internal" href="#id16">13.3.7.20.5. Windows向けの場合</a></li>
|
711
711
|
</ul>
|
712
712
|
</li>
|
713
|
-
<li><a class="reference internal" href="#id17">13.
|
714
|
-
<li><a class="reference internal" href="#id18">13.
|
715
|
-
<li><a class="reference internal" href="#blogroonga">13.
|
716
|
-
<li><a class="reference internal" href="#id19">13.
|
717
|
-
<li><a class="reference internal" href="#homebrew">13.
|
718
|
-
<li><a class="reference internal" href="#id21">13.
|
719
|
-
<li><a class="reference internal" href="#freecode-com">13.
|
720
|
-
<li><a class="reference internal" href="#twitter">13.
|
721
|
-
<li><a class="reference internal" href="#id22">13.
|
722
|
-
<li><a class="reference internal" href="#id23">13.
|
723
|
-
<li><a class="reference internal" href="#id25">13.
|
713
|
+
<li><a class="reference internal" href="#id17">13.3.7.21. リリースアナウンスの作成</a></li>
|
714
|
+
<li><a class="reference internal" href="#id18">13.3.7.22. パッケージのアップロード</a></li>
|
715
|
+
<li><a class="reference internal" href="#blogroonga">13.3.7.23. blogroonga(ブログ)の更新</a></li>
|
716
|
+
<li><a class="reference internal" href="#id19">13.3.7.24. ドキュメントのアップロード</a></li>
|
717
|
+
<li><a class="reference internal" href="#homebrew">13.3.7.25. Homebrewの更新</a></li>
|
718
|
+
<li><a class="reference internal" href="#id21">13.3.7.26. リリースアナウンス</a></li>
|
719
|
+
<li><a class="reference internal" href="#freecode-com">13.3.7.27. freecode.comへリリース情報を登録</a></li>
|
720
|
+
<li><a class="reference internal" href="#twitter">13.3.7.28. Twitterでリリースアナウンスをする</a></li>
|
721
|
+
<li><a class="reference internal" href="#id22">13.3.7.29. リリース後にやること</a><ul>
|
722
|
+
<li><a class="reference internal" href="#id23">13.3.7.29.1. Groonga プロジェクトの新規バージョン追加</a></li>
|
723
|
+
<li><a class="reference internal" href="#id25">13.3.7.29.2. Groonga バージョン更新</a></li>
|
724
724
|
</ul>
|
725
725
|
</li>
|
726
|
-
<li><a class="reference internal" href="#tips">13.
|
727
|
-
<li><a class="reference internal" href="#id26">13.
|
728
|
-
<li><a class="reference internal" href="#id27">13.
|
729
|
-
<li><a class="reference internal" href="#id28">13.
|
730
|
-
<li><a class="reference internal" href="#id29">13.
|
726
|
+
<li><a class="reference internal" href="#tips">13.3.7.30. ビルド時のTIPS</a><ul>
|
727
|
+
<li><a class="reference internal" href="#id26">13.3.7.30.1. ビルドを並列化したい</a></li>
|
728
|
+
<li><a class="reference internal" href="#id27">13.3.7.30.2. 特定の環境向けのみビルドしたい</a></li>
|
729
|
+
<li><a class="reference internal" href="#id28">13.3.7.30.3. パッケージの署名用のパスフレーズを知りたい</a></li>
|
730
|
+
<li><a class="reference internal" href="#id29">13.3.7.30.4. バージョンを明示的に指定してドキュメントを生成したい</a></li>
|
731
731
|
</ul>
|
732
732
|
</li>
|
733
733
|
</ul>
|
@@ -736,10 +736,10 @@ published: false
|
|
736
736
|
|
737
737
|
<h4>前のトピックへ</h4>
|
738
738
|
<p class="topless"><a href="query.html"
|
739
|
-
title="前の章へ">13.
|
739
|
+
title="前の章へ">13.3.5. クエリの実現</a></p>
|
740
740
|
<h4>次のトピックへ</h4>
|
741
741
|
<p class="topless"><a href="test.html"
|
742
|
-
title="次の章へ">13.
|
742
|
+
title="次の章へ">13.3.8. テスト方法</a></p>
|
743
743
|
<h3>このページ</h3>
|
744
744
|
<ul class="this-page-menu">
|
745
745
|
<li><a href="../../_sources/contribution/development/release.txt"
|
@@ -769,14 +769,14 @@ published: false
|
|
769
769
|
<a href="../../genindex.html" title="総合索引"
|
770
770
|
>索引</a></li>
|
771
771
|
<li class="right" >
|
772
|
-
<a href="test.html" title="13.
|
772
|
+
<a href="test.html" title="13.3.8. テスト方法"
|
773
773
|
>次へ</a> |</li>
|
774
774
|
<li class="right" >
|
775
|
-
<a href="query.html" title="13.
|
775
|
+
<a href="query.html" title="13.3.5. クエリの実現"
|
776
776
|
>前へ</a> |</li>
|
777
|
-
<li><a href="../../index.html">Groonga v3.1.
|
778
|
-
<li><a href="../../contribution.html" >13.
|
779
|
-
<li><a href="../development.html" >13.
|
777
|
+
<li><a href="../../index.html">Groonga v3.1.1ドキュメント</a> »</li>
|
778
|
+
<li><a href="../../contribution.html" >13. Groongaへのコントリビュート方法</a> »</li>
|
779
|
+
<li><a href="../development.html" >13.3. groonga開発者向け情報</a> »</li>
|
780
780
|
</ul>
|
781
781
|
</div>
|
782
782
|
<div class="footer">
|