summaryrefslogtreecommitdiff
path: root/devscripts/gh-pages
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2013-03-29 21:44:06 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2013-03-29 21:44:11 +0100
commitfbbdf475b1a534389585d696db5e6c8b3fd212fb (patch)
treece329b7a0bf02faa22a0c7a49e67ef77252a64ad /devscripts/gh-pages
parentc238be3e3a5f9511f7ec43f6244e109113490a0a (diff)
Different feed file name
Diffstat (limited to 'devscripts/gh-pages')
-rwxr-xr-xdevscripts/gh-pages/update-feed.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/devscripts/gh-pages/update-feed.py b/devscripts/gh-pages/update-feed.py
index 79e94a098..e299429c1 100755
--- a/devscripts/gh-pages/update-feed.py
+++ b/devscripts/gh-pages/update-feed.py
@@ -51,7 +51,7 @@ for v in versions:
entries_str = textwrap.indent(''.join(entries), '\t')
atom_template = atom_template.replace('@ENTRIES@', entries_str)
-with open('update/atom.atom','w',encoding='utf-8') as atom_file:
+with open('update/releases.atom','w',encoding='utf-8') as atom_file:
atom_file.write(atom_template)