Skip to content

Commit

Permalink
Builder: Removed link to Apt repository on Autobuilder index page
Browse files Browse the repository at this point in the history
The Apt repository is going away... Better to use Launchpad instead.
  • Loading branch information
skyjake committed Nov 8, 2015
1 parent 13d7750 commit 45a252e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distrib/autobuild.py
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ def update_feed():

# Write a index page for all the builds.
versions = {}
text = '<p class="links"><a href="events.rss">RSS Feed</a> | <a href="events.xml">XML Feed</a> | <a href="apt">Apt Repository</a></p>'
text = '<p class="links"><a href="events.rss">RSS Feed</a> | <a href="events.xml">XML Feed</a></p>'
text += '<h2>Latest Builds</h2>'
text += '<div class="buildlist">'
for timestamp, ev in allEvents:
Expand Down

0 comments on commit 45a252e

Please sign in to comment.