Re: KF5 Tags tag tags, not commits

2016-04-24 Thread Stephen Kelly
David Faure wrote: > On Sunday 24 April 2016 13:54:02 Stephen Kelly wrote: >> >> Why doesn't v5.21.0 tag the d2e7c78c94e6 commit directly instead? > > Don't know. > > I just call git tag, then git does its magic. > > cat $here/modules.git | while read repo branch; do > echo $repo > . $

Re: [KIO] cookie service and installing in a parallel prefix (/opt/local)

2016-04-24 Thread David Faure
On Friday 22 April 2016 23:51:51 René J.V. Bertin wrote: > On Friday April 22 2016 23:33:27 René J.V. Bertin wrote: > > > Looks like I'm going to have to add output to kio_http and see if the error > > message doesn't come from an error==ENOENT returned from a failed function > > call. Seems lik

Re: KF5 Tags tag tags, not objects

2016-04-24 Thread David Faure
On Sunday 24 April 2016 13:54:02 Stephen Kelly wrote: > > Why doesn't v5.21.0 tag the d2e7c78c94e6 commit directly instead? Don't know. I just call git tag, then git does its magic. cat $here/modules.git | while read repo branch; do echo $repo . $here/version tagname=v$version v

Re: Jenkins-kde-ci: kdbusaddons master kf5-qt5 » Linux, gcc - Build # 11 - Still Unstable!

2016-04-24 Thread Martin Graesslin
On Saturday, April 23, 2016 8:48:17 PM CEST Ben Cooksley wrote: > On Sat, Apr 23, 2016 at 8:35 PM, Martin Graesslin wrote: > > On Saturday, April 23, 2016 1:09:00 PM CEST Ben Cooksley wrote: > >> On Sat, Apr 23, 2016 at 1:04 PM, Daniel Vrátil wrote: > >> > On Saturday, April 23, 2016 1:44:16 AM

Re: Jenkins-kde-ci: kdbusaddons master kf5-qt5 » Linux, gcc - Build # 11 - Still Unstable!

2016-04-24 Thread Ben Cooksley
On Mon, Apr 25, 2016 at 10:36 AM, Albert Astals Cid wrote: > El dilluns, 25 d’abril de 2016, a les 9:05:58 CEST, Ben Cooksley va escriure: >> On Sun, Apr 24, 2016 at 11:46 AM, Michael Pyne wrote: >> > On Sat, April 23, 2016 13:09:00 Ben Cooksley wrote: >> >> On Sat, Apr 23, 2016 at 1:04 PM, Danie

Re: Jenkins-kde-ci: kdbusaddons master kf5-qt5 » Linux, gcc - Build # 11 - Still Unstable!

2016-04-24 Thread Albert Astals Cid
El dilluns, 25 d’abril de 2016, a les 9:05:58 CEST, Ben Cooksley va escriure: > On Sun, Apr 24, 2016 at 11:46 AM, Michael Pyne wrote: > > On Sat, April 23, 2016 13:09:00 Ben Cooksley wrote: > >> On Sat, Apr 23, 2016 at 1:04 PM, Daniel Vrátil wrote: > >> > any chance to get this patch into our Qt

[Differential] [Updated] D1465: KFileItem: remove separate storage of times, use UDSEntry instead.

2016-04-24 Thread dfaure (David Faure)
dfaure added a reviewer: Frameworks. REVISION DETAIL https://phabricator.kde.org/D1465 EMAIL PREFERENCES https://phabricator.kde.org/settings/panel/emailpreferences/ To: dfaure, Frameworks ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@

Re: ECM metainfo path

2016-04-24 Thread Matthias Klumpp
2016-04-22 12:45 GMT+02:00 Harald Sitter : > Lost mailing list CC, I am assuming that was intentional? (: Oops, no - I didn't see the CC and didn't hit reply-all then... Adding the list back (hope your reply isn't private ;-) ), the mail I sent first is below. > On Thu, Apr 21, 2016 at 4:21 PM, M

Re: Jenkins-kde-ci: kdbusaddons master kf5-qt5 » Linux, gcc - Build # 11 - Still Unstable!

2016-04-24 Thread Ben Cooksley
On Sun, Apr 24, 2016 at 11:46 AM, Michael Pyne wrote: > On Sat, April 23, 2016 13:09:00 Ben Cooksley wrote: >> On Sat, Apr 23, 2016 at 1:04 PM, Daniel Vrátil wrote: >> > any chance to get this patch into our Qt build on the CI since it has been >> > integrated upstream now? As it affects all test

Re: Review Request 127251: [KUnitConversion] Fix downloading currency exchange rates

2016-04-24 Thread Kai Uwe Broulik
> On April 24, 2016, 1:57 nachm., David Faure wrote: > > Better, but I'm still wary of the reentrancy due to the nested event loop > > usage. > > > > I bet this leads to a complete deadlock: > > > > QTimer::singleShot(0, this, SLOT(launchConversion())); > > launchConversion(); > > > >

Jenkins-kde-ci: kservice master kf5-qt5 » Linux,gcc - Build # 18 - Failure!

2016-04-24 Thread no-reply
GENERAL INFO BUILD FAILURE Build URL: https://build.kde.org/job/kservice%20master%20kf5-qt5/PLATFORM=Linux,compiler=gcc/18/ Project: PLATFORM=Linux,compiler=gcc Date of build: Sun, 24 Apr 2016 16:56:40 + Build duration: 1.9 sec CHANGE SET No changes _

Jenkins-kde-ci: kglobalaccel master kf5-qt5 » Linux,gcc - Build # 16 - Still Unstable!

2016-04-24 Thread no-reply
GENERAL INFO BUILD UNSTABLE Build URL: https://build.kde.org/job/kglobalaccel%20master%20kf5-qt5/PLATFORM=Linux,compiler=gcc/16/ Project: PLATFORM=Linux,compiler=gcc Date of build: Sun, 24 Apr 2016 16:56:40 + Build duration: 1 min 9 sec CHANGE SET No changes JUNIT RESULTS Name: (

Re: Review Request 127251: [KUnitConversion] Fix downloading currency exchange rates

2016-04-24 Thread David Faure
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/127251/#review94808 --- Better, but I'm still wary of the reentrancy due to the neste

Re: Review Request 127251: [KUnitConversion] Fix downloading currency exchange rates

2016-04-24 Thread Kai Uwe Broulik
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/127251/ --- (Updated April 24, 2016, 1:26 nachm.) Review request for KDE Frameworks a

KF5 Tags tag tags, not objects

2016-04-24 Thread Stephen Kelly
If you look in gitk at karchive (or any other repo), you can see that commit d2e7c78c94e6 is tagged with both v5.21.0-rc2 and v5.21.0. If you click on the v5.21.0-rc2 tag, you can see that it tags the commit. That is the usual thing to do. Tag: v5.21.0-rc2 object d2e7c78c94e629a60bcff7b5c1abaf