/srv/irclogs.ubuntu.com/2013/02/08/#ubuntu-unity.txt

=== jono is now known as Guest51
chiluksmspillaz, I'm looking at http://pad.lv/879237 , Specifically I'm trying to debug why the mouse is offset when citrix is fullscreen05:31
ubot5Launchpad bug 879237 in unity (Ubuntu) "Unity does not allow citrix receiver remote desktop to open full screen" [Medium,Confirmed]05:31
chilukwhat I'd like to do is prove whether Unity is passing the wrong pointer location to the app or if it's the app interpreting it wrong.05:32
chilukI'm looking for a tool like xmon.05:33
chilukbut apparently that doesn't exist any more.05:33
chilukDoes anyone know of a replacement for xmon?05:33
=== chiluk is now known as chiluk_away
jibeldidrocks, hey08:34
didrockshey jibel!08:34
jibelI think I found what's going wrong with utah and autopilot08:34
didrocksreally? \o/08:35
jibelthere is a sed command that modifies the preseed and creates a broken rc.local08:35
jibelpackages are installed from this rc.local08:35
didrocksthis is the sed command we talked about yesterday?08:35
jibelwhich means that when you run the indicator stack packages are not installed correctly08:36
jibeldidrocks, yup, that thing http://paste.ubuntu.com/1623672/08:36
didrocksjibel: argh, indeed, this is not good :/08:36
jibel(I replaced /etc/rc.local by /tmp/test.local for testing)08:36
didrocksany idea why it's passing on other arch than intel?08:36
jibeldidrocks, no idea08:37
didrocksjibel: nice catch anyway! :-)08:38
didrocksjibel: let's try it once the current unity tests are done08:38
jibelactually I was so pissed that I had to look closer :)08:39
didrocksjibel: ahah, I know now that it's good to pissing you! :)08:41
didrocksjibel: I'll keep you posted once the machines are free08:41
didrocksjibel: so… the tests machines are free!08:49
didrocksjibel: you can relaunch the indicator tests with whole ppa when you need it :)08:49
didrocks(you need the whole ppa for the new window-mocker and autopilot)08:50
jibeldidrocks, we need a fix in UTAH first08:50
didrocksok, should I join the qa channel?08:50
didrocksand pay beers/praying? ;)08:50
jibeldidrocks, why did you leave it in the first place ;)08:51
didrocksahah08:51
jibeldidrocks, but you can ask gema to boost the priority of this bug because AP jobs are guaranteed to fail or not testing the right thing if whole_ppa is disabled.08:52
smspillazchiluk_away: unity doesn't "pass" the pointer location to applications09:21
mmrazikdidrocks: FYI -- fginther implemented the buildless merge for changelog only MPs. It is enabled.09:46
didrocksmmrazik: excellent! on all projects?09:46
mmrazikdidrocks: yes09:46
didrocksmmrazik: thanks for the notice!09:52
luvTrevinho: yom did you read my comments from yesterday regarding the tests? I brought my raring laptop to work today so we can walk over it if you have few minutes. Thanks10:10
luv... or if anyone else can help here i wouldn't mind either :-)10:55
mmrazikdidrocks: do you know who knows/maintains ccache? I would like to know if ccache supports compiling with coverage flags11:02
mmrazikfrom what I can see I would say it just does nothing but I wouldn't mind if somebody who knows ccache better confirms11:03
mmrazikor if there is some workaround11:03
didrocksmmrazik: we are in sync with debian. Joel Rosdahl is the debian maintainer11:05
mmrazikdidrocks: thx11:05
didrocksmmrazik: http://qa.debian.org/developer.php?login=joel@debian.org11:05
satorisIf you run 'ccache -s' before and after compiling your source (for the second time) the stats will tell you if object files were reused.11:05
mmrazikdidrocks: it looks like this fact is affecting our jenkins performance more than anything else11:05
mmraziksatoris: cool.. Will try that to confirm11:06
didrocksgood hint :)11:06
mmrazikcompiz build time is 4x bigger when compiling with coverage (after the ccache was initialized by the first build)11:06
satorisCache hit (direct) should increase.11:06
mmraziksatoris: thanks for the hint. Indeed the only number that gets higher with coverage is "unsupported compiler option"11:55
=== _salem is now known as salem_
didrockssil2100: hey, how are you? :)12:46
sil2100didrocks: hello! Just got back from the city, staying and working at my family's home - equipment set up and ready for action12:48
sil2100didrocks: how about you?12:48
sil2100didrocks: I'm testing andyrock's fix for the quicklists now (building the packages)12:48
didrockssil2100: I'm great, jumping between a lot of different topics and start of being tired to ensure I'll enjoy the week-end :-)12:49
didrockssil2100: oh before that, you want action!12:49
didrocksso action :-)12:49
didrockssil2100: https://jenkins.qa.ubuntu.com/job/ps-indicators-autopilot-release-testing/label=autopilot-intel/112/ has 2 failures12:49
sil2100;) What's up?12:49
didrocksmaking the landing failing12:49
didrocksdo you think there is a quick fix?12:49
sil2100Ok, let's see which ones are failing12:49
didrocksonly intel12:49
sil2100oh12:49
didrocksnvidia passed12:50
didrocksati has just one12:50
didrocks(and a different one of course)12:50
sil2100Interesting, looking at the videos now12:51
didrockssil2100: stop watching TV! :-)12:51
* didrocks runs…12:51
sil2100:|12:51
sil2100;)12:51
didrocksseems the TV shows are not entertaining though :p12:51
* sil2100 likes watching autopilot click and type in Unity12:52
didrocksahah, I knew it! :)12:52
Trevinholuv: ok, here?12:53
sil2100Checking the emulator code, since it seems like some strange timing problems, i.e. unity not reacting fast enough and input events getting lost, but this shouldn't happen normally - maybe some additional checks in the HUD could help12:54
luvTrevinho: yup :-) im back now13:06
luvso the two problems with writing the unit tests are - can't use GetMenus() on mock_icon (b/c it's protected) and mock->app has no windows_ attribute13:08
Trevinholuv: I'm giving a look to your branch with hands on, give me few minutes13:09
=== larsu_ is now known as larsu
sil2100Ho, interesting13:30
=== dandrader is now known as dandrader|afk
Trevinholuv, so... feature side we're ok...13:53
Trevinholuv: I've cleaned it up a little and added a test here http://pastebin.ubuntu.com/1624683/13:53
Trevinholuv: so, just do a bzr merge lp:~3v1n0/unity/quicklist-windows-improvements on your branch13:56
Trevinhoand push it again on yours13:56
luvlooks great, thanks a million :-)13:56
Trevinholuv: we'd have to improve a little one more thing though... :/13:57
=== dandrader|afk is now known as dandrader
Trevinholuv: that's easy to do... but right now if a window has _ in the title, then it gets drawn as an underscore (i.e. just  mkae a new folder /tmp/foo_bar and cd on it in a terminal...). you'll notice the problem13:58
luvalright13:59
luvoh i see, can we just set a property on dbusmenuitem not to interpret "_"?14:01
Trevinholuv: we can once we implement it :)14:03
Trevinholuv: it's quite easy...14:03
sil2100didrocks: ok, found one reason for the test failures14:03
sil2100didrocks: those don't happen every time, since it's a time-related issue - will be trying to fix that with a merge request in a moment14:03
Trevinholuv: it's basically like doing https://code.launchpad.net/~3v1n0/unity/quicklist-max-label-width/+merge/14586214:04
Trevinholuv: where in case that the new property is enabled, you've to skip the pango_layout_set_markup_with_accel(layout, _text.c_str(), -1, '_', nullptr); into QuickListMenuItem::DrawText14:04
luvhow can one do "git checkout file" in bzr?14:05
luvforget local uncommited changes14:05
Trevinhobzr revert14:05
sil2100didrocks: the problem is that when changing the keybinding for HUD in the alternative keybinding tests, when the keybindings are 'restored' back to normal, the restore compiz_option method called then on cleanup doesn't wait a short while for compiz to notice and apply the change properly14:05
Trevinhojust do bzr revert; bzr  merge lp:~3v1n0/unity/quicklist-windows-improvements; bzr commit -m "Mergint with  lp:~3v1n0/unity/quicklist-windows-improvements branch"14:06
Trevinholuv: ^14:06
sil2100didrocks: so, sometimes when everything is executed fast enought, Alt is being pressed while compiz still waits for Ctrl+Alt+h as the HUD keybinding, even though it had been changed back to Alt during the last test14:06
sil2100;)14:06
* sil2100 fixes that14:06
luvyeah i get it now, i have to run commit manually too14:07
Trevinholuv: yep14:07
Trevinholuv: want to do that final menu thing?14:08
luvwell, honestly, im not sure if i have time until wednesday. but if it's really as small a change as it looks I should be fine.14:10
Trevinholuv: as i said you ony need to follow what done in the branch I linked before, you only have to add a property like MARKUP_ACCEL_ENABLED_PROPERTY14:10
sil2100didrocks: the problem is that the fix will have to go to lp:autopilot sadly :<14:11
luvok, what is confusing me is that it defines a class QuicklistMenuItem but we use DbusMenuitem14:12
Trevinholuv: well dbusmenu is rendered by a quicklistmenuitem14:12
luvyeah i still would be setting the property on dbusmenuitem though, right?14:12
Trevinholuv: yep, however don't worry I'm doing that too...14:13
luvyeah, it's better that way.14:14
didrockssil2100: don't worry, we can rebuild autopilot if needed14:19
didrockssil2100: nice hunt!14:19
seb128Trevinho, you made friends by removing the systray whitelist it seems ;-)14:24
Trevinhoseb128: that was not me, but andy.. :) Anyway we just what what has been decided in bugs ;)14:25
Trevinhos/what/did/14:25
seb128Trevinho, you are the one that +1ed it :p14:25
Trevinhoseb128: ah, well :)14:25
seb128Trevinho, btw congrats on becoming a libwnck maintainer14:26
Trevinhoseb128: well, no one was taking care of it anymore and we still need it14:26
Trevinhoseb128: I missed the gnome git push bit, really :)14:26
seb128Trevinho, the git looks weird14:26
seb128Trevinho, ignore that, I got confused by the lack of 3.6 releases, the tags were 3.4 in there14:28
seb128Trevinho, do you plan to roll a tarball or should I have a look at backporting your patches?14:28
Trevinhoseb128: how you prefer... I'm still newbie as gnome maintainer :)14:28
seb128Trevinho, tarball makes things easier if there is a stack of patches (which seems to be the case there)14:29
Trevinhoseb128: well yep... should I announce something or can I just tag the revision, make a tarball and push it in the archives?14:29
seb128Trevinho, https://live.gnome.org/MaintainersCorner/Releasing14:30
Trevinhoseb128: yeah, I didn't read all the details since I was not planning to release soon, but at this point it's a good read14:31
seb128Trevinho, in practice not everyone bother sending an announce for releases so your call if you want to do it or not14:31
Trevinhoseb128: aok14:34
Trevinholuv: yuu can merge again... now looks fine now and we can push approve the branch to merge it in trunk14:35
=== dandrader is now known as dandrader|afk
sil2100fginther: hello!14:53
fginthersil2100,  hi14:53
sil2100fginther: could you review a quick change for autopilot I proposed? I think it might help in fixing some random failures, 2 of which we encountered during the latest run of the indicator tests14:54
sil2100https://code.launchpad.net/~sil2100/autopilot/set_compiz_option_cleanup_fix/+merge/14737914:54
fginthersil2100, yes14:54
sil2100fginther: thank you!14:54
didrockscyphermox: hey, how are you?14:57
luvTrevinho: here we go :-)15:01
Trevinholuv: I've found another small issue, pushing in few minutes15:01
Trevinholuv: ok, you can pull/merge again15:04
cyphermoxdidrocks: pretty good you?15:05
didrockscyphermox: I'm great, thanks!15:06
didrockscyphermox: I was wondering if there was any reason that you didn't publish the misc stack yet (which is in manual publishing mode), do you need any help?15:06
didrocksalso, I think mterry (hey!) can publish the unity stack without the indicator one again, can you confirm?15:06
mterrydidrocks, hiyo15:07
mterrydidrocks, indicator tests are actually failing though15:07
didrocksmterry: right, but the unity stack is fine, for the indicator tests failing, sil2100 has an incoming fix for autopilot15:08
mterrydidrocks, do our thresholds mean nothing, sir!?15:08
didrocks(https://code.launchpad.net/~sil2100/autopilot/set_compiz_option_cleanup_fix/+merge/147379)15:08
didrocksmterry: it's a timing issue :)15:08
mterrydidrocks, sure, OK.  I can manual15:08
didrocksmterry: so once the misc stack and unity are published, we can have the misc stack rebuilding autopilot15:08
cyphermoxdidrocks: no, I just didn't get to it yet15:09
didrocksthe indicator stack using this autopilot retested15:09
sil2100didrocks: waiting for merge approval right now ;)15:09
didrocksand then retired in island :)15:09
cyphermoxdidrocks: cu2d-run -P misc, right?15:09
didrockscyphermox: right, if the packaging changes putting misc in manual mode suits you :)15:09
didrocks(see the artefacts)15:09
cyphermoxright15:10
luvsure, done15:11
cyphermoxdidrocks: we'll need to deal with autopilot-gtk for jibel, too15:12
didrockscyphermox: yeah, let's do that now?15:12
didrocks(well, after the publishing)15:12
didrockscyphermox: as we need to relaunch for the autopilot awesome fix that sil2100 did (and I hope is going to be merged soon)15:13
didrocksfginther: if you have no time to review, I can do it btw (we are a little bit blocking on that fix)15:13
cyphermoxdidrocks: you mean the set_compiz_option_cleanup_fix?15:14
didrockscyphermox: yeah, so what we are doing is:15:14
didrocks1. manually publishing the misc task15:14
didrocks2. mterry is manually publishing the unity stack15:15
didrocks3. once this autopilot fix is merged and we bootstrapped autopilot-gtk, rebuild the misc stack and publish15:15
didrocks4. relaunch the indicator tests with the new autopilot, tests should pass15:15
cyphermoxok15:15
didrocks5. profit :)15:15
Trevinholuv: thanks... so we can now approve it I think15:15
cyphermoxwell I already triggered the publish for misc15:15
didrockssweet!15:16
didrockscyphermox: let's add autopilot-gtk, was there anything missing?15:16
mterryyeah, both unity and misc are published15:16
didrocksI remember the dep on libindicate-dev was removed15:16
didrocksthanks cyphermox, mterry for the publishing :)15:16
cyphermoxsil2100's branch is approved too, so it should get merged soon15:16
cyphermoxyeah15:16
cyphermoxdidrocks: I'm just going to run it through sbuild to be sure15:16
didrockscyphermox: cool!15:16
fginthersil2100, reviewed15:16
didrockscyphermox: tell me how it went15:17
didrocksthen we can add it15:17
fginthersil2100, if you need a fix right now, I can approve as is.15:17
didrocksfginther: it is approved already by cyphermox :)15:17
didrocksbut great to have this double checking15:17
didrocksfginther: can you run the merge now? I would hope we don't publish the indicator stack too late on a Friday evening :)15:17
didrocksI trust our tests, but still… ;)15:18
fgintherdidrocks, sure15:18
didrocksthanks ;)15:18
sil2100fginther: thanks!15:25
fginthersil2100, yw15:25
sil2100fginther: I commented on the issue btw.15:25
Trevinholuv: it's in merge queue now, prepare for some omgubuntu love! :)15:26
sil2100fginther: could you check the merge proposal? Since I elaborated a bit on that topic15:26
luvTrevinho: haha, thanks man! :-)15:26
sil2100fginther: I think we indeed need to find a final good solution and get rid of those waits in overall15:26
sil2100fginther: but I think we'll have to dig a bit into compiz code15:26
didrockssil2100: can we add a get of the changed value?15:26
didrocksand loop until we have the right value15:27
fgintherah cool, reading now15:27
sil2100didrocks: yes, that was the idea, but then me and thomi actually thought that a changed value in the gsettings configuration does not give us (probably) guarantee that the setting got applied to the unity shell completely already15:27
didrocksindeed15:28
didrocksvalid point15:28
sil2100didrocks: but we might dig into it and see if we can get such certainity from compiz15:28
sil2100Or maybe even add such a thing15:28
didrocksok ;) I'm afraid we don't have that introspection though15:28
sil2100I tested and anyway compiz takes around 0.3 seconds on my bloated system to apply the configuration change properly15:29
cyphermoxokay, looking good!15:29
Trevinholuv: yw... I wanted that since since the beginning of unity, but unfortunately we took some time to get this...15:29
didrockscyphermox: \o/ bootstrapped and everything already? (and we have one commit since the boostrap?)15:30
fginthersil2100, thanks for the additional info in the MP.15:30
cyphermoxah, right it's missing bootstrap15:31
didrockscyphermox: first line: http://bazaar.launchpad.net/~autopilot/autopilot-gtk/trunk/view/16/debian/changelog15:31
didrockscyphermox: it is bootstrapped :)15:31
cyphermoxhey, I notice windowmocker isn't in the misc-head.cfg15:31
cyphermoxwhat?15:31
cyphermoxahh yeah15:32
cyphermoxI was looking at just the last changelog ;)15:32
cyphermoxincidently, shouldn't all that get merged somehow?15:32
didrockscyphermox: it's not? http://bazaar.launchpad.net/~cupstream2distro-maintainers/cupstream2distro/trunk/view/head:/jenkins/etc/misc-head.cfg15:32
didrockslast line :)15:32
didrockswindow-mocker15:32
didrockscyphermox: hum, yes please :)15:32
didrockscyphermox: just merge them in one15:32
fginthersorry for dropping, my 1 year old found the power button15:37
didrocksfginther: urgh, this is bad, time change computer? :p15:38
fgintherdidrocks, :-)15:39
didrockscyphermox: still around? ;)15:42
didrockscyphermox: the autopilot branch is merged, just miss the one changelog before rebuilding the stack15:42
cyphermoxyeah15:43
cyphermoxhttps://code.launchpad.net/~mathieu-tl/autopilot-gtk/changelog/+merge/14739815:43
cyphermoxI crashed for some reason15:43
didrocksfginther has his child sabotage his computer, yours is crashing15:43
didrockscrazy place here :)15:43
didrockscyphermox: https://code.launchpad.net/~mathieu-tl/autopilot-gtk/changelog/+merge/14739815:44
didrockscyphermox: empty diff?15:44
cyphermoxwhat?15:44
didrockshttps://code.launchpad.net/~mathieu-tl/autopilot-gtk/changelog15:44
cyphermoxheh15:44
didrocksdid you commit before pushing? :)15:44
cyphermoxyeah just a second15:44
fginthersil2100, https://code.launchpad.net/~sil2100/autopilot/set_compiz_option_cleanup_fix/+merge/147379 merged15:44
cyphermoxI think that's because of my crash15:45
didrocksprobably :)15:45
cyphermoxthere you go15:45
cyphermoxyeah, it looks like a pretty bad crash :/15:46
cyphermoxI'd like to know what happened, but even just syslog is messed up15:46
didrocksfginther: I'll abuse your jenkins power and getting this MP merged quickly if possible (https://code.launchpad.net/~mathieu-tl/autopilot-gtk/changelog/+merge/147398)15:46
didrockscyphermox: urgh?15:46
didrockscyphermox: hope you didn't loose any data at least15:46
fgintherdidrocks, i'll start it15:47
cyphermoxheh, I couldn't lose much, it's pretty much all on ubuntu one or on launchpad15:47
sil2100fginther: \o/15:47
didrocksfginther: thanks a million!15:47
didrocks:)15:47
cyphermoxdidrocks: not looking good: http://people.ubuntu.com/~mathieu-tl/misc/Capture%20du%202013-02-08%2010:43:59.png15:51
cyphermoxisn't jenkins supposed to review the changelog branch eventually?15:52
* cyphermox cracks the whip15:52
didrocks:)15:53
didrocksfrancis started the job15:53
=== dandrader|afk is now known as dandrader
=== sil2100_ is now known as sil2100
fgintherdidrocks, https://code.launchpad.net/~mathieu-tl/autopilot-gtk/changelog/+merge/147398 is merged16:06
didrocksfginther: excellent! thanks for tracking :)16:07
didrockscyphermox: let's add autopilot-gtk to the misc stack?16:07
didrocksand then launch a build?16:07
didrocksfginther: I really wonder if the fasttrack worked again, mmrazik told me this morning, it was working: on https://code.launchpad.net/~ps-jenkins/unity/latestsnapshot/+merge/147388, 54 minutes for landing (and nothing else in the unity queue)16:12
fgintherdidrocks, we'll have to restart jenkins for it to pick up these change correctly. Jenkins appears to cache the build triggers that we need to update to turn on fasttrack16:15
didrocksfginther: how do you update your jobs? the manual commands that jibel built worked reliably, maybe we should put that in common in the future16:16
fgintherdidrocks, everything is in place otherwise.16:16
fgintherdidrocks, I generally use the jenkins web interface16:16
didrocksmterry: cyphermox seems to be on lunch break, as I hope we can publish ASAP the new misc, and then indicator stack, do you have time for adding the components? (I prefer you/cyphermox do it for practicing for the day I'm not around ;))16:16
cyphermoxwhat?16:17
didrocksfginther: waow, and the web interface is caching? weird… I think we'll need to work on the configuration at some point, having one configuration that you can expand/deploy ;)16:17
mterrydidrocks, new component is window-mocker?16:17
mterrycyphermox, heh16:17
fgintherdidrocks, I'm interested if jibel has had success with other methods16:17
didrockscyphermox: \o/16:17
didrocksjust in time :)16:17
didrockscyphermox: ping you twice, you probably missed them :)16:17
cyphermoxyeah, let's add autopilot-gtk16:17
didrocksfginther: yeah, let's discuss that next week?16:17
fgintherdidrocks, yes16:17
didrockscyphermox: ok, tell me if you need my help16:17
cyphermoxI already have the change if it didn't get crapped by my crash16:17
didrocksheh, let's see :)16:17
cyphermoxhopefully I'm not missing access for this one16:18
didrockscyphermox: tell me once I can pull on the archive admin machine16:18
didrocksyou should have access, you pushed successfullly yesterday16:18
cyphermoxso, change, merge, push, publish, notify , correct?16:19
didrockscyphermox: no merge, just push ;)16:19
didrockscyphermox: but yeah ;)16:19
cyphermoxwell, yeah16:20
didrocksmterry: window-mocker is already part of the distro, you are soooo old fashion :)16:20
mterry:)16:21
sil2100;)16:25
sil2100andyrock: hi! I commented on your merge request for the quicklist fix :)16:25
sil2100Ah!16:25
sil2100I see you fixed it ;)16:25
didrockscyphermox: so, once you have published the jobs to jenkins, you can run building the misc stack :)16:25
cyphermoxdidrocks: no, still need to notify you no?16:26
andyrocksil2100, not sure what happened here, maybe a cmake issue16:26
sil2100andyrock: maybe during building a package with bzr builddeb adds some flags?16:26
cyphermoxor is it not order-sensitive?16:26
sil2100andyrock: since I was building a package16:26
didrockscyphermox: it's not, between the notification and publishing the jobs to jenkins :)16:26
andyrocksil2100, no i get the fail here too now16:26
didrockscyphermox: I saw you changed the cupstream2distro trunk16:27
cyphermoxright16:27
didrockscyphermox: so I pulled on the archive admin machine16:27
cyphermoxok16:28
cyphermoxso the jobs are reconfigured16:28
didrockscyphermox: sweet, please launch a build :)16:29
cyphermoxcu2d-run -R misc-head correct?16:30
cyphermoxwhy not just rebuild autopilot-gtk?16:30
didrockscyphermox: the build is per stack, it will see that autopilot and autopilot-gtk are new16:30
didrockscyphermox: and will only rebuild those16:30
cyphermoxok16:31
didrocksso as the two are the ones we are interested in… :)16:31
cyphermoxright..16:31
didrocksno need to specify them on the command line16:31
didrocksbut good question! :)16:31
cyphermoxso I'm missing check-whole-ppa then16:32
cyphermoxcu2d-run complained ;)16:32
didrockscyphermox: euh non16:32
didrockscheck-whole-ppa won't rebuild16:32
didrocksonly run the check16:32
cyphermoxcu2d-run -R misc-head <-- that didn't work16:32
didrocksthe command is cu2d-run -R misc16:32
cyphermox2013-02-08 11:31:24,016 ERROR No project or check-with-whole-ppa parameter specified on the command line. This tool is used for those cases. Aborting!16:32
didrocksoh16:32
cyphermoxso I do need to specify autopilot/-gtk16:32
didrocksright, I did this check :)16:32
sil2100andyrock: anyway, it's fine, I approved - you want someone else from the unity team to take a look before globally approving?16:32
didrockscyphermox: yeah sorry, I didn't want to enable people to rebuild everything by error :)16:33
cyphermoxsure, np16:33
cyphermoxhow are projects separated, just space?16:33
didrockscyphermox: yeah, just spaces16:33
cyphermoxdone16:34
didrockscyphermox: excellent, its working as you can see16:34
didrockscyphermox: so then, we'll have a manual publishing to do due to autopilot-gtk with packaging change16:35
andyrocksil2100, it's fine can go in ;)16:35
didrockscyphermox: and then, we can launch --check-with-whole-ppa for indicators16:35
didrockswith sil2100's autopilot fix16:35
didrocksand cross fingers and everything :)16:35
Trevinhodidrocks: hey, I was looking at the last changelog published for unity... Since we merged a branch from unity-team on wich I worked I and Brandon, the changelog repets the bug for both (and that's fine), but there's also an entry for both such as  [ Marco Trevisan (Treviño) <mail@3v1n0.net>, Brandon Schaefer ]16:41
Trevinhodidrocks: is that a parsing issue or something wanted?16:41
didrocksTrevinho: yeah, parsing issue, please open a bug with the changelog and link to the commit in lp:unity against cupstream2distro16:42
didrocksTrevinho: I'll provide a testcase that way and fix it :)16:42
Trevinhodidrocks: nice, thanks16:42
didrocksthanks to you :)16:44
Trevinhodidrocks: here you are https://bugs.launchpad.net/cupstream2distro/+bug/111956216:47
ubot5Launchpad bug 1119562 in Canonical Upstream To Distro "Changelog for shared branch is not generated correctly" [Undecided,Confirmed]16:47
didrocksTrevinho: thanks!16:49
=== dandrader_ is now known as dandrader|afk
cyphermoxdidrocks: ok, so finally built and all, let's rerun indicators17:57
didrockscyphermox: \o/17:57
didrockscyphermox: --check-whole-with-ppa17:57
cyphermoxyupyup17:58
didrockscyphermox: oh, you need manual publication as well for misc18:00
didrockscyphermox: as there is a new packaging, autopilot-gtk18:00
didrocksjibel: just for your pleasure ^ :)18:00
cyphermoxright18:01
cyphermoxdidrocks: does that need to be finished before I do the indicator rerun or are we good because it's really about publishing to archive rather than to the ppa18:02
cyphermox?18:02
didrockscyphermox: no, the publication is just copying to the archive18:02
didrockscyphermox: so whenever you want (preferably now ;))18:02
sil2100I hope this time it will be 0 failures18:03
sil2100Since with autopilot and unity, you never know!18:03
didrockssil2100: I like 0! :)18:04
cyphermoxaye18:05
cyphermoxdidrocks: done18:05
cyphermoxbrb18:05
didrockscyphermox: \o/18:06
didrockscyphermox: ah, also, the indicators will probably go on manual publishing mode as we have libappindicator and other "new" packages for the system18:07
=== dandrader|afk is now known as dandrader
cyphermoxyeah18:15
didrockscyphermox: and UTAH failed again18:25
didrockscyphermox: can you restart the job once it finishes? we need to wait for ati to finish18:26
* sil2100 sighs18:27
sil2100What's up with UTAH?18:27
didrocksagain, can't install a machine :/18:27
didrocksand ati failed as well18:27
didrockscyphermox: trying to relaunch it18:28
didrocksso, again, have to wait for 1 hour from now to eventually get results18:28
cyphermoxhuh18:30
cyphermox:/18:31
didrockscyphermox: ok, failing again, can you please go on the qa channel and tell them that it's failing reliably?18:49
sil2100It makes me angry18:52
didrockssame here TBH :/18:53
=== salem_ is now known as _salem
=== _salem is now known as salem_
=== salem_ is now known as _salem

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!