Hi Daniel, On Fri, May 13, 2016 at 12:56 PM, Daniel P. Berrange <berrange@xxxxxxxxxx> wrote: > As mentioned previously we need to split off the database > from the main libosinfo library. In order todo so, we need > some tools to manage the database. One of those is the > pre-existing osinfo-db-validate command, but in future > it will be joined by osinfo-db-import & osinfo-db-export > to let admins import/export tar.gz or zip (TBD) archives > of the database independantly of the libosinfo library > releases. > > The new repository is at: > > https://gitlab.com/libosinfo/osinfo-db-tools I understand and agree that we need a separate repo/package for db but why a separate repo for tools? Why can't this be part of -db itself or kept as part of libosinfo even? > and all existing committers of libosinfo git should have > equal access to the new repository. > > The new repository used git filter-branch to preserve > the original git history for the files that were kept. > > These two patches (which are already committed to master) > show the small fixes done after filtering the git history > to get the build and RPMs working > > The project is starting with a version number of 1.0.0, > since it really is pointless to live for years with a > version number < 1.0.0, when the package is already being > shipped & used in enterprise distros. > > Daniel P. Berrange (2): > Fix build system after creating initial repository > Import trimmed translations from libosinfo project > > .gitignore | 51 +- > AUTHORS.in | 8 +- > Makefile.am | 27 +- > NEWS | 496 +---------- > README | 23 +- > autobuild.sh | 4 +- > autogen.sh | 4 +- > cfg.mk | 11 - > configure.ac | 265 +----- > docs/Makefile.am | 2 +- > docs/object-model.fig | 113 --- > libosinfo.spec.in | 144 ---- > mingw-libosinfo.spec.in | 141 ---- > mingw-osinfo-db-tools.spec.in | 85 ++ > osinfo-db-tools.spec.in | 39 + > po/LINGUAS | 95 +++ > po/POTFILES.in | 1 + > po/af.po | 76 ++ > po/am.po | 76 ++ > po/anp.po | 76 ++ > po/ar.po | 77 ++ > po/as.po | 76 ++ > po/ast.po | 76 ++ > po/bal.po | 76 ++ > po/be.po | 77 ++ > po/bg.po | 76 ++ > po/bn.po | 76 ++ > po/bn_IN.po | 76 ++ > po/bo.po | 76 ++ > po/br.po | 76 ++ > po/brx.po | 76 ++ > po/bs.po | 77 ++ > po/ca.po | 1584 ++++++++++++++++++++++++++++++++++ > po/cs.po | 76 ++ > po/cy.po | 77 ++ > po/da.po | 76 ++ > po/de.po | 1234 +++++++++++++++++++++++++++ > po/de_CH.po | 76 ++ > po/el.po | 76 ++ > po/en_GB.po | 76 ++ > po/eo.po | 76 ++ > po/es.po | 959 +++++++++++++++++++++ > po/et.po | 76 ++ > po/eu.po | 76 ++ > po/fa.po | 76 ++ > po/fi.po | 76 ++ > po/fr.po | 1866 +++++++++++++++++++++++++++++++++++++++++ > po/gl.po | 76 ++ > po/gu.po | 76 ++ > po/he.po | 76 ++ > po/hi.po | 76 ++ > po/hr.po | 77 ++ > po/hu.po | 76 ++ > po/ia.po | 76 ++ > po/id.po | 76 ++ > po/ilo.po | 76 ++ > po/is.po | 76 ++ > po/it.po | 76 ++ > po/ja.po | 1235 +++++++++++++++++++++++++++ > po/ka.po | 76 ++ > po/kk.po | 76 ++ > po/km.po | 76 ++ > po/kn.po | 76 ++ > po/ko.po | 76 ++ > po/kw.po | 77 ++ > po/kw@xxxxxxxx | 77 ++ > po/kw@xxxxxxxx | 77 ++ > po/kw_GB.po | 77 ++ > po/ky.po | 76 ++ > po/lt.po | 77 ++ > po/lv.po | 77 ++ > po/mai.po | 76 ++ > po/mk.po | 76 ++ > po/ml.po | 76 ++ > po/mn.po | 76 ++ > po/mr.po | 76 ++ > po/ms.po | 76 ++ > po/nb.po | 76 ++ > po/nds.po | 76 ++ > po/ne.po | 76 ++ > po/nl.po | 76 ++ > po/nn.po | 76 ++ > po/nso.po | 76 ++ > po/or.po | 76 ++ > po/pa.po | 76 ++ > po/pl.po | 1590 +++++++++++++++++++++++++++++++++++ > po/pt.po | 76 ++ > po/pt_BR.po | 1206 ++++++++++++++++++++++++++ > po/ro.po | 77 ++ > po/ru.po | 77 ++ > po/si.po | 76 ++ > po/sk.po | 76 ++ > po/sl.po | 77 ++ > po/sq.po | 76 ++ > po/sr.po | 77 ++ > po/sr@xxxxxxxx | 77 ++ > po/sv.po | 76 ++ > po/ta.po | 76 ++ > po/te.po | 76 ++ > po/tg.po | 76 ++ > po/th.po | 76 ++ > po/tr.po | 76 ++ > po/tw.po | 76 ++ > po/uk.po | 1589 +++++++++++++++++++++++++++++++++++ > po/ur.po | 76 ++ > po/vi.po | 76 ++ > po/wba.po | 76 ++ > po/yo.po | 76 ++ > po/zanata.xml | 106 +++ > po/zh_CN.po | 76 ++ > po/zh_HK.po | 76 ++ > po/zh_TW.po | 76 ++ > po/zu.po | 76 ++ > tools/Makefile.am | 27 +- > 114 files changed, 18246 insertions(+), 1287 deletions(-) > delete mode 100644 docs/object-model.fig > delete mode 100644 libosinfo.spec.in > delete mode 100644 mingw-libosinfo.spec.in > create mode 100644 mingw-osinfo-db-tools.spec.in > create mode 100644 osinfo-db-tools.spec.in > create mode 100644 po/LINGUAS > create mode 100644 po/POTFILES.in > create mode 100644 po/af.po > create mode 100644 po/am.po > create mode 100644 po/anp.po > create mode 100644 po/ar.po > create mode 100644 po/as.po > create mode 100644 po/ast.po > create mode 100644 po/bal.po > create mode 100644 po/be.po > create mode 100644 po/bg.po > create mode 100644 po/bn.po > create mode 100644 po/bn_IN.po > create mode 100644 po/bo.po > create mode 100644 po/br.po > create mode 100644 po/brx.po > create mode 100644 po/bs.po > create mode 100644 po/ca.po > create mode 100644 po/cs.po > create mode 100644 po/cy.po > create mode 100644 po/da.po > create mode 100644 po/de.po > create mode 100644 po/de_CH.po > create mode 100644 po/el.po > create mode 100644 po/en_GB.po > create mode 100644 po/eo.po > create mode 100644 po/es.po > create mode 100644 po/et.po > create mode 100644 po/eu.po > create mode 100644 po/fa.po > create mode 100644 po/fi.po > create mode 100644 po/fr.po > create mode 100644 po/gl.po > create mode 100644 po/gu.po > create mode 100644 po/he.po > create mode 100644 po/hi.po > create mode 100644 po/hr.po > create mode 100644 po/hu.po > create mode 100644 po/ia.po > create mode 100644 po/id.po > create mode 100644 po/ilo.po > create mode 100644 po/is.po > create mode 100644 po/it.po > create mode 100644 po/ja.po > create mode 100644 po/ka.po > create mode 100644 po/kk.po > create mode 100644 po/km.po > create mode 100644 po/kn.po > create mode 100644 po/ko.po > create mode 100644 po/kw.po > create mode 100644 po/kw@xxxxxxxx > create mode 100644 po/kw@xxxxxxxx > create mode 100644 po/kw_GB.po > create mode 100644 po/ky.po > create mode 100644 po/lt.po > create mode 100644 po/lv.po > create mode 100644 po/mai.po > create mode 100644 po/mk.po > create mode 100644 po/ml.po > create mode 100644 po/mn.po > create mode 100644 po/mr.po > create mode 100644 po/ms.po > create mode 100644 po/nb.po > create mode 100644 po/nds.po > create mode 100644 po/ne.po > create mode 100644 po/nl.po > create mode 100644 po/nn.po > create mode 100644 po/nso.po > create mode 100644 po/or.po > create mode 100644 po/pa.po > create mode 100644 po/pl.po > create mode 100644 po/pt.po > create mode 100644 po/pt_BR.po > create mode 100644 po/ro.po > create mode 100644 po/ru.po > create mode 100644 po/si.po > create mode 100644 po/sk.po > create mode 100644 po/sl.po > create mode 100644 po/sq.po > create mode 100644 po/sr.po > create mode 100644 po/sr@xxxxxxxx > create mode 100644 po/sv.po > create mode 100644 po/ta.po > create mode 100644 po/te.po > create mode 100644 po/tg.po > create mode 100644 po/th.po > create mode 100644 po/tr.po > create mode 100644 po/tw.po > create mode 100644 po/uk.po > create mode 100644 po/ur.po > create mode 100644 po/vi.po > create mode 100644 po/wba.po > create mode 100644 po/yo.po > create mode 100644 po/zanata.xml > create mode 100644 po/zh_CN.po > create mode 100644 po/zh_HK.po > create mode 100644 po/zh_TW.po > create mode 100644 po/zu.po > > -- > 2.5.5 > > _______________________________________________ > Libosinfo mailing list > Libosinfo@xxxxxxxxxx > https://www.redhat.com/mailman/listinfo/libosinfo -- Regards, Zeeshan Ali (Khattak) _______________________________________________ Libosinfo mailing list Libosinfo@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libosinfo