Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Andy Fiddaman <andy@omnios.org>
  • Loading branch information
gkoh and citrus-it authored Sep 2, 2024
1 parent de65c60 commit e02f1cf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions build/victoriametrics/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ DESC="Fast, cost-effective monitoring solution and time series database."

DATA=var/lib/victoria-metrics-data

set_arch amd64
set_arch 64
set_gover

XFORM_ARGS="
Expand Down Expand Up @@ -63,7 +63,8 @@ install_go bin/vmctl-pure vmctl
install_go bin/vmrestore-pure vmrestore
xform files/$PROG-template.xml > $TMPDIR/$PROG.xml
install_smf application $PROG.xml
xform files/victoria-metrics-profile-template.xml > $TMPDIR/victoria-metrics-profile.xml
xform files/victoria-metrics-profile-template.xml \
> $TMPDIR/victoria-metrics-profile.xml
add_notes README.install
make_package
clean_up
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<service_bundle type="profile"
name="victoriametrics">

<service name="application/victoriametrics"
<service name="ooce/application/victoriametrics"
type="service"
version="1">

Expand Down
2 changes: 1 addition & 1 deletion build/victoriametrics/files/victoriametrics-template.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<service_bundle type="manifest"
name="victoriametrics">

<service name="application/victoriametrics"
<service name="ooce/application/victoriametrics"
type="service"
version="1">

Expand Down

0 comments on commit e02f1cf

Please sign in to comment.