Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Maxim Karasev
aports
Commits
6eb97007
Commit
6eb97007
authored
8 years ago
by
Jakub Jirutka
Committed by
Natanael Copa
8 years ago
Browse files
Options
Downloads
Patches
Plain Diff
testing/elasticsearch: upgrade to 2.3.2
parent
39a21199
Loading
Loading
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
testing/elasticsearch/APKBUILD
+5
-5
5 additions, 5 deletions
testing/elasticsearch/APKBUILD
testing/elasticsearch/elasticsearch.pre-install
+1
-1
1 addition, 1 deletion
testing/elasticsearch/elasticsearch.pre-install
with
6 additions
and
6 deletions
testing/elasticsearch/APKBUILD
+
5
−
5
View file @
6eb97007
# Contributor: Jakub Jirutka <jakub@jirutka.cz>
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
pkgname
=
elasticsearch
pkgver
=
2.3.
1
pkgrel
=
1
pkgver
=
2.3.
2
pkgrel
=
0
pkgdesc
=
"Open Source, Distributed, RESTful Search Engine"
url
=
"https://www.elastic.co/products/elasticsearch"
arch
=
"x86 x86_64"
...
...
@@ -58,12 +58,12 @@ _builtin_module() {
install
-m644
-t
"
$destdir
"
"
$builddir
"
/modules/
$name
/
*
}
md5sums
=
"
64e2333b904c07d320f3e995a8cf1489
elasticsearch-2.3.
1
.tar.gz
md5sums
=
"
c4a5c36ff5c602f537c06d02dc5d803a
elasticsearch-2.3.
2
.tar.gz
8588526df39a4d7fab06cf885edec731 elasticsearch.initd
11ca8100933039b8433eac9342e9e326 elasticsearch.confd"
sha256sums
=
"
f0092e73038e0472fcdd923e5f2792e13692ea0f09ca034a54dd49b217110ebb
elasticsearch-2.3.
1
.tar.gz
sha256sums
=
"
04c4d3913d496d217e038da88df939108369ae2e78eea29cb1adf1c4ab3a000a
elasticsearch-2.3.
2
.tar.gz
b4cacc84afac4f4d51cad888b0dca034a91e3aed96543d43126a86fa7c3f2bb6 elasticsearch.initd
356989a74e111a50862712f877da1078ffbc77a4a2735090e2aa87bfa9cbf1e0 elasticsearch.confd"
sha512sums
=
"
447d8824c4bfbec9b8431d213e3a8ae6720d1486e1389c271cc67cce5546861a817ef8c7db1c3c3669a50a61b5305739ac26f46b04d5674bbca203c3b5dbcf2f
elasticsearch-2.3.
1
.tar.gz
sha512sums
=
"
73c4ca82eb0f4dc22907a94b9025e79183f6fcd38dbb82795800d10fc810dbee412784e62f9247390f0fb9aa19545976584bd2b62f1afe79d2cd64bb55f76dc8
elasticsearch-2.3.
2
.tar.gz
9fe933d6b1b53a02514d34377e6362d176148da3297edbea5902a1c4aff9762aa9c9cb00f053c9aec42db8dea22f722f8a3e16f5ed5b32f5b975e0b311a5e6ff elasticsearch.initd
e1e4b31f8bac2e79118e7bf9b25ca8a31eefa6fb00d35c57ccf2db718236a3255d5cbfe429009a98c6f4a8ded19d291e97e5a4d9c44fa044ed6f9961792f5d62 elasticsearch.confd"
This diff is collapsed.
Click to expand it.
testing/elasticsearch/elasticsearch.pre-install
+
1
−
1
View file @
6eb97007
#!/bin/sh
addgroup
-S
elastico 2>/dev/null
adduser
-S
-D
-
H
-h
/var/lib/elasticsearch
-s
/sbin/nologin
-G
elastico
\
adduser
-S
D
H
-h
/var/lib/elasticsearch
-s
/sbin/nologin
-G
elastico
\
-g
"added by apk for elasticsearch"
elastico 2>/dev/null
exit
0
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment