← Back to team overview

ubuntu-server-iso-testing-dev team mailing list archive

[Merge] lp:~pwlars/ubuntu-server-iso-testing/saucy into lp:ubuntu-server-iso-testing

 

Paul Larson has proposed merging lp:~pwlars/ubuntu-server-iso-testing/saucy into lp:ubuntu-server-iso-testing.

Requested reviews:
  Ubuntu Server Iso Testing Developers (ubuntu-server-iso-testing-dev)

For more details, see:
https://code.launchpad.net/~pwlars/ubuntu-server-iso-testing/saucy/+merge/162777

update for saucy
-- 
https://code.launchpad.net/~pwlars/ubuntu-server-iso-testing/saucy/+merge/162777
Your team Ubuntu Server Iso Testing Developers is requested to review the proposed merge of lp:~pwlars/ubuntu-server-iso-testing/saucy into lp:ubuntu-server-iso-testing.
=== modified file 'download-latest-test-iso.py'
--- download-latest-test-iso.py	2012-12-06 20:20:59 +0000
+++ download-latest-test-iso.py	2013-05-07 13:10:32 +0000
@@ -34,7 +34,7 @@
     import distro_info
     DEFAULT_RELEASE = distro_info.UbuntuDistroInfo().devel()
 except ImportError:
-    DEFAULT_RELEASE = 'raring'
+    DEFAULT_RELEASE = 'saucy'
 
 DEFAULT_ARCH = 'all'
 DEFAULT_FLAVOR = 'ubuntu-server'