Skip to content

Commit

Permalink
Builder|RSS: Swapped code.iki.fi and sf.net links
Browse files Browse the repository at this point in the history
In the RSS feed and code.iki.fi website, the sf.net links are now
shown as "(SF.net)" next to the code.iki.fi link.
  • Loading branch information
skyjake committed Jul 24, 2015
1 parent ff67df5 commit fac034b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions distrib/builder/event.py
Expand Up @@ -343,9 +343,9 @@ def html_description(self, encoded=True):
msg += osName
isFirst = False
msg += '<td>'
msg += '<a href="%s">%s</a>' % (self.download_uri(binary), binary)
msg += '<a href="%s">%s</a>' % (self.download_fallback_uri(binary), binary)
if self.download_fallback_uri(binary) != self.download_uri(binary):
msg += ' (<a href="%s">alt</a>)' % (self.download_fallback_uri(binary))
msg += ' (<a href="%s">SF.net</a>)' % (self.download_uri(binary))

# Status of the log.
logName = self.compressed_log_filename(binary)
Expand Down

0 comments on commit fac034b

Please sign in to comment.