Merge lp:~richard-wilbur/bzr-website/fix-963742 into lp:bzr-website

Proposed by Richard Wilbur
Status: Merged
Approved by: Richard Wilbur
Approved revision: 204
Merged at revision: 204
Proposed branch: lp:~richard-wilbur/bzr-website/fix-963742
Merge into: lp:bzr-website
Diff against target: 12 lines (+1/-1)
1 file modified
build.py (+1/-1)
To merge this branch: bzr merge lp:~richard-wilbur/bzr-website/fix-963742
Reviewer Review Type Date Requested Status
Richard Wilbur Approve
Review via email: mp+266763@code.launchpad.net

Commit message

Fixes lp:963742 by updating developer blog feed address. (Роман Донченко)

Description of the change

Fixes lp:963742 by updating developer blog feed address. Thanks to Роман Донченко for the fix.

To post a comment you must log in.
Revision history for this message
Richard Wilbur (richard-wilbur) wrote :

Looks like this patch is still needed and the change.
+1

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'build.py'
2--- build.py 2015-07-24 07:22:09 +0000
3+++ build.py 2015-08-03 18:07:47 +0000
4@@ -99,7 +99,7 @@
5 # URLs of RSS feeds
6 NEWS_RSS = "http://feeds.launchpad.net/bazaar/announcements.atom"
7 CORE_RSS = "http://feeds.launchpad.net/bzr/announcements.atom"
8-BLOG_RSS = "http://bazaarvcs.wordpress.com/feed/"
9+BLOG_RSS = "http://blog.bazaar.canonical.com/?feed=atom"
10
11
12 def main():

Subscribers

People subscribed via source and target branches