lp:ubuntu-server-iso-testing

Created by Mathias Gug and last modified
Get this branch:
bzr branch lp:ubuntu-server-iso-testing
Members of Ubuntu Server Iso Testing Developers can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Recent revisions

274. By Paride Legovini

Repository converted to git

https://code.launchpad.net/ubuntu-server-iso-testing/+git

273. By Joshua Powers

When you specify a flavor other than ubuntu, for example kubuntu, ubuntu-mate,
etc. The URL is not found when checking the sha256 due to an invalid format.

I changed it from:
{base_url}/{release}/{flavor}/
to
{base_url}/{flavor}/{release}/

272. By Joshua Powers

Adding exception when calculating default distro

Currently the jobs that downloads the isos are failing at:

Traceback (most recent call last):
  File "/usr/bin/download-latest-test-iso", line 35, in <module>
    DEFAULT_RELEASE = distro_info.UbuntuDistroInfo().devel()
  File "/usr/lib/python2.7/dist-packages/distro_info.py", line 96, in devel
    raise DistroDataOutdated()
distro_info.DistroDataOutdated: Distribution data outdated. Please check for
an update for distro-info-data. See
/usr/share/doc/distro-info-data/README.Debian for details.

I added an exception so when it raises, the default variable is assigned and
the script continues.

271. By Joshua Powers

Initial release with in tree packaging

270. By Jean-Baptiste Lallement

* download-latest-test-iso.py: Replaced hardcoded 'current' by options.build

269. By Jean-Baptiste Lallement

Update changelog

268. By Jean-Baptiste Lallement

Add option 'build' to specify the build to download (default=current)

267. By Jean-Baptiste Lallement

download-latest-test-iso.py: Add support for variant Edubuntu

266. By Jean-Baptiste Lallement

set default release to trusty
fix download url for flavors

265. By Jean-Baptiste Lallement

Extract vmlinuz.efi 64bit images

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.