Make KReport use marble component, KEXI & KEXI frameworks stable is 3.1
ClosedPublic

Authored by staniek on Jan 31 2018, 8:30 PM.

Diff Detail

Repository
R499 Metadata for build scripts
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
staniek requested review of this revision.Jan 31 2018, 8:30 PM
staniek created this revision.
mpyne accepted this revision.Feb 1 2018, 2:01 AM
mpyne added a subscriber: mpyne.

The change looks fine to me. If the 3.1 versions of the kexi repos require any significant additional dependencies to be installed then you will want to notify the KDE sysadmins to ensure build.kde.org CI instances are setup properly before you commit, but otherwise it should be OK to commit.

One thing to keep in mind (in case you weren't already aware) is that there's a sysadmin/repo-metadata repository, where the branches for l10n purposes are assigned (one of these days we'll get it all merged in a single repo...). However I've just checked and stable_kf5 is already aligned to version 3.1 for kexi and k{property,db,report}, so no further action is needed there.

This revision is now accepted and ready to land.Feb 1 2018, 2:01 AM

Thanks for caring for completeness of the config, Michael!

From a brief look at the dependencies I noted two not small but needed items for KDb:

https://build.kde.org/job/Extragear%20kdb%20kf5-qt5%20SUSEQt5.9/30/consoleFull

04:12:33 -- Could NOT find MySQL (missing: MYSQL_LIBRARIES MYSQL_INCLUDE_DIR MYSQL_LIB_DIR)
04:12:33 -- Could NOT find PostgreSQL (missing: PostgreSQL_LIBRARY PostgreSQL_INCLUDE_DIR PostgreSQL_TYPE_INCLUDE_DIR)

Do you think these can be provided?

mpyne added a comment.Feb 2 2018, 2:36 AM

04:12:33 -- Could NOT find MySQL (missing: MYSQL_LIBRARIES MYSQL_INCLUDE_DIR MYSQL_LIB_DIR)
04:12:33 -- Could NOT find PostgreSQL (missing: PostgreSQL_LIBRARY PostgreSQL_INCLUDE_DIR PostgreSQL_TYPE_INCLUDE_DIR)

Do you think these can be provided?

I don't see why not but I am not actually on the sysadmin team myself. I'd recommend asking in #kde-sysadmin or entering a ticket at https://go.kde.org/systickets to request that MySQL and PostgreSQL be added to support kDB.

bshah added a subscriber: bshah.Feb 2 2018, 7:26 AM

Uh T4946 looks unrelated?

This revision was automatically updated to reflect the committed changes.

I don't see why not but I am not actually on the sysadmin team myself. I'd recommend asking in #kde-sysadmin or entering a ticket at https://go.kde.org/systickets to request that MySQL and PostgreSQL be added to support kDB.

OK Michael, created T7897.