Skip to content

Commit

Permalink
Merge pull request #3861 from kyoshino/bug-1188890-1188893-svn2git
Browse files Browse the repository at this point in the history
Fix Bug 1188890 and 1188893  - Move credits and forums data out of SVN
  • Loading branch information
alexgibson committed Mar 9, 2016
2 parents 790d2d8 + 1dd560d commit ec84519
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bedrock/settings/base.py
Expand Up @@ -528,12 +528,12 @@ def lazy_email_backend():
# Files from The Web[tm]
EXTERNAL_FILES = {
'credits': {
'url': 'https://svn.mozilla.org/projects/mozilla.org/trunk/credits/names.csv',
'url': 'https://raw.githubusercontent.com/mozilla/community-data/master/credits/names.csv',
'type': 'bedrock.mozorg.credits.CreditsFile',
'name': 'credits.csv',
},
'forums': {
'url': 'https://svn.mozilla.org/projects/mozilla.org/trunk/about/forums/raw-ng-list.txt',
'url': 'https://raw.githubusercontent.com/mozilla/community-data/master/forums/raw-ng-list.txt',
'type': 'bedrock.mozorg.forums.ForumsFile',
'name': 'forums.txt',
},
Expand Down

0 comments on commit ec84519

Please sign in to comment.