[Libosinfo] [PATCH] Setup new osinfo-db GIT repo for datbase
Daniel P. Berrange
berrange at redhat.com
Mon Jul 18 14:14:39 UTC 2016
This series of 1 patch introduces the new osinfo-db GIT
repo for the libosinfo database. See the patch commit
message for details of how I created the repo while keeping
existing GIT history intact.
The new repo is visible here:
https://gitlab.com/libosinfo/osinfo-db
Or clonable via ssh with
git at gitlab.com:libosinfo/osinfo-db.git
This new repo only contains the actual database files and
corresponding .po file translations, nothing more. It does
not even bother with autoconf/automake, just a simple
Makefile at the top level which speeds things up no end.
NB to build you must already have osinfo-db installed.
Daniel P. Berrange (1):
Fix build system after creating initial repository
.gitignore | 109 +---
COPYING | 681 +++++++++++++--------
COPYING.LIB | 502 ---------------
Makefile | 109 ++++
README | 25 +-
autobuild.sh | 65 +-
.../libosinfo.rng => schema/osinfo.rng.in} | 2 +
mingw-osinfo-db.spec.in | 48 ++
osinfo-db.spec.in | 32 +
9 files changed, 633 insertions(+), 940 deletions(-)
delete mode 100644 COPYING.LIB
create mode 100644 Makefile
rename data/{schemas/libosinfo.rng => schema/osinfo.rng.in} (99%)
create mode 100644 mingw-osinfo-db.spec.in
create mode 100644 osinfo-db.spec.in
--
2.7.4
More information about the Libosinfo
mailing list