Last change
on this file since 403 was
401,
checked in by mabarracus, 5 years ago
|
Added 16.01+16.04.20160119 sources
|
-
Property svn:executable set to
*
|
File size:
385 bytes
|
Line | |
---|
1 | #!/bin/sh |
---|
2 | |
---|
3 | export SOFTWARE_CENTER_REVIEWS_HOST="https://reviews.staging.ubuntu.com/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 | ./bin/software-center $@ |
---|
Note: See
TracBrowser
for help on using the repository browser.