~mvo/software-center/whatsnew-leak-lp985389

« back to all changes in this revision

Viewing changes to run_against_testing_env.sh

  • Committer: Gary Lasker
  • Date: 2012-03-14 19:53:59 UTC
  • Revision ID: gary.lasker@canonical.com-20120314195359-cmb4nqb95l8mpgzc
just add a new test script for running against the testing servers for both rnr and recommendations

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
 
 
3
export SOFTWARE_CENTER_REVIEWS_HOST="http://184.82.116.62/reviews/api/1.0"
 
4
export SOFTWARE_CENTER_RECOMMENDER_HOST="http://rec.staging.ubuntu.com"
 
5
 
 
6
# sso
 
7
export USSOC_SERVICE_URL="https://login.staging.ubuntu.com/api/1.0/"
 
8
pkill -f ubuntu-sso-login
 
9
python /usr/lib/ubuntu-sso-client/ubuntu-sso-login &
 
10
 
 
11
# s-c
 
12
export PYTHONPATH=$(pwd)
 
13
./software-center $@