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

Side by Side Diff: appengine/findit/my_script.sh

Issue 2003423003: Merge branch 'blacklist_paths' into only_analyze_top_n_frames Base URL: https://chromium.googlesource.com/infra/infra.git@blacklist_paths
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 unified diff | Download patch
« no previous file with comments | « no previous file | appengine/findit_copy/.tmp/coverage/appengine_findit_base_handler.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 #!/bin/bash
2
3 DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
4 APP_CFG="$DIR/../../../google_appengine/appcfg.py"
5
6 if [ -z "$APP_CFG" ] ; then
7 echo "Please set \$APPCFG to the path to appcfg.py in your AppEngine SDK direc tory."
8 exit 1
9 fi
10
11 python $APP_CFG -A google.com:findit-for-me update $DIR/app.yaml $DIR/crash-fron tend.yaml $DIR/crash-backend-fracas.yaml --version katesonia
OLDNEW
« no previous file with comments | « no previous file | appengine/findit_copy/.tmp/coverage/appengine_findit_base_handler.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698