[Libosinfo] [osinfo-db PATCH] haiku: Change the family name to "haiku"

2019-02-14 Thread Fabiano Fidêncio
After a discussion with one of the developers of the Haiku project, it's been pointed out that "haiku" should *not* used "beos" as family and, most likely, "haiku" would be a more appropriate family name. Signed-off-by: Fabiano Fidêncio --- data/os/haiku-os.org/haiku-nightly.xml.in| 2 +-

Re: [Libosinfo] [osinfo-db PATCH v2 00/13] Fix kernel/initrd of Ubuntu (desktop) ISOs

2019-02-14 Thread Cole Robinson
On 2/11/19 3:43 AM, Fabiano Fidêncio wrote: > Ubuntu's ISOs do not have their initrd/kernel files named consistently > accross the releases. Let's fix those for desktop ISOs according to: > Reviewed-by: Cole Robinson - Cole ___ Libosinfo mailing

Re: [Libosinfo] [libosinfo PATCH] pureos: Add test data for pureos8

2019-02-14 Thread Cole Robinson
On 2/12/19 2:49 PM, Fabiano Fidêncio wrote: > Signed-off-by: Fabiano Fidêncio > --- > ...0-gnome-live_20180904-amd64.hybrid.iso.txt | 29 +++ > ...0-gnome-live_20181210-amd64.hybrid.iso.txt | 29 +++ > ...0-gnome-live_20190128-amd64.hybrid.iso.txt | 29

Re: [Libosinfo] [osinfo-db PATCH 9/9] centos7: Increase the recommended ram size

2019-02-14 Thread Cole Robinson
On 12/21/18 9:09 AM, Fabiano Fidêncio wrote: > When doing installation from "tree" we need at least 2GB of RAM in order > to decompress the needed files, otherwise the kickstart installation > will just fail. > > Signed-off-by: Fabiano Fidêncio > --- > data/os/centos.org/centos-7.0.xml.in | 2

Re: [Libosinfo] [osinfo-db PATCH 8/9] centos: Add "centos7" as short-id

2019-02-14 Thread Cole Robinson
On 12/21/18 9:09 AM, Fabiano Fidêncio wrote: > Signed-off-by: Fabiano Fidêncio > --- > data/os/centos.org/centos-7.0.xml.in | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/data/os/centos.org/centos-7.0.xml.in > b/data/os/centos.org/centos-7.0.xml.in > index 8b3531e..cc583b9 100644 >

Re: [Libosinfo] [osinfo-db PATCH 7/9] centos: Use its own install-script

2019-02-14 Thread Cole Robinson
On 12/21/18 9:09 AM, Fabiano Fidêncio wrote: > Signed-off-by: Fabiano Fidêncio > --- > data/os/centos.org/centos-6.0.xml.in | 4 ++-- > data/os/centos.org/centos-6.1.xml.in | 4 ++-- > data/os/centos.org/centos-6.10.xml.in | 4 ++-- > data/os/centos.org/centos-6.2.xml.in | 4 ++-- >

Re: [Libosinfo] [osinfo-db PATCH 6/9] centos: Add its own kickstart files

2019-02-14 Thread Cole Robinson
On 12/21/18 9:09 AM, Fabiano Fidêncio wrote: > As CentOS can support initrd as injection-method (mainly when doing an > installation from "tree"), let's create its own files and stop using the > RHEL ones. > > Signed-off-by: Fabiano Fidêncio > --- > .../centos-kickstart-desktop.xml.in

Re: [Libosinfo] [osinfo-db PATCH 5/9] opensuse, autoyast: Accept initrd as injection-method

2019-02-14 Thread Cole Robinson
On 12/21/18 9:09 AM, Fabiano Fidêncio wrote: > Signed-off-by: Fabiano Fidêncio > --- > .../opensuse.org/opensuse-autoyast-desktop.xml.in | 13 +++-- > .../opensuse.org/opensuse-autoyast-jeos.xml.in | 13 +++-- > 2 files changed, 22 insertions(+), 4 deletions(-)

Re: [Libosinfo] [osinfo-db PATCH 4/9] silverblue, kickstart: Accept initrd as injection-method

2019-02-14 Thread Cole Robinson
On 12/21/18 9:09 AM, Fabiano Fidêncio wrote: > Signed-off-by: Fabiano Fidêncio > --- > .../silverblue-kickstart-desktop.xml.in | 17 + > 1 file changed, 13 insertions(+), 4 deletions(-) Reviewed-by: Cole Robinson - Cole ___

Re: [Libosinfo] [osinfo-db PATCH 3/9] silverblue29: Add tree information

2019-02-14 Thread Cole Robinson
On 12/21/18 9:09 AM, Fabiano Fidêncio wrote: > Signed-off-by: Fabiano Fidêncio > --- > data/os/fedoraproject.org/silverblue-29.xml.in | 10 ++ > 1 file changed, 10 insertions(+) > > diff --git a/data/os/fedoraproject.org/silverblue-29.xml.in >

Re: [Libosinfo] [osinfo-db PATCH 2/9] fedora, kickstart: Use "installation-source"

2019-02-14 Thread Cole Robinson
On 12/21/18 9:09 AM, Fabiano Fidêncio wrote: > installation-source can be used in order to decide whether the > installation will be done from the media or from the network. > > Signed-off-by: Fabiano Fidêncio > --- > .../fedoraproject.org/fedora-kickstart-desktop.xml.in | 4 ++-- >

Re: [Libosinfo] [osinfo-db PATCH 1/9] fedora, kickstart: Accept initrd as injection-method

2019-02-14 Thread Cole Robinson
On 12/21/18 9:09 AM, Fabiano Fidêncio wrote: > Signed-off-by: Fabiano Fidêncio > --- > .../fedora-kickstart-desktop.xml.in | 15 --- > .../fedora-kickstart-jeos.xml.in | 15 --- > 2 files changed, 24 insertions(+), 6 deletions(-)

Re: [Libosinfo] [libosinfo PATCH 2/4] media: Don't assume identifiers are null terminated

2019-02-14 Thread Christophe Fergeau
On Thu, Feb 14, 2019 at 11:05:39AM +0100, Fabiano Fidêncio wrote: > On Thu, Feb 14, 2019 at 10:57 AM Christophe Fergeau > wrote: > > > Hey, > > > > On Wed, Feb 13, 2019 at 08:19:25PM +0100, Fabiano Fidêncio wrote: > > > Identifiers as volume-id, application, publisher, and system are not > > >

Re: [Libosinfo] [osinfo-db PATCH 1/4] ubuntu: Improve the volume-id regex

2019-02-14 Thread Christophe Fergeau
On Thu, Feb 14, 2019 at 11:03:57AM +0100, Fabiano Fidêncio wrote: > On Thu, Feb 14, 2019 at 10:46 AM Christophe Fergeau > wrote: > > > On Wed, Feb 13, 2019 at 08:19:24PM +0100, Fabiano Fidêncio wrote: > > > The first release of Ubuntu ISOs usually have their volume-id as, for > > > instance: > >

Re: [Libosinfo] [libosinfo PATCH 2/4] media: Don't assume identifiers are null terminated

2019-02-14 Thread Fabiano Fidêncio
On Thu, Feb 14, 2019 at 10:57 AM Christophe Fergeau wrote: > Hey, > > On Wed, Feb 13, 2019 at 08:19:25PM +0100, Fabiano Fidêncio wrote: > > Identifiers as volume-id, application, publisher, and system are not > > null terminated and cannot be assumed as so. > > > > By assuming those are null

Re: [Libosinfo] [osinfo-db PATCH 1/4] ubuntu: Improve the volume-id regex

2019-02-14 Thread Fabiano Fidêncio
On Thu, Feb 14, 2019 at 10:46 AM Christophe Fergeau wrote: > On Wed, Feb 13, 2019 at 08:19:24PM +0100, Fabiano Fidêncio wrote: > > The first release of Ubuntu ISOs usually have their volume-id as, for > > instance: > > Ubuntu-Server 18.04 LTS amd64 > > > > Whenever a new release is done, a new

Re: [Libosinfo] [libosinfo PATCH 3/4] tests: Add ubuntu 18.04.1 test data

2019-02-14 Thread Christophe Fergeau
Feel free to squash 3/4 and 4/4 Reviewed-by: Christophe Fergeau On Wed, Feb 13, 2019 at 08:19:26PM +0100, Fabiano Fidêncio wrote: > Signed-off-by: Fabiano Fidêncio > --- > .../ubuntu-18.04.1-desktop-amd64.iso.txt | 29 +++ > 1 file changed, 29 insertions(+) > create mode

Re: [Libosinfo] [libosinfo PATCH 2/4] media: Don't assume identifiers are null terminated

2019-02-14 Thread Christophe Fergeau
Hey, On Wed, Feb 13, 2019 at 08:19:25PM +0100, Fabiano Fidêncio wrote: > Identifiers as volume-id, application, publisher, and system are not > null terminated and cannot be assumed as so. > > By assuming those are null terminated strings, libosinfo ends up not > counting the last character of a

Re: [Libosinfo] [osinfo-db PATCH 1/4] ubuntu: Improve the volume-id regex

2019-02-14 Thread Christophe Fergeau
On Wed, Feb 13, 2019 at 08:19:24PM +0100, Fabiano Fidêncio wrote: > The first release of Ubuntu ISOs usually have their volume-id as, for > instance: > Ubuntu-Server 18.04 LTS amd64 > > Whenever a new release is done, a new digit is added as, for instance: > Ubuntu-Server 18.04.1 LTS amd64 > >