Re: [Libosinfo] [osinfo-db-tools PATCH v3 0/9] Drop GVFS dependency in favour of libsoup (+ some cleanups)

2019-07-15 Thread Cole Robinson
On 7/11/19 3:34 PM, Fabiano Fidêncio wrote: > Let's rely on libsoup in order to to http://, https://, and ftp:// > requests. > > By doing this, GVFS (more specifically, gvfs-http) won't be dragged as > a dependency, which caused errors for running osinfo-db-import as root > (as GVFS relies on bein

Re: [Libosinfo] [osinfo-db PATCH 0/2] A few fixes for CentOS 7

2019-07-15 Thread Cole Robinson
On 7/12/19 8:53 AM, Fabiano Fidêncio wrote: > The first patch fixes the os/distro comparison, which requires the string > to be single-quoted; > > The second patch adjusts CentOS 7 name for its variants; > > Fabiano Fidêncio (2): > install-script,centos: Fix distro comparision > centos: Adjus

Re: [Libosinfo] [libosinfo PATCH 00/20] Add "Since: ..." to the function's documentation

2019-07-15 Thread Cole Robinson
On 7/15/19 9:01 AM, Fabiano Fidêncio wrote: > This series adds "Since: ..." information as part of the function's > documentation. It helps developers reading our docs to easily figure out > when a function has been introduced. > > For functions missing documentation, it has been added as part of

Re: [Libosinfo] [osinfo-db PATCH 0/2] Only add the install-source there's an install URL

2019-07-15 Thread Fabiano Fidêncio
On Thu, Jul 11, 2019 at 10:35 AM Fabiano Fidêncio wrote: > > When dealing with Fedora/CentOS net-install ISOs, we may reach the > situation where the command-line template will generate the command-line > adding a "inst.repo=" but the installation URL is not present. > > The easiest way to deal wi

[Libosinfo] [libosinfo PATCH 16/20] Add "Since: 0.2.13" to the documentation

2019-07-15 Thread Fabiano Fidêncio
Let's add the "Since: ..." information as part of the function's documentation. It helps developers reading our docs to easily figure out when a function has been introduced. Signed-off-by: Fabiano Fidêncio --- osinfo/osinfo_media.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/osinfo/os

[Libosinfo] [libosinfo PATCH 10/20] Add "Since: 0.2.7" to the documentation

2019-07-15 Thread Fabiano Fidêncio
Let's add the "Since: ..." information as part of the function's documentation. It helps developers reading our docs to easily figure out when a function has been introduced. Signed-off-by: Fabiano Fidêncio --- osinfo/osinfo_install_script.c | 2 ++ osinfo/osinfo_platform.c | 2 ++ 2 files

[Libosinfo] [libosinfo PATCH 11/20] Add "Since: 0.2.8" to the documentation

2019-07-15 Thread Fabiano Fidêncio
Let's add the "Since: ..." information as part of the function's documentation. It helps developers reading our docs to easily figure out when a function has been introduced. Together with this change, documentation has been added to the functions missing them. Signed-off-by: Fabiano Fidêncio --

[Libosinfo] [libosinfo PATCH 20/20] Add "Since: 1.6.0" to the documentation

2019-07-15 Thread Fabiano Fidêncio
Let's add the "Since: ..." information as part of the function's documentation. It helps developers reading our docs to easily figure out when a function has been introduced. Together with this change, documentation has been added to the functions missing them. Signed-off-by: Fabiano Fidêncio --

[Libosinfo] [libosinfo PATCH 14/20] Add "Since: 0.2.11" to the documentation

2019-07-15 Thread Fabiano Fidêncio
Let's add the "Since: ..." information as part of the function's documentation. It helps developers reading our docs to easily figure out when a function has been introduced. Signed-off-by: Fabiano Fidêncio --- osinfo/osinfo_install_script.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/

[Libosinfo] [libosinfo PATCH 04/20] Add "Since: 0.1.0" to the documentation

2019-07-15 Thread Fabiano Fidêncio
Let's add the "Since: ..." information as part of the function's documentation. It helps developers reading our docs to easily figure out when a function has been introduced. Together with this change, documentation has been added to the functions missing them. Signed-off-by: Fabiano Fidêncio --

[Libosinfo] [libosinfo PATCH 18/20] Add "Since: 1.4.0" to the documentation

2019-07-15 Thread Fabiano Fidêncio
Let's add the "Since: ..." information as part of the function's documentation. It helps developers reading our docs to easily figure out when a function has been introduced. Signed-off-by: Fabiano Fidêncio --- osinfo/osinfo_media.c | 4 osinfo/osinfo_os.h| 1 + 2 files changed, 5 inser

[Libosinfo] [libosinfo PATCH 07/20] Add "Since: 0.2.2" to the documentation

2019-07-15 Thread Fabiano Fidêncio
Let's add the "Since: ..." information as part of the function's documentation. It helps developers reading our docs to easily figure out when a function has been introduced. Together with this change, documentation has been added to the functions missing them. Signed-off-by: Fabiano Fidêncio --

[Libosinfo] [libosinfo PATCH 02/20] Add "Since: 0.0.5" to the documentation

2019-07-15 Thread Fabiano Fidêncio
Let's add the "Since: ..." information as part of the function's documentation. It helps developers reading our docs to easily figure out when a function has been introduced. Signed-off-by: Fabiano Fidêncio --- osinfo/osinfo_os.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/osinfo/osinf

[Libosinfo] [libosinfo PATCH 00/20] Add "Since: ..." to the function's documentation

2019-07-15 Thread Fabiano Fidêncio
This series adds "Since: ..." information as part of the function's documentation. It helps developers reading our docs to easily figure out when a function has been introduced. For functions missing documentation, it has been added as part of this series as well. And, last but not least, this se

[Libosinfo] [libosinfo PATCH 17/20] Add "Since: 1.3.0" to the documentation

2019-07-15 Thread Fabiano Fidêncio
Let's add the "Since: ..." information as part of the function's documentation. It helps developers reading our docs to easily figure out when a function has been introduced. Signed-off-by: Fabiano Fidêncio --- osinfo/osinfo_image.c | 8 osinfo/osinfo_imagelist.c | 2 ++

[Libosinfo] [libosinfo PATCH 19/20] Add "Since: 1.5.0" to the documentation

2019-07-15 Thread Fabiano Fidêncio
Let's add the "Since: ..." information as part of the function's documentation. It helps developers reading our docs to easily figure out when a function has been introduced. Signed-off-by: Fabiano Fidêncio --- osinfo/osinfo_image.c | 6 ++ osinfo/osinfo_install_config.c | 4 o

[Libosinfo] [libosinfo PATCH 06/20] Add "Since: 0.2.1" to the documentation

2019-07-15 Thread Fabiano Fidêncio
Let's add the "Since: ..." information as part of the function's documentation. It helps developers reading our docs to easily figure out when a function has been introduced. Together with this change, documentation has been added to the functions missing them. Signed-off-by: Fabiano Fidêncio --

[Libosinfo] [libosinfo PATCH 08/20] Add "Since: 0.2.3" to the documentation

2019-07-15 Thread Fabiano Fidêncio
Let's add the "Since: ..." information as part of the function's documentation. It helps developers reading our docs to easily figure out when a function has been introduced. Together with this change, documentation has been added to the functions missing them. Signed-off-by: Fabiano Fidêncio --

[Libosinfo] [libosinfo PATCH 13/20] Add "Since: 0.2.10" to the documentation

2019-07-15 Thread Fabiano Fidêncio
Let's add the "Since: ..." information as part of the function's documentation. It helps developers reading our docs to easily figure out when a function has been introduced. Signed-off-by: Fabiano Fidêncio --- osinfo/osinfo_install_script.c | 2 ++ osinfo/osinfo_install_script.h | 1 + 2 files

[Libosinfo] [libosinfo PATCH 01/20] Add "Since: 0.0.3" to the documentation

2019-07-15 Thread Fabiano Fidêncio
Let's add the "Since: ..." information as part of the function's documentation. It helps developers reading our docs to easily figure out when a function has been introduced. Signed-off-by: Fabiano Fidêncio --- osinfo/osinfo_media.c | 4 1 file changed, 4 insertions(+) diff --git a/osinfo/

[Libosinfo] [libosinfo PATCH 15/20] Add "Since: 0.2.12" to the documentation

2019-07-15 Thread Fabiano Fidêncio
Let's add the "Since: ..." information as part of the function's documentation. It helps developers reading our docs to easily figure out when a function has been introduced. Signed-off-by: Fabiano Fidêncio --- osinfo/osinfo_install_script.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/

[Libosinfo] [libosinfo PATCH 09/20] Add "Since: 0.2.6" to the documentation

2019-07-15 Thread Fabiano Fidêncio
Let's add the "Since: ..." information as part of the function's documentation. It helps developers reading our docs to easily figure out when a function has been introduced. Signed-off-by: Fabiano Fidêncio --- osinfo/osinfo_device_driver.c | 2 ++ osinfo/osinfo_install_config.c | 4 osinf

[Libosinfo] [libosinfo PATCH 03/20] Add "Since: 0.0.6" to the documentation

2019-07-15 Thread Fabiano Fidêncio
Let's add the "Since: ..." information as part of the function's documentation. It helps developers reading our docs to easily figure out when a function has been introduced. Signed-off-by: Fabiano Fidêncio --- osinfo/osinfo_os.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/osinfo/osinf

[Libosinfo] [libosinfo PATCH 12/20] Add "Since: 0.2.9" to the documentation

2019-07-15 Thread Fabiano Fidêncio
Let's add the "Since: ..." information as part of the function's documentation. It helps developers reading our docs to easily figure out when a function has been introduced. Together with this change, documentation has been added to the functions missing them. Signed-off-by: Fabiano Fidêncio --

[Libosinfo] [libosinfo PATCH 05/20] Add "Since: 0.2.0" to the documentation

2019-07-15 Thread Fabiano Fidêncio
Let's add the "Since: ..." information as part of the function's documentation. It helps developers reading our docs to easily figure out when a function has been introduced. Together with this change, documentation has been added to the functions missing them. Signed-off-by: Fabiano Fidêncio --