=== jono is now known as Guest2834 [07:22] thomi: around? === alan_g is now known as alan_g|afk === alan_g|afk is now known as alan_g [09:11] ping mzanetti [09:11] hey dandrader [09:11] mzanetti, hi. Should I avoid using qml's SignalSpy for now? [09:11] because of its bug [09:12] dandrader: well.. depends... if you wanna check if singals are emitted, you have to use it. but yeah, be careful with absolute signal count comparisons [09:12] dandrader: spy.wait() works pretty well [09:12] dandrader: just spy.count is bogus [09:13] mzanetti, ok [09:13] dandrader: spy.clear() works (sets count to 0) but next time the signal is triggered, it goes again up to where it was +1 [09:13] ah, got it [09:13] dandrader: and I found the issue you had with the greeter tests *finally* [09:13] dandrader: the issue was the tests being executed _before_ the user list was loaded [09:13] mzanetti, did you fix it already. they run fine for me yesterday [09:14] dandrader: I fixed it, but only in my jenkins testing branch [09:14] Saviq, mind giving further thoughts on this: https://code.launchpad.net/~nicolas-doffay/unity/page-header-test/+merge/155242 [09:14] nic-doffay: oh hey! I can have a look too if you want [09:14] Yeah thanks mzanetti anyone really with something to add. [09:16] nic-doffay: one hint: because the keyClick() is very cumbersome when typing whole words, we introduced a function typeString("foobar") [09:16] Awesome, I'll replace them. [09:16] nic-doffay: if you want to use it, you only need to use UnityTestCase {} instead of TestCase {} and it'll be available [09:17] nic-doffay, your condition is incorrect, the label overflows the search entry [09:18] nic-doffay, narrowMode: parent.width < label.contentWidth + units.gu(50) [09:18] Saviq: you wrote the search thing... wouldn't it be required to call triggerSearch() before typing the text in order to put input focus to the textfield? [09:19] mzanetti, yeah [09:19] hmm... can't see that test passing then... lemme try running it [09:19] mzanetti, btw, did you propose a fix for the SignalSpy issue to Qt? [09:20] nic-doffay, you want to be in narrow mode if there's not enough space - i.e. "label.contentWidth + units.gu(50)" - units.gu(50) being the size of expanded search entry + margins [09:20] dandrader: no... not had the time yet. [09:22] nic-doffay, test_reset_search doesn't actually type into the box (you need triggerSearch first - and verify it's typed in) [09:23] nic-doffay, and add the test to CMakeLists.txt [09:23] Saviq: nic-doffay: yeah, the triggerSearch() thing affects most of the tests [09:25] nic-doffay: test_resize_disable_search_by_width fails here. this is not what it does. if the window gets too small, it just hides the searchField from the header, but triggerSearch() would still bring it in. [09:26] nic-doffay: to check that you maybe could compare the y value of the textField [09:26] nic-doffay: if the search is NOT triggered and the windows is small, y should be negative I guess (because its moved to above the header) [09:29] Thanks for the comments guys, could you leave them on the MP? Saviq mzanetti [09:29] nic-doffay, k [09:30] sure [09:35] thnx [09:44] mzanetti, do you know how to get the signal arguments out of SignalSpy. Not having much success with SignalSpy::signalArguments [09:45] dandrader: it should be a array [09:46] dandrader: in C++ its a QVariantList [09:46] dandrader: which can hold other Q*Lists of course. [09:46] ah ok. that might explain my problems with it [09:46] Saviq: so it might be even a 2-dimensional array [09:46] dandrader: ^^ [09:47] sorry Saviq [09:47] mzanetti, uff [09:47] Saviq: I commented on nic's MP to one comment you made [09:48] mzanetti, of course, sorry [10:05] mmrazik: hey === dandrader is now known as dandrader|afk [10:05] mmrazik: this doesn't seem to be temporary: http://10.97.0.6:8080/job/unity-phablet-mods-quantal-i386-autolanding/4/console [10:06] mmrazik: ccache permission denied that is [10:07] mhm [10:09] mzanetti: I have no clue what it is :-/ [10:09] mzanetti: and I feel particularly bad today so I will most likely end up in the bed soon :-/ [10:09] mmrazik: hmm... does it only happen with unity-phablet-mods so far or did others complain too? [10:10] mzanetti: phablet-mods is the only project where I've seen it so far [10:10] but then kinnara is fairly new [10:11] mzanetti: do you know if it happens only with a single branch? [10:11] Saviq: do you know? ^ [10:11] mzanetti: tsdgeos have seen this couple of times apparently [10:11] btw is it just me or irc.canonical.com doesn't work? [10:11] mmrazik: yeah... its the same as yesterday... [10:11] irc works for me [10:12] interesting.. I'm getting connection reset by peer [10:12] mmrazik: well. I didn't disconnect in the last few days [10:13] but I see other people in there that don't have a bouncer set up... so It should work [10:14] mzanetti, it's the only project/branch we've seen there [10:14] failing? [10:14] yes [10:14] did tsdgeos feed jenkins as I suggested yesterday? [10:15] it really looks to be personal [10:15] hmm... so there might be a change that produces a filename with special chars or the like [10:15] mzanetti, mmrazik, but, it won't build on quantal without that MP, so not sure what to do :/ [10:15] hm... thats a tricky one [10:15] mzanetti: AFAICS it always seems to be a different file [10:16] yeah [10:16] it's random [10:16] but only quantal i386 [10:16] mzanetti: I'll try to build couple of time directly on kinnara [10:16] just to see if there is some pattern with the filenames [10:17] Saviq: it works! http://s-jenkins:8080/job/unity-phablet-qmluitests/ [10:17] mzanetti, awesome [10:17] yeah! this is freakin awesome :D [10:18] mzanetti, can we get rid of Files / Packages? [10:18] ym [10:18] Conditionals/Packages? [10:18] Saviq: I'll try. this is the very first time I dig into cobertura internal [10:18] s [10:18] Saviq: conditionaly is always 0 [10:18] mzanetti, ah, so you had to fake the lines ;) [10:19] Saviq: yeah [10:19] mzanetti, "Conditionals 100%" [10:19] 0/0 => 100% :D [10:19] not true [10:19] Saviq: for jenkins/cobertura it is :D [10:19] ;) [10:20] Saviq: package is always 1 as I didn't bother to split the xml in directories or whatever [10:20] mzanetti, k got it === dandrader|afk is now known as dandrader [10:26] mzanetti: I executed the same pbuilderjenkins command as jenkins on kinnara and the branch is at ~70% [10:26] mmrazik: you also executed it directly on kinnara, right? [10:27] mzanetti: yup [10:27] mmrazik: but yeah.. remember my qmluitests yesterday? [10:27] the jenkins call would stall, but manually it passed [10:28] mzanetti: it might be that if you try long enough it will start to wok. Will need to check sources of pbuilder. I already did that once but can't remember what exactly it is doing with the permissions in the dir [10:28] but it is doing somethin there [10:28] mmrazik: hmm... ok. then we'll keep on triggering rebuilds in the meantime? [10:29] mzanetti: mhm... my build was successful. let me trigger the build from jenkins [10:51] mzanetti: it failed in jenkins :-/ http://s-jenkins:8080/job/unity-phablet-mods-quantal-i386-ci/15/console [10:52] mmrazik: the manual run you did, it did use ccache, right? [10:53] mzanetti: mhm... can't tell doing it again [10:53] but it should [10:53] mmrazik: on kinnara in /var/cache/pbuilder/ccache/2/d/ there are exctly those filenames with a weird userid [10:54] mmrazik: lemme try deleting those and retrigger [10:54] mzanetti: all the files have weird userids [10:54] mzanetti: thats what pbuilder does [10:54] mmrazik: ok... still its only that file here... all the others are gone [10:54] mzanetti: pbuilder certainly changes everything in the ccache dir recursievly upon start [11:03] mzanetti: the "manual" build is using ccache [11:04] there are plenty of files like "./d/5/72293cdf9dcfdea731281aafa9da79-5724171.o.tmp.stdout.kinnara.178080" being created with no issues [11:06] mmrazik: yeah... could it be some collision in /var/cache/pbuilder/ccache/ that one tries to create those files and another one cleans up the dir in the meantime? [11:06] mzanetti: I'm trying to do the same with su -l jenkins now [11:06] mmrazik: I know its unlikely, but I'm a bit lost what else could be happening [11:06] mzanetti: I was thinking of that too but then it would be very strange we didn't see it before [11:07] mmrazik: indeed after the failure there are only the one or two files he complains about left over. everything else is gone... [11:19] Saviq: so... here it is: https://code.launchpad.net/~mzanetti/unity/phablet-deps-update/+merge/155701 [11:20] mzanetti, you really need to like python more :D [11:20] Saviq: when I started the script I _really_ didn't expect it to create cobertura reports :D [11:21] mzanetti, why demo assets? [11:21] Saviq: the greeter for now :/ [11:21] right [11:21] Saviq: once the lightdm branch is merged, they can go again [11:23] Saviq: I just wanted to run inotifywatch to see if would work at all. it immediately worked that well that I got curious if generating the xml would work [11:23] by the time i realized bash is really not the way to go it was too late :D [11:31] ouch... 29 open MPs [11:31] thats going to clash once we can merge again [11:34] mzanetti, yeah, we really need to resolve the unity-mods issue :/ [11:35] Saviq: ok... I can't really continue with the jenkins job anyways as long as the latest MP isn't merged. [11:35] I'll get that mods thingie merged somehow :D [11:37] mzanetti, before you do that, can you mumble? [11:37] Saviq: sure [11:39] mzanetti: FYI -- I'm trying to disable ccache for this build right now [11:44] mmrazik, thanks [11:45] mzanetti: nasty but seems to work: https://code.launchpad.net/~mrazik/cupstream2distro-config/mods-workaround/+merge/155709 [11:45] http://s-jenkins:8080/job/unity-phablet-mods-quantal-i386-ci/19/console [11:46] Saviq: you aware that search does not work anymore in dash? [11:46] kaleo_, it works, only it crashes :P [11:46] Saviq: the textinput closes as soon as I type [11:46] kaleo_, on device? exact steps please? [11:47] Saviq: Nexus 10, tap on search field in people lens, type one letter === dandrader is now known as dandrader|lunch [11:47] kaleo_, crashes here, doesn't for you? [11:47] Saviq: nope [11:48] Saviq: iso from yesterday [11:48] iso? ;) [11:49] mmrazik: ok... fine with me if we can unblock unity/phablet with it... [11:50] mmrazik: I somehow have the feeling that the issue will come back in some form though [11:50] approved [11:52] mmrazik, thanks === MacSlow is now known as MacSlow|lunch [12:14] mzanetti, http://10.97.0.6:8080/job/unity-phablet-mods-quantal-i386-autolanding/9/console looks like the change didn't get through yet? [12:15] Saviq: yeah... with this cupstream2distro stuff we write the configs now in a bzr repo and it needs to be deployed to jenkins. I don't know yet how that works. [12:16] mmrazik: will you ping us when the disable ccache fix is applied to jenkins? [12:16] mzanetti: just did it [12:16] awesome. thanks mmrazik [12:18] mmrazik: ping [12:18] dednick: pong [12:19] mmrazik: morning. how can i get to the recordmydesktop videos for ap tests on jenkins? [12:19] dednick: can you point me to a jenkins job? [12:19] or merge proposal? === _salem is now known as salem_ [12:20] mmrazik: http://10.97.0.1:8080/job/ps-unity-100scopes-experimental-autopilot-release-testing/20/ [12:21] dednick: you first need to choose a configuration, then click on "Build artifacts" and then they are in the directory results/artifacts [12:21] here for ati: [12:21] http://10.97.0.1:8080/job/ps-unity-100scopes-experimental-autopilot-release-testing/20/label=autopilot-ati/artifact/results/artifacts/ [12:22] mmrazik: great! thanks === mmrazik is now known as mmrazik|afk [12:24] kaleo_, it's a keyboard regression [12:27] Saviq: darn [12:27] Saviq: logged? [12:27] kaleo_, not yet I don't think so [12:27] bug #1160630? [12:27] bug 1160630 in touch-preview-images "impossible to enter url into web browser on Nexus 7" [Undecided,New] https://launchpad.net/bugs/1160630 [12:27] kaleo_, hmm well [12:27] kaleo_, it's possible to type into the messaging menu === dandrader|lunch is now known as dandrader === alan_g is now known as alan_g|lunch === timchen`` is now known as timchen119 === MacSlow|lunch is now known as MacSlow [13:11] kenvandine, the scrolling in the new (QML)-gwibber is sooo nice! [13:13] kenvandine, is there an ETA on when the QML-gwibber will land in 13.04 by default? [13:14] nik90, as soon as the MIR bug for the qt packages is approved, bug 1157732 [13:14] bug 1157732 in qtxmlpatterns-opensource-src (Ubuntu) "[MIR] circle of friends" [Undecided,Incomplete] https://launchpad.net/bugs/1157732 [13:14] MacSlow, thanks :) [13:15] kenvandine: ok...it looks great!! thanks [13:16] nik90, thanks [13:25] Saviq: I think we will merge this one when it adds back the "check" target, right? https://code.launchpad.net/~unity-team/unity/phablet.unittests_new-cmake/+merge/154401 [13:26] Saviq: because MacSlow would need this in his tests and I'm thinking if he should depend on this MP or not [13:26] mzanetti, I'm actually working now on something very similar [13:26] mzanetti, be there in 10 [13:27] MacSlow: ^^ please sync with saviq on this one [13:27] Saviq, I wait for that thing you working on then [13:27] Saviq, any brach I could peak at to get an idea of what's coming? [13:28] MacSlow, not yet [13:28] Saviq, ping me when you're ready [13:30] Saviq: mmrazik|afk: merged! https://code.launchpad.net/~aacid/unity/phablet-mods-cherrypicked/+merge/155469 [13:30] mzanetti, old news :D [13:30] haha [13:30] Saviq: does that mean we can merge in the shell again? [13:30] mzanetti, soon [13:31] mzanetti, we need to push a version bump, can you prepare a bump to 7.81 please? [13:32] kgunn: are we having the review meeting today? [13:32] Saviq: ack [13:32] dednick: yep [13:32] kgunn: hey! I've got something nice for you :) (unless thats already old news too) [13:32] dednick: on hang out....let me know if you need me to dial in [13:33] to conf call that is [13:33] mzanetti: oooo, tell me [13:33] kgunn: http://s-jenkins:8080/job/unity-phablet-qmluitests/ [13:34] kgunn: and this http://s-jenkins:8080/job/unity-phablet-qmluitests/38/cobertura/qml_phone_shell/ [13:36] mzanetti: Saviq dandrader https://plus.google.com/hangouts/_/5e9eec5b9e0f2e2903f09967025198df1acaf186 [13:36] oh it's that time [13:37] kgunn, so no phone conference call? === alan_g|lunch is now known as alan_g [13:38] i can...hang on [13:38] gotta fetch my laptop then (where g hangouts work) [14:06] dednick, hey [14:06] dednick, is there any reason you didn't merge propose https://code.launchpad.net/~nick-dedekind/unity/smart-scopes.lp1159200 ? [14:07] I just ran into a segfault with the ppa [14:07] #0 __strlen_sse2_bsf () at ../sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S:50 [14:07] No locals. [14:07] #1 0xb23822ba in unity::dash::ScopeProxy::Impl::OnScopeActivateCallback(_GObject*, _GAsyncResult*, void*) () from /usr/lib/libunity-core-6.0.so.5 [14:07] No symbol table info available. [14:07] #2 0xb626b795 in g_simple_async_result_complete (simple=0xbc00c00) at /build/buildd/glib2.0-2.36.0/./gio/gsimpleasyncresult.c:777 [14:07] [14:07] I wonder if your vcs would fix it? [14:09] dednick, seems to be reported as https://bugs.launchpad.net/unity/+bug/1157351 [14:09] Launchpad bug 1157351 in unity (Ubuntu) "compiz crashed with SIGSEGV in unity::dash::ScopeProxy::Impl::OnScopeActivateCallback()" [Undecided,New] [14:09] seb128: ya, there are a few bugs. [14:09] seb128: five ma a sec [14:11] seb128: https://code.launchpad.net/~nick-dedekind/unity/smart-scopes.lp1159200/+merge/155742 [14:11] dednick, thanks ;-) [14:11] dednick, do you think it should fix the segfault I just mentioned? [14:11] seb128: probably [14:11] excellent [14:11] btw, while I'm here [14:12] who knows/is working on the indash payment [14:12] the text is not well displayed for me, it goes out of the text area/isn't wrapped as it should [14:12] is that known? [14:12] seb128: mandel [14:14] dednick, thanks [14:21] seb128: https://code.launchpad.net/~nick-dedekind/unity/smart-scopes.autopilot-build-20/+merge/155737 [14:21] om26er: hey... we just had a hangout in for the shell team and don't see the need for a standup today [14:22] om26er: do you have anything to report or ask? [14:22] dednick, was that supposed to be for sil2100? ;-) [14:23] seb128: sorry, yes :) [14:23] sil2100: https://code.launchpad.net/~nick-dedekind/unity/smart-scopes.autopilot-build-20/+merge/155737 [14:23] no worry ;-) [14:23] mzanetti, no, not anything in particular, also i turns out I would not have made either there seems to be a network problem in the whole country and the neighboring countries as well due to a link break in the sea. [14:23] so internet is slow and not suitable for calls [14:24] om26er: ok. [14:26] om26er: I'll be off for a full week now. [14:26] mzanetti, starting tomorrow ? [14:26] om26er: but in case you want to continue with indicator autopiloting, you should be able to find people here that can help you [14:26] om26er: yes, starting tomorrow [14:26] om26er: well. basically starting now [14:26] mzanetti, i am currently on the calculator tests, they are not much. [14:27] mzanetti, who exactly will be more relevant for the shell help ? [14:27] om26er: for everall shell -> Saviq [14:27] om26er: for the indicators dropdown thingie -> greyback [14:28] mzanetti, so you think the indicators are now in a working state now ? or were we missing something last time and everything was actually working ? [14:29] om26er: tbh I still don't know... have mostly been fighting Jenkins in the last 2 weeks [14:29] om26er: but the easiest way to try would be to run chewie-client [14:30] om26er: btw. chewie-client also completely lacks tests... thats where the actual indicator content tests should go [14:30] om26er: while in the shell there should be only tests to make sure that chewie-client gets plugged in correctly [14:31] dednick: thanks! Will check it out in a moment [14:31] om26er: on chewie-client I think oSoMoN and/or renato could help. you can find both in #ubuntu-touch [14:32] mzanetti, did you manage to push the unity release bump? [14:33] Saviq: doing now... sorry.. the meeting... [14:33] mzanetti, that's fine [14:37] Saviq: https://code.launchpad.net/~mzanetti/unity/phablet-release-1.65/+merge/155747 [14:37] mzanetti, cheers [14:38] Saviq: you said you are changing "make qmluitests" in a way that it continues to execute tests if one of them fails? [14:38] Saviq: did I understand that correct? [14:39] mzanetti, yeah [14:39] Saviq: perfect... I'll remove that from my todo then :) === dandrader is now known as dandrader|afk === davidcalle_ is now known as davidcalle === dandrader|afk is now known as dandrader [15:14] mzanetti, https://code.launchpad.net/~saviq/unity/phablet-mods.bump-release/+merge/155758 please in the mean time [15:17] MacSlow, here's the more flexible CMake [15:17] https://code.launchpad.net/~saviq/unity/phablet.flexible-cmake-macro/+merge/155759 [15:21] Saviq, I've the the QML-UI test for the notification-renderer working by now... if you want to take a look lp:~macslow/unity/phablet-notification-renderer [15:21] Saviq, needs some polish... but basically working as expected with mock notifications [15:22] MacSlow, cool, thanks [15:23] MacSlow, "secondaryIcon.visible ? units.gu(11) : units.gu(8)" [15:23] MacSlow, you should anchor to secondaryIcon instead [15:23] Saviq, true [15:23] thx [15:23] MacSlow, "width: secondaryIcon.visible ? units.gu (25) : units.gu (28)" [15:23] anchor to the right instead [15:27] MacSlow, I'd probably s/Bubble/Notification/ [15:28] MacSlow, and no need to put Bubble.qml alone in Bubble [15:29] MacSlow, "Bubble: Binding loop detected for property "height"" === alan_g is now known as alan_g|afk [15:29] Saviq, there are going to be different types... so I wanted to keep it separate. [15:30] Saviq, yeah... know about that runtime-warning... trying to sort it out [15:30] MacSlow, that means you're binding a property to itself / something that's already dependant on that property [15:31] MacSlow, I'm not sure there need to be multiple types, it can be a single component, IMO, that "morph" to different layouts depending on its type [15:31] MacSlow, anyway, that's just a quick look [15:32] MacSlow, will go through it properly tomorrow [15:32] Saviq, sure thanks === alan_g|afk is now known as alan_g [15:43] JohnLea: could you look at bug 1160974 when you have a moment and let me know if it's intentional or not.. (there's a video) [15:43] bug 1160974 in Unity "Dash category highlight is offputting / annoying" [Undecided,New] https://launchpad.net/bugs/1160974 [15:43] (please) [15:58] popey, that's not new is it? [15:58] it was already doing that in quantal (and precise?) [15:58] i cant remember now ☺ [15:59] popey, the main issue on your video is "it's loading ... yeah, still loading ... will eventually load ... oh, there we go ... almost ready ... yeah, good" [15:59] yeah, that too [15:59] i never really had that many categories in 12.04 or 12.10 [15:59] so there's certainly more flickering of the category because I'm seeing more stuff so scrolling more [15:59] right [16:00] I think the rational was to show that you can click on the "show more result" expander [16:00] bug 1158044 [16:00] bug 1158044 in Unity "Dash search results take seconds to appear, leap around as they do" [Critical,Confirmed] https://launchpad.net/bugs/1158044 [16:00] thats the slow loading one === alan_g is now known as alan_g|vt [16:20] fginther, so.. could we start putting projects into auto-upload for the daily-build-next PPA? === alan_g|vt is now known as alan_g [16:29] mterry, are you talking about auto-merge jobs? [17:03] sil2100: can you give a quick review please? https://code.launchpad.net/~nick-dedekind/unity/smart-scopes.autopilot-build-20/+merge/155737 [17:10] dednick: ah, shit! Sorry, completely forgot about it as I was busy with Qt5 stuff ;) Sorry, checking it now! [17:11] * sil2100 has a crazy day today [17:12] thanks. no problem [17:15] dednick: approved, really nice fix [17:16] sil2100: thanks [17:21] fginther, sorry, didn't see your reply [17:22] dednick, im also around for reviews...im looking into this rendering problem... [17:22] fginther, there are two things: autolanding (automatic commits) and autouploading (push to PPA) -- are there more standard words for those? [17:22] bschaefer: cool. thanks [17:22] fginther, I was talking about both I guess [17:24] dednick, np [17:24] * bschaefer wonders if clipping is to blame with the scroll view... === alan_g is now known as alan_g|life [17:52] mterry, I guess auto-upload is the most accurate name, just wanted to make sure I wasn't misunderstanding... [17:52] fginther, we used to use autodidrocks for that, but I've fallen to just saying autoupload :) [17:53] mterry, so I only thought we were waiting until the daily release tools and process was ready [17:54] fginther, I guess that was my question. Is that really a question for didrocks? [17:55] mterry, yes [17:55] k [17:55] mterry, I think upstream can start updating jobs at any time [17:56] fginther, I believe we already have autolanding for most of the phablet stuff right? [17:56] mterry, yes, I believe everything in the phablet dir is autolanding [17:57] fginther, cool. Will bug didrocks about autouploading later [17:57] mterry, excellent [18:11] mterry, ping [18:11] mhr3, hi [18:11] mterry, hey there, didrocks told us yesterday that you'd be able to push new unity stack into the smart scopes ppa [18:12] is that something you have a moment to do? [18:13] mhr3, hrm, OK... Where is the new unity stack now? [18:13] mhr3, (I don't have a lot of context, haven't been working on 100scopes) [18:13] mterry, but like in a moment, we're still merging a few branches [18:13] mterry, is it enough if i give you ppa where it ends up? [18:14] branches have autolanding, and there's daily job that pushes it there [18:14] we just want one extra update before tomorrows daily [18:14] mhr3, OK [18:14] mhr3, ah! OK. So you just want another run of the upload-trunk-to-ppa job? [18:15] i guess so :) [18:15] but not yet, give us few more minutes [18:15] mhr3, yeah I can do that no problem. Let me know when everything has landed in trunk [18:15] k [18:45] mzanetti, would you mind giving https://code.launchpad.net/~mterry/unity/phablet-greeter-lightdm/+merge/152288 another look-see? [18:45] fginther, can you poke the above ci job ^ I believe it ran when it was broken on raring [18:45] mterry, sure, give me a few minutes please [18:45] fginther, no rush [18:58] mterry, done === racarr is now known as racarr|lunch [19:25] Saviq: hey...just did a fresh pull, i'm failing to build on lens.cpp...just seeing if you knew [19:26] kgunn, you need to rebuild unity [19:26] Saviq: ah [19:26] kgunn, either drop ../build_unity/unity [19:26] kgunn, or go in there and go `bzr pull --overwrite` [19:27] Saviq: thanks...i'll update our "getting started instructions" as this might happen now and then [19:27] kgunn, and go ./build_unity [19:27] right ;) [19:27] kgunn, ./build_unity has a -u option [19:28] kgunn, that will update the trees [19:28] kgunn, but this time we rewrote history of lp:unity/phablet-mods [19:28] to reduce our diff [19:28] so an --overwrite pull is needed [19:29] got it, so ./build-unity -u won't work this once [19:37] kgunn, yup [19:40] mhall119: ping [19:45] kgunn: pong [20:10] mterry, ok, hopefully we're done [20:10] mhr3, OK [20:11] mhr3, the queue is already kinda busy, I'll start though. Is this urgent? I could try to cancel other jobs [20:11] mhr3, which packages saw changes? [20:15] seb128, you restarted unity-head on jenkins. Was that for a particular reason (to try UTAH failure again?) [20:15] mterry, trying the utah fixes, I figured we better want to see if it's still broken early rather than later [20:16] mterry, sorry if that's creating issues [20:16] seb128, no, I just may have another build coming through for the 100scopes [20:17] ok [20:17] let's cross fingers than utah behaves then ;-) [20:17] it seems better, the indicators new run I did is green on ati [20:17] where is was consistently failing earlier [20:18] mterry, ehm, many of them :) [20:24] mhr3, when doing things manually, I have to give a list of packages to rebuild... let me see.. [20:25] mterry, primary ones are libunity, unity, unity-scope-home, and the openweather scope [20:25] for the rest its fine if it builds later [20:29] mhr3, OK, build started for those [20:29] mterry, thx [20:30] mterry, ping me when it's published pls [20:30] k [20:30] mhr3, I might be EOD at that point. I'll try to look in later [20:30] mterry, when it'll be done approximately? [20:31] mhr3, takes 2 to 3 hours for the whole thing [20:37] mterry, kk, no need to ping me then [20:38] i'll probably won't be here anyway :) [20:38] olli_, ^ [20:38] heh, I was just reading the backlog [20:38] mterry, mhr3 I am just having an eye on the ppa [20:52] fginther, can you get us another run against this new build and 12.10? (and possibly 13.04) [20:53] what would be interesting is to get results for local searches, i.e. with the scope server turned off [20:53] olli_, sure thing [20:54] fginther, the build is due in a couple of hours only though [20:54] olli_, mhr3, do I need to do something to turn the scope server off, or is that normal behavior when doing a local search? [20:54] so, whenever you get to it [20:55] fginther, it's on for all searches, unless you turn on the online searches in privacy [20:56] mhr3, thanks [20:56] eh, turn off === salem_ is now known as _salem [23:22] mhr3, olli_, the scope build failed to publish [23:39] fginther, ? [23:40] i see new stuff in the ppa [23:40] not everything was rebuild, but that's cause it was done manually [23:58] mhr3, oh. I just saw the jenkins job reported a failure. but after looking closer, that may be expected