On Tue, Dec 17, 2013 at 11:03:33AM +0100, Giuseppe Scrivano wrote: > Signed-off-by: Giuseppe Scrivano <gscrivan@xxxxxxxxxx> > --- > data/oses/ubuntu.xml.in | 61 +++++++++++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 61 insertions(+) > > diff --git a/data/oses/ubuntu.xml.in b/data/oses/ubuntu.xml.in > index d615b3b..4e4cbf5 100644 > --- a/data/oses/ubuntu.xml.in > +++ b/data/oses/ubuntu.xml.in > @@ -1239,4 +1239,65 @@ > <initrd>casper/initrd.img</initrd> > </media> > </os> > + > + <os id="http://ubuntu.com/ubuntu/13.10"> > + <short-id>ubuntu13.10</short-id> > + <short-id>ubuntusaucy</short-id> > + <_name>Ubuntu Saucy Salamander</_name> > + <version>13.10</version> > + <_vendor>Canonical Ltd</_vendor> > + <family>linux</family> > + <distro>ubuntu</distro> > + <codename>Saucy Salamander</codename> > + <upgrades id="http://ubuntu.com/ubuntu/13.04"/> > + <derives-from id="http://ubuntu.com/ubuntu/13.04"/> > + > + <release-date>2013-10-17</release-date> > + > + <resources arch="all"> > + <minimum> > + <cpu>1000000000</cpu> > + <n-cpus>1</n-cpus> > + <ram>1073741824</ram> > + <storage>5368709120</storage> > + </minimum> > + <recommended> > + <cpu>1000000000</cpu> > + <ram>1073741824</ram> > + <storage>16106127360</storage> > + </recommended> > + </resources> > + <media arch="i686"> > + <url>http://releases.ubuntu.com/releases/saucy/ubuntu-13.10-server-i386.iso</url> > + <iso> > + <volume-id>Ubuntu-Server 13.10 i386</volume-id> > + </iso> > + <kernel>casper/vmlinuz</kernel> > + <initrd>casper/initrd.img</initrd> > + </media> > + <media arch="x86_64"> > + <url>http://releases.ubuntu.com/releases/saucy/ubuntu-13.10-server-amd64.iso</url> > + <iso> > + <volume-id>Ubuntu-Server 13.10 amd64</volume-id> > + </iso> As you are adding volume-ids, can you add the corresponding test-cases to the testsuite? You just need to download the first few megabytes of these isos, and then run isoinfo -d -i $file >$file.txt and copy that text file to libosinfo/test/isodata/ubuntu/ubuntu13.10 Christophe
Attachment:
pgpmUMwNG6FeT.pgp
Description: PGP signature
_______________________________________________ Libosinfo mailing list Libosinfo@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libosinfo