~mmcg069/software-center/bug635994-again

1247.1.54 by Michael Vogt
run_against_rnr_staging_env.sh: script that sets up the environment for both sso and rnr for testing against staging
1
#!/bin/sh
2
1247.1.111 by Michael Vogt
point to http://reviews.staging.ubuntu.com/reviews/api/1.0 by default now, use https in the submit_reviews.py code
3
export SOFTWARE_CENTER_REVIEWS_HOST="http://184.82.116.62/reviews/api/1.0"
1247.1.54 by Michael Vogt
run_against_rnr_staging_env.sh: script that sets up the environment for both sso and rnr for testing against staging
4
5
6
# sso
1247.1.92 by Michael Vogt
run_against_rnr_staging_env.sh: fix typo
7
export USSOC_SERVICE_URL="https://login.staging.ubuntu.com/api/1.0"
1247.1.103 by Michael Vogt
utils/submit_review.py: deal with more error cases
8
pkill -f ubuntu-sso-login
1247.1.54 by Michael Vogt
run_against_rnr_staging_env.sh: script that sets up the environment for both sso and rnr for testing against staging
9
python /usr/lib/ubuntu-sso-client/ubuntu-sso-login &
10
11
# s-c
12
export PYTHONPATH=$(pwd)
1247.1.57 by Michael Vogt
softwarecenter/db/reviews.py: use ";" as seperator for pkgname;appname, fix loader to deal with gio returning data in small chunks
13
./software-center $@