Re: [Libosinfo] [PATCH osinfo-db] debian: update Debian 8 DVD links
On Mon, Jun 19, 2017 at 7:39 PM, Guido Günther wrote: > Things moved due to the Stretch release > --- > data/os/debian.org/debian-8.xml.in | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/data/os/debian.org/debian-8.xml.in > b/data/os/debian.org/debian-8.xml.in > index a72cc89..8ad189b 100644 > --- a/data/os/debian.org/debian-8.xml.in > +++ b/data/os/debian.org/debian-8.xml.in > @@ -33,7 +33,7 @@ > > > > - > http://cdimage.debian.org/debian-cd/8.7.1/i386/iso-dvd/debian-8.7.1-i386-DVD-1.iso > + > http://cdimage.debian.org/mirror/cdimage/archive/8.8.0/i386/iso-dvd/debian-8.8.0-i386-DVD-1.iso > > Debian 8.\d.\d i386 1 > > @@ -41,7 +41,7 @@ >install.386/initrd.gz > > > - > http://cdimage.debian.org/debian-cd/8.7.1/amd64/iso-dvd/debian-8.7.1-amd64-DVD-1.iso > + > http://cdimage.debian.org/mirror/cdimage/archive/8.8.0/amd64/iso-dvd/debian-8.8.0-amd64-DVD-1.iso > > Debian 8.\d.\d amd64 1 > > -- > 2.11.0 > > ___ > Libosinfo mailing list > Libosinfo@redhat.com > https://www.redhat.com/mailman/listinfo/libosinfo ACK! -- Fabiano Fidêncio ___ Libosinfo mailing list Libosinfo@redhat.com https://www.redhat.com/mailman/listinfo/libosinfo
Re: [Libosinfo] [PATCH v2 osinfo-db] Add Debian 9 (stretch)
Guido, Have you tested whether the express-installation is still working for this new ISOs? Just let me know, in case you didn't do this test, I'll take some time and do it by myself before ACKing this patch. On Mon, Jun 19, 2017 at 8:59 AM, Guido Günther wrote: > --- > This makes sure we detect future version (9.1.0, 9.2.0, ...) as well. > > data/os/debian.org/debian-9.xml.in | 130 > + > 1 file changed, 130 insertions(+) > create mode 100644 data/os/debian.org/debian-9.xml.in > > diff --git a/data/os/debian.org/debian-9.xml.in > b/data/os/debian.org/debian-9.xml.in > new file mode 100644 > index 000..5a3c9db > --- /dev/null > +++ b/data/os/debian.org/debian-9.xml.in > @@ -0,0 +1,130 @@ > + > + > + http://debian.org/debian/9";> > +debian9 > +debianstretch > +<_name>Debian Stretch > +9 > +<_vendor>Debian Project > +linux > +debian > +http://debian.org/debian/8"/> > +http://debian.org/debian/8"/> > + > +2017-06-17 > + > + > + http://pcisig.com/pci/1af4/1041"/> > + http://pcisig.com/pci/1af4/1042"/> > + http://pcisig.com/pci/1af4/1043"/> > + http://pcisig.com/pci/1af4/1044"/> > + http://pcisig.com/pci/1af4/1045"/> > + http://pcisig.com/pci/1af4/1048"/> > + http://pcisig.com/pci/1af4/1049"/> > + http://pcisig.com/pci/1af4/1052"/> > + > + > + > + > +10 > +1 > +1073741824 > +10737418240 > + > + > +10 > +1073741824 > +21474836480 > + > + > + > + > + <_name>Debian 9.0 > + > + > + <_name>Debian 9.0 > + > + > + > + > + > + > http://cdimage.debian.org/cdimage/release/current/i386/iso-cd/debian-9.0.0-i386-netinst.iso > + > +Debian 9.(\d)+.(\d)+ i386 n > + > + install.386/vmlinuz > + install.386/initrd.gz > + > + > + > + > http://cdimage.debian.org/cdimage/release/current/amd64/iso-cd/debian-9.0.0-amd64-netinst.iso > + > + Debian 9.(\d)+.(\d)+ amd64 n > + > + install.amd/vmlinuz > + install.amd/initrd.gz > + > + > + > + > http://cdimage.debian.org/cdimage/release/current/arm64/iso-cd/debian-9.0.0-arm64-netinst.iso > + > + Debian 9.(\d)+.(\d)+ arm64 n > + > + install.arm64/vmlinuz > + install.arm64/initrd.gz > + > + > + > + > http://cdimage.debian.org/cdimage/release/current/armhf/iso-cd/debian-9.0.0-armhf-netinst.iso > + > + Debian 9.(\d)+.(\d)+ armhf n > + > + install.armhf/vmlinuz > + install.armhf/initrd.gz > + > + > + > + > + > + > http://cdimage.debian.org/cdimage/release/9.0.0/i386/iso-dvd/debian-9.0.0-i386-DVD-1.iso > + > +Debian 9.(\d)+.(\d)+ i386 1 > + > + install.386/vmlinuz > + install.386/initrd.gz > + > + > + > + > http://cdimage.debian.org/cdimage/release/9.0.0/amd64/iso-dvd/debian-9.0.0-amd64-DVD-1.iso > + > + Debian 9.(\d)+.(\d)+ amd64 1 > + > + install.amd/vmlinuz > + install.amd/initrd.gz > + > + > + > + > http://cdimage.debian.org/cdimage/release/9.0.0/arm64/iso-dvd/debian-9.0.0-arm64-DVD-1.iso > + > + Debian 9.(\d)+.(\d)+ arm64 1 > + > + install.arm64/vmlinuz > + install.arm64/initrd.gz > + > + > + > + > http://cdimage.debian.org/cdimage/release/9.0.0/armhf/iso-dvd/debian-9.0.0-armhf-DVD-1.iso > + > + Debian 9.(\d)+.(\d)+ armhf 1 > + > + install.armhf/vmlinuz > + install.armhf/initrd.gz > + > + > + > + > + > + > + > + > -- > 2.11.0 > > ___ > Libosinfo mailing list > Libosinfo@redhat.com > https://www.redhat.com/mailman/listinfo/libosinfo -- Fabiano Fidêncio ___ Libosinfo mailing list Libosinfo@redhat.com https://www.redhat.com/mailman/listinfo/libosinfo
Re: [Libosinfo] [PATCH osinfo-db] debian: update Debian 8 DVD links
On Tue, Jun 20, 2017 at 01:35:02PM +0200, Fabiano Fidêncio wrote: > On Mon, Jun 19, 2017 at 7:39 PM, Guido Günther wrote: > > Things moved due to the Stretch release > > --- > > data/os/debian.org/debian-8.xml.in | 4 ++-- > > 1 file changed, 2 insertions(+), 2 deletions(-) > > > > diff --git a/data/os/debian.org/debian-8.xml.in > > b/data/os/debian.org/debian-8.xml.in > > index a72cc89..8ad189b 100644 > > --- a/data/os/debian.org/debian-8.xml.in > > +++ b/data/os/debian.org/debian-8.xml.in > > @@ -33,7 +33,7 @@ > > > > > > > > - > > http://cdimage.debian.org/debian-cd/8.7.1/i386/iso-dvd/debian-8.7.1-i386-DVD-1.iso > > + > > http://cdimage.debian.org/mirror/cdimage/archive/8.8.0/i386/iso-dvd/debian-8.8.0-i386-DVD-1.iso > > > > Debian 8.\d.\d i386 1 > > > > @@ -41,7 +41,7 @@ > >install.386/initrd.gz > > > > > > - > > http://cdimage.debian.org/debian-cd/8.7.1/amd64/iso-dvd/debian-8.7.1-amd64-DVD-1.iso > > + > > http://cdimage.debian.org/mirror/cdimage/archive/8.8.0/amd64/iso-dvd/debian-8.8.0-amd64-DVD-1.iso > > > > Debian 8.\d.\d amd64 1 > > > > -- > > 2.11.0 > > > > ___ > > Libosinfo mailing list > > Libosinfo@redhat.com > > https://www.redhat.com/mailman/listinfo/libosinfo > > ACK Pushed. Thanks -- Guido ! > > -- > Fabiano Fidêncio > ___ Libosinfo mailing list Libosinfo@redhat.com https://www.redhat.com/mailman/listinfo/libosinfo
Re: [Libosinfo] [PATCH v2 osinfo-db] Add Debian 9 (stretch)
Hi Fabiano, On Tue, Jun 20, 2017 at 01:36:23PM +0200, Fabiano Fidêncio wrote: > Guido, > > Have you tested whether the express-installation is still working for > this new ISOs? I tested with an RC a while back. I can do another check with the final one tomorrow. > Just let me know, in case you didn't do this test, I'll take some time > and do it by myself before ACKing this patch. I pushed this change together with the other Debian related change, since I somehow remembered you ACKed both. Sorry abou that! Do you want me to revert? Cheers, -- Guido > > On Mon, Jun 19, 2017 at 8:59 AM, Guido Günther wrote: > > --- > > This makes sure we detect future version (9.1.0, 9.2.0, ...) as well. > > > > data/os/debian.org/debian-9.xml.in | 130 > > + > > 1 file changed, 130 insertions(+) > > create mode 100644 data/os/debian.org/debian-9.xml.in > > > > diff --git a/data/os/debian.org/debian-9.xml.in > > b/data/os/debian.org/debian-9.xml.in > > new file mode 100644 > > index 000..5a3c9db > > --- /dev/null > > +++ b/data/os/debian.org/debian-9.xml.in > > @@ -0,0 +1,130 @@ > > + > > + > > + http://debian.org/debian/9";> > > +debian9 > > +debianstretch > > +<_name>Debian Stretch > > +9 > > +<_vendor>Debian Project > > +linux > > +debian > > +http://debian.org/debian/8"/> > > +http://debian.org/debian/8"/> > > + > > +2017-06-17 > > + > > + > > + http://pcisig.com/pci/1af4/1041"/> > > + http://pcisig.com/pci/1af4/1042"/> > > + http://pcisig.com/pci/1af4/1043"/> > > + http://pcisig.com/pci/1af4/1044"/> > > + http://pcisig.com/pci/1af4/1045"/> > > + http://pcisig.com/pci/1af4/1048"/> > > + http://pcisig.com/pci/1af4/1049"/> > > + http://pcisig.com/pci/1af4/1052"/> > > + > > + > > + > > + > > +10 > > +1 > > +1073741824 > > +10737418240 > > + > > + > > +10 > > +1073741824 > > +21474836480 > > + > > + > > + > > + > > + <_name>Debian 9.0 > > + > > + > > + <_name>Debian 9.0 > > + > > + > > + > > + > > + > > + > > http://cdimage.debian.org/cdimage/release/current/i386/iso-cd/debian-9.0.0-i386-netinst.iso > > + > > +Debian 9.(\d)+.(\d)+ i386 n > > + > > + install.386/vmlinuz > > + install.386/initrd.gz > > + > > + > > + > > + > > http://cdimage.debian.org/cdimage/release/current/amd64/iso-cd/debian-9.0.0-amd64-netinst.iso > > + > > + Debian 9.(\d)+.(\d)+ amd64 n > > + > > + install.amd/vmlinuz > > + install.amd/initrd.gz > > + > > + > > + > > + > > http://cdimage.debian.org/cdimage/release/current/arm64/iso-cd/debian-9.0.0-arm64-netinst.iso > > + > > + Debian 9.(\d)+.(\d)+ arm64 n > > + > > + install.arm64/vmlinuz > > + install.arm64/initrd.gz > > + > > + > > + > > + > > http://cdimage.debian.org/cdimage/release/current/armhf/iso-cd/debian-9.0.0-armhf-netinst.iso > > + > > + Debian 9.(\d)+.(\d)+ armhf n > > + > > + install.armhf/vmlinuz > > + install.armhf/initrd.gz > > + > > + > > + > > + > > + > > + > > http://cdimage.debian.org/cdimage/release/9.0.0/i386/iso-dvd/debian-9.0.0-i386-DVD-1.iso > > + > > +Debian 9.(\d)+.(\d)+ i386 1 > > + > > + install.386/vmlinuz > > + install.386/initrd.gz > > + > > + > > + > > + > > http://cdimage.debian.org/cdimage/release/9.0.0/amd64/iso-dvd/debian-9.0.0-amd64-DVD-1.iso > > + > > + Debian 9.(\d)+.(\d)+ amd64 1 > > + > > + install.amd/vmlinuz > > + install.amd/initrd.gz > > + > > + > > + > > + > > http://cdimage.debian.org/cdimage/release/9.0.0/arm64/iso-dvd/debian-9.0.0-arm64-DVD-1.iso > > + > > + Debian 9.(\d)+.(\d)+ arm64 1 > > + > > + install.arm64/vmlinuz > > + install.arm64/initrd.gz > > + > > + > > + > > + > > http://cdimage.debian.org/cdimage/release/9.0.0/armhf/iso-dvd/debian-9.0.0-armhf-DVD-1.iso > > + > > + Debian 9.(\d)+.(\d)+ armhf 1 > > + > > + install.armhf/vmlinuz > > + install.armhf/initrd.gz > > + > > + > > + > > + > > + > > + > > + > > + > > -- > > 2.11.0 > > > > ___ > > Libosinfo mailing list > > Libosinfo@redhat.com > > https://www.redhat.com/mailman/listinfo/libosinfo > > > > -- > Fabiano Fidêncio > ___ Libosinfo mailing list Libosinfo@redhat.com https://www.redhat.com/mailman/listinfo/libosinfo