[Libosinfo] [osinfo-db PATCH 3/9] debian9: Add images info

Fabiano Fidêncio fabiano at fidencio.org
Tue Apr 9 21:19:51 UTC 2019


On Tue, Apr 9, 2019 at 10:05 PM Cole Robinson <crobinso at redhat.com> wrote:
>
> On 4/9/19 7:25 AM, Fabiano Fidêncio wrote:
> > Debian provides qcow2 and raw images for both x86_64 and aarch64.
> >
> > https://gitlab.com/libosinfo/osinfo-db/issues/10
> >
> > Signed-off-by: Fabiano Fidêncio <fidencio at redhat.com>
> > ---
> >  data/os/debian.org/debian-9.xml.in | 16 ++++++++++++++++
> >  1 file changed, 16 insertions(+)
> >
> > diff --git a/data/os/debian.org/debian-9.xml.in b/data/os/debian.org/debian-9.xml.in
> > index 12c15c9..7c648ab 100644
> > --- a/data/os/debian.org/debian-9.xml.in
> > +++ b/data/os/debian.org/debian-9.xml.in
> > @@ -193,6 +193,22 @@
> >        <initrd>current/images/netboot/debian-installer/ppc64el/initrd.gz</initrd>
> >      </tree>
> >
> > +    <image arch="x86_64" format="qcow2" cloud-init="true">
> > +      <url>https://cloud.debian.org/images/cloud/OpenStack/current/debian-9.8.2-20190303-openstack-amd64.qcow2</url>
> > +    </image>
> > +
> > +    <image arch="x86_64" format="raw" cloud-init="true">
> > +      <url>https://cloud.debian.org/images/cloud/OpenStack/current/debian-9.8.2-20190303-openstack-amd64.raw</url>
> > +    </image>
> > +
> > +    <image arch="aarch64" format="qcow2" cloud-init="true">
> > +      <url>https://cloud.debian.org/images/cloud/OpenStack/current/debian-9.8.2-20190303-openstack-arm64.qcow2</url>
> > +    </image>
> > +
> > +    <image arch="aarch64" format="raw" cloud-init="true">
> > +      <url>https://cloud.debian.org/images/cloud/OpenStack/current/debian-9.8.2-20190303-openstack-arm64.raw</url>
> > +    </image>
> > +
> >      <installer>
> >        <script id='http://debian.org/debian/preseed/jeos'/>
> >        <script id='http://debian.org/debian/preseed/desktop'/>
> >
>
> These links are already dead. With those fixed, Series:

What are the chances to have the links updated between a patch
submission and a really quick review? ;-)

-- 
Fabiano Fidêncio




More information about the Libosinfo mailing list