← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] lp:~cjwatson/launchpad/no-legacy-store-search into lp:launchpad

 

Colin Watson has proposed merging lp:~cjwatson/launchpad/no-legacy-store-search into lp:launchpad.

Commit message:
Point store_search_url at the new frontends.

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~cjwatson/launchpad/no-legacy-store-search/+merge/337122

I've already made this change in lp-production-configs, and it'll take effect as of the next deployment, but we might as well update the development config too.
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~cjwatson/launchpad/no-legacy-store-search into lp:launchpad.
=== modified file 'configs/development/launchpad-lazr.conf'
--- configs/development/launchpad-lazr.conf	2018-01-31 01:19:06 +0000
+++ configs/development/launchpad-lazr.conf	2018-02-03 17:23:06 +0000
@@ -188,7 +188,7 @@
 builder_proxy_auth_api_endpoint: http://snap-proxy.launchpad.dev:8080/tokens
 builder_proxy_host: snap-proxy.launchpad.dev
 builder_proxy_port: 3128
-store_search_url: https://search.apps.ubuntu.com/
+store_search_url: https://api.snapcraft.io/
 tools_source: deb http://ppa.launchpad.net/snappy-dev/snapcraft-daily/ubuntu %(series)s main
 
 [txlongpoll]


Follow ups