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
=== modified file 'build.py'
--- build.py 2015-07-24 07:22:09 +0000
+++ build.py 2015-08-03 18:07:47 +0000
@@ -99,7 +99,7 @@
99# URLs of RSS feeds99# URLs of RSS feeds
100NEWS_RSS = "http://feeds.launchpad.net/bazaar/announcements.atom"100NEWS_RSS = "http://feeds.launchpad.net/bazaar/announcements.atom"
101CORE_RSS = "http://feeds.launchpad.net/bzr/announcements.atom"101CORE_RSS = "http://feeds.launchpad.net/bzr/announcements.atom"
102BLOG_RSS = "http://bazaarvcs.wordpress.com/feed/"102BLOG_RSS = "http://blog.bazaar.canonical.com/?feed=atom"
103103
104104
105def main():105def main():

Subscribers

People subscribed via source and target branches