Skip to content
Snippets Groups Projects
Commit 0c826c45 authored by Adam Lewenberg's avatar Adam Lewenberg
Browse files

use wheezy version of stanford.list for trusty servers

parent 6e1f622f
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
# Map Ubuntu distributions to Debian distributions since we don't
# currently have any repositories targeted for Ubuntu releases.
if @operatingsystem == 'Ubuntu'
if @lsbdistcodename == 'raring'
if (@lsbdistcodename =~ /raring|trusty/)
dist = 'wheezy'
else
dist = 'squeeze'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment