← Back to team overview

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

lp:~james-page/ubuntu-server-iso-testing/switch-default-release-to-precise into lp:ubuntu-server-iso-testing

 

James Page has proposed merging lp:~james-page/ubuntu-server-iso-testing/switch-default-release-to-precise 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/~james-page/ubuntu-server-iso-testing/switch-default-release-to-precise/+merge/81739
-- 
https://code.launchpad.net/~james-page/ubuntu-server-iso-testing/switch-default-release-to-precise/+merge/81739
Your team Ubuntu Server Iso Testing Developers is requested to review the proposed merge of lp:~james-page/ubuntu-server-iso-testing/switch-default-release-to-precise into lp:ubuntu-server-iso-testing.
=== modified file 'debian/changelog'
--- debian/changelog	2011-07-28 15:24:30 +0000
+++ debian/changelog	2011-11-09 14:44:25 +0000
@@ -1,3 +1,9 @@
+ubuntu-server-iso-testing (1.1~natty4) natty; urgency=low
+
+  * download-latest-test-iso.py: Update DEFAULT_RELEASE to precise.
+
+ -- James Page <james.page@xxxxxxxxxx>  Wed, 09 Nov 2011 14:26:48 +0000
+
 ubuntu-server-iso-testing (1.1~natty3) natty; urgency=low
 
   * Added a wrapper around bsdtar to safely extract hard links.

=== modified file 'download-latest-test-iso.py'
--- download-latest-test-iso.py	2011-08-15 21:38:03 +0000
+++ download-latest-test-iso.py	2011-11-09 14:44:25 +0000
@@ -30,7 +30,7 @@
 
 # Default options
 DEFAULT_VARIANT = 'server'
-DEFAULT_RELEASE = 'oneiric'
+DEFAULT_RELEASE = 'precise'
 DEFAULT_ARCH = 'all'
 DEFAULT_FLAVOR = 'ubuntu-server'
 DEFAULT_ISOROOT = os.path.expanduser('~/isos')


Follow ups