Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(77)

Unified Diff: logmetrics/build_release

Issue 1946333004: logmetrics: Run as a service on skia-monitoring. (Closed) Base URL: https://skia.googlesource.com/buildbot@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « logmetrics/Makefile ('k') | logmetrics/sys/logmetrics.service » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: logmetrics/build_release
diff --git a/prober/build_release b/logmetrics/build_release
similarity index 51%
copy from prober/build_release
copy to logmetrics/build_release
index 2544eff229fb124eea90ea2b8ce0faa8cbda7be6..0734da992d55a2aa92673efde1f25a5ac215fd99 100755
--- a/prober/build_release
+++ b/logmetrics/build_release
@@ -1,7 +1,7 @@
#!/bin/bash
-# Builds and uploads a debian package for prober.
-APPNAME=proberd
-DESCRIPTION="Application to probe application uptime and status."
+# Builds and uploads a debian package for logmetrics.
+APPNAME=logmetrics
+DESCRIPTION="Application to create influxdb metrics from logs queries."
SYSTEMD=${APPNAME}.service
# Copy files into the right locations in ${ROOT}.
@@ -9,8 +9,7 @@ copy_release_files()
{
INSTALL="sudo install -D --verbose --backup=none --group=root --owner=root"
${INSTALL} --mode=644 -T ./sys/${APPNAME}.service ${ROOT}/etc/systemd/system/${APPNAME}.service
-${INSTALL} --mode=755 -T ${GOPATH}/bin/prober ${ROOT}/usr/local/bin/prober
-${INSTALL} --mode=644 -T ./probers.json ${ROOT}/etc/skiaprober/probers.json
+${INSTALL} --mode=755 -T ${GOPATH}/bin/logmetrics ${ROOT}/usr/local/bin/logmetrics
}
source ../bash/release.sh
« no previous file with comments | « logmetrics/Makefile ('k') | logmetrics/sys/logmetrics.service » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698