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
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
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
Dominika Liberda
aports
Commits
bfbdee4e
Commit
bfbdee4e
authored
6 years ago
by
Jakub Jirutka
Browse files
Options
Downloads
Patches
Plain Diff
community/elasticsearch: minor fixes in abuild
parent
7c4e67ed
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
community/elasticsearch/APKBUILD
+6
-10
6 additions, 10 deletions
community/elasticsearch/APKBUILD
with
6 additions
and
10 deletions
community/elasticsearch/APKBUILD
+
6
−
10
View file @
bfbdee4e
...
@@ -22,7 +22,7 @@ source="https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-$pkgv
...
@@ -22,7 +22,7 @@ source="https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-$pkgv
"
"
builddir
=
"
$srcdir
/
$pkgname
-
$pkgver
"
builddir
=
"
$srcdir
/
$pkgname
-
$pkgver
"
default_module
=
transport-netty4
_
default_module
=
transport-netty4
_modules
=
"
_modules
=
"
aggs-matrix-stats
aggs-matrix-stats
analysis-common
analysis-common
...
@@ -46,10 +46,6 @@ done
...
@@ -46,10 +46,6 @@ done
_basedir
=
"/usr/share/java/
$pkgname
"
_basedir
=
"/usr/share/java/
$pkgname
"
build
()
{
return
0
}
package
()
{
package
()
{
local
destdir
=
"
$pkgdir
/
$_basedir
"
local
destdir
=
"
$pkgdir
/
$_basedir
"
local
confdir
=
"
$pkgdir
/etc/
$pkgname
"
local
confdir
=
"
$pkgdir
/etc/
$pkgname
"
...
@@ -72,14 +68,14 @@ package() {
...
@@ -72,14 +68,14 @@ package() {
cp
-R
bin/
*
"
$destdir
"
/bin
cp
-R
bin/
*
"
$destdir
"
/bin
# ES does not run without a transport module
# ES does not run without a transport module
install
-dm755
"
$destdir
/modules/
$default_module
"
install
-dm755
"
$destdir
/modules/
$
_
default_module
"
install
-m644
-t
"
$destdir
/modules/
$default_module
"
modules/
"
$default_module
"
/
*
install
-m644
-t
"
$destdir
/modules/
$
_
default_module
"
modules/
"
$
_
default_module
"
/
*
# reduce heap sizes
# reduce heap sizes
sed
-i
\
sed
-i
\
-e
"s|^-Xms.*|-Xms
$heapsize
|"
\
-e
"s|^-Xms.*|-Xms
$heapsize
|"
\
-e
"s|^-Xmx.*|-Xmx
$heapsize
|"
\
-e
"s|^-Xmx.*|-Xmx
$heapsize
|"
\
$confdir
/jvm.options
$confdir
/jvm.options
install
-m755
-D
"
$srcdir
"
/
$pkgname
.initd
\
install
-m755
-D
"
$srcdir
"
/
$pkgname
.initd
\
"
$pkgdir
"
/etc/init.d/
$pkgname
"
$pkgdir
"
/etc/init.d/
$pkgname
...
...
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