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

Unified Diff: tools/bug_chomper/run_server.sh

Issue 731123003: Remove bug_chomper (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 1 month 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
Index: tools/bug_chomper/run_server.sh
diff --git a/tools/bug_chomper/run_server.sh b/tools/bug_chomper/run_server.sh
deleted file mode 100755
index 76518afa7320dedf58088cb84e729fe64781aff3..0000000000000000000000000000000000000000
--- a/tools/bug_chomper/run_server.sh
+++ /dev/null
@@ -1,22 +0,0 @@
-if [[ -z `which go` ]]; then
- echo "Please install Go before running the server."
- exit 1
-fi
-
-if [[ -z "$GOPATH" ]]; then
- echo "GOPATH environment variable is not set. Please see"
- echo "http://golang.org/doc/code.html#GOPATH for more information."
- exit 1
-fi
-
-go get github.com/gorilla/securecookie
-go get code.google.com/p/goauth2/oauth
-
-DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
-cd $DIR
-
-if [[ ! -f oauth_client_secret.json ]]; then
- gsutil cp gs://chromium-skia-gm/bugchomper/oauth_client_secret.json .
-fi
-
-GOPATH="$GOPATH:$DIR" go run $DIR/src/server/server.go $@
« no previous file with comments | « tools/bug_chomper/res/third_party/jquery.tablednd.js ('k') | tools/bug_chomper/src/issue_tracker/issue_tracker.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698