~paolorotolo/software-center/fix-for-963309

« back to all changes in this revision

Viewing changes to run_local_gtk3.sh

  • Committer: Danny Tamez
  • Date: 2012-01-19 16:17:34 UTC
  • mfrom: (2682 trunk)
  • mto: This revision was merged to the branch mainline in revision 2683.
  • Revision ID: danny.tamez@canonical.com-20120119161734-8viwvv83ph9d4kfx
MergeĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/bin/sh
2
 
 
3
 
export SOFTWARE_CENTER_REVIEWS_HOST="http://127.0.0.1:8000/reviews/api/1.0"
4
 
export SOFTWARE_CENTER_FORCE_NON_SSL=1
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
 
 
14
 
if [ ! -d "./build" ]; then
15
 
    echo "Please run: 'python setup.py build' before $0"
16
 
fi
17
 
 
18
 
./software-center-gtk3 $@