summaryrefslogtreecommitdiff
path: root/README
Commit message (Collapse)AuthorAgeFilesLines
* README: MR is the preferred way to submit a patchFabiano Fidêncio2020-05-041-3/+8
| | | | | | | | Unlikely of what our README mentioned, the preferred way to submit a patch to libosinfo is opening a Merge Request against our GitLab project. Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com>
* Add support to meson build systemFabiano Fidêncio2019-09-251-0/+1
| | | | | | | | | | Meson build system is a "simpler and easier" to understand build system that that can provide (with some work-arounds here and there) the same functionalities currently available with our current build system (autotools). Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
* readme: Add "Testing" sectionFabiano Fidêncio2019-09-251-0/+8
| | | | | | | | Let's add a short section explaning how to build & run the libosinfo tests. Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
* tests: Remove test-*.urisFabiano Fidêncio2019-03-211-1/+0
| | | | | | | | | Those tests are now part of osinfo-db. With this change we can get rid of the curl dependency we have. Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com> Reviewed-by: Cole Robinson <crobinso@redhat.com>
* README: Update download informationFabiano Fidêncio2019-01-091-2/+2
| | | | | | | Let's point to https://libosinfo.org/download/ instead of pointing to pagure, as it could change again in the future. Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com>
* README: Reword the patch submission paragraphFabiano Fidêncio2019-01-041-2/+2
| | | | | | | | | Just mention that the libosinfo's mailing list is the *preferred* way to send patches. More info, as the one about the project accepting Merge Request, can be found in the project's website. Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com> Reviewed-by: Christophe Fergeau <cfergeau@redhat.com>
* README: Update download linkFabiano Fidêncio2019-01-041-1/+1
| | | | | | | | Let's point to pagure instead of referring to the already sunset fedorahosted. Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com> Reviewed-by: Christophe Fergeau <cfergeau@redhat.com>
* build: make curl optional, and only for testsPino Toscano2017-10-191-1/+1
| | | | | | | | | | | | | Look for curl only when the tests are enabled, and as optional build dependency. If curl is missing, then the two network tests are not built. Also, limit the use of curl CFLAGS/LIBS only for the tests that really need it. As side result, it is possible to drop the curl BuildRequires from the mingw spec, as it builds with --enable-tests=no. Signed-off-by: Pino Toscano <ptoscano@redhat.com> Reviewed-by: Daniel P. Berrange <berrange@redhat.com>
* Switch from libsoup to libcurlPino Toscano2017-10-161-1/+1
| | | | | | | | | | | | | | | libsoup is used to check the validity of URLs in distributions in osinfo-db; OTOH it supports only HTTP(S), so this limits the checks to that protocol. To overcome this limitation, switch to libcurl: while it requires slightly more code to do the same task, it provides a bit more flexibility, and support for other protocols. No version check is performed, since the APIs used are old enough. Adapt also the README, and the packaging files. Acked-by: Christophe Fergeau <cfergeau@redhat.com>
* README: adjust wording a little.Roman Bogorodskiy2016-04-191-1/+1
|
* README: update homepageRoman Bogorodskiy2016-04-191-1/+1
|
* README: Fix typoChristophe Fergeau2014-03-141-2/+2
| | | | This fixes a typo in the 'Patch submission' header
* README: fix mailing list URLGiuseppe Scrivano2014-02-281-3/+3
| | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
* Update README fileFabiano Fidêncio2012-08-231-0/+2
| | | | | | Add dependencies needed by install scripts Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
* Add homepage/mailing list / download links to READMEDaniel P. Berrange2011-11-211-0/+19
|
* Improved README fileZeeshan Ali (Khattak)2011-10-211-8/+23
|
* Updated README.Arjun Roy2010-01-271-0/+10
| | | | | | | TODO: 1. Update docs 2. Better error handling and messages for reading XML data 3. More unit tests and more automation for unit tests.
* Initial commit with API definition, overview, and sample program.Arjun Roy2009-11-061-0/+0
No implementation at all yet.