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

Unified Diff: alertserver/build_release

Issue 836723005: Fixes needed to get alertserver back to running. (Closed) Base URL: https://skia.googlesource.com/buildbot@master
Patch Set: Created 5 years, 11 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 | « no previous file | alertserver/go/alertserver/main.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: alertserver/build_release
diff --git a/alertserver/build_release b/alertserver/build_release
index 431bc84c4bcf71274a8a5d0db1b30e95bc617d8f..bb524835026204be4bbd2513704a1b9e68d26a1f 100755
--- a/alertserver/build_release
+++ b/alertserver/build_release
@@ -11,7 +11,7 @@ INSTALL_DIR="sudo install -d --verbose --backup=none --group=root --owner=root"
${INSTALL} --mode=755 -T ${GOPATH}/bin/alertserver ${ROOT}/usr/local/bin/alertserver
${INSTALL} --mode=644 -T ./sys/monit ${ROOT}/etc/monit/conf.d/alertserver
${INSTALL} --mode=755 -T ./sys/init ${ROOT}/etc/init.d/alertserver
-${INSTALL} --mode=644 -T ./alerts.conf ${ROOT}/etc/skiaalertserver/alerts.conf
+${INSTALL} --mode=644 -T ./alerts.cfg ${ROOT}/etc/skiaalertserver/alerts.cfg
${INSTALL} --mode=644 -T ./res/vul/elements.html ${ROOT}/usr/local/share/skiaalertserver/res/vul/elements.html
${INSTALL} --mode=644 -T ./res/js/core.js ${ROOT}/usr/local/share/skiaalertserver/res/js/core.js
${INSTALL} --mode=644 -T ./templates/header.html ${ROOT}/usr/local/share/skiaalertserver/templates/header.html
« no previous file with comments | « no previous file | alertserver/go/alertserver/main.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698