Merge lp:~mark-mims/summit/http-repos into lp:summit

Proposed by Mark Mims
Status: Merged
Approved by: Chris Johnston
Approved revision: 312
Merged at revision: 312
Proposed branch: lp:~mark-mims/summit/http-repos
Merge into: lp:summit
Diff against target: 24 lines (+4/-4)
1 file modified
summit/settings.py (+4/-4)
To merge this branch: bzr merge lp:~mark-mims/summit/http-repos
Reviewer Review Type Date Requested Status
Chris Johnston Approve
Review via email: mp+97744@code.launchpad.net

Commit message

Use http for pulling apps instead of bzr

To post a comment you must log in.
lp:~mark-mims/summit/http-repos updated
310. By Mark Mims

trying different django versions

311. By Mark Mims

trying different django versions

312. By Mark Mims

trying different django versions

Revision history for this message
Chris Johnston (cjohnston) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'summit/settings.py'
2--- summit/settings.py 2012-03-08 14:49:40 +0000
3+++ summit/settings.py 2012-03-19 16:18:17 +0000
4@@ -172,16 +172,16 @@
5
6 BZR_APPS = {
7 ## ubuntu-django-foundations app management
8- 'bzr_apps': ('bzr+ssh://bazaar.launchpad.net/%2Bbranch/ubuntu-django-foundations/bzr-apps/', '7'),
9+ 'bzr_apps': ('http://code.launchpad.net/~django-foundations-dev/ubuntu-django-foundations/bzr_apps', '7'),
10
11 ## ubuntu-website supplied templates and styles
12- 'ubuntu_website': ('bzr+ssh://bazaar.launchpad.net/~ubuntu-community-webthemes/ubuntu-community-webthemes/light-django-theme', '38'),
13+ 'ubuntu_website': ('http://bazaar.launchpad.net/~ubuntu-community-webthemes/ubuntu-community-webthemes/light-django-theme', '38'),
14
15 ## linaro-website supplied templates and styles
16- 'linaro_website': ('bzr+ssh://bazaar.launchpad.net/~linaro-infrastructure/ubuntu-community-webthemes/light-django-linaro-theme', '41'),
17+ 'linaro_website': ('http://bazaar.launchpad.net/~linaro-infrastructure/ubuntu-community-webthemes/light-django-linaro-theme', '41'),
18
19 ## twidenash supplied microblog embedding javascript
20- 'media/js/twidenash': ('bzr+ssh://bazaar.launchpad.net/~django-foundations-dev/twidenash/2.0/', '3'),
21+ 'media/js/twidenash': ('http://bazaar.launchpad.net/~django-foundations-dev/twidenash/2.0/', '3'),
22 }
23
24 import logging

Subscribers

People subscribed via source and target branches