/srv/irclogs.ubuntu.com/2014/08/25/#kubuntu-devel.txt

RiddellQuintasan: you pinged?08:32
QuintasanRiddell: I did. I accidentaly the screen in Archos G9 10108:33
QuintasanI consider this a good opportunity to have you guys decide about future of Active on Akademy08:33
apacheloggerur missing a verb old friend08:33
QuintasanBut broken stuff is broken stuff.08:33
QuintasanShould I try getting it repaired or replaced? Getting a new replacement is going to be hard since you can't really find it anymore in shops08:34
yofelI wouldn't touch it again until it's just another plasma 5 interface08:34
apacheloggeroh bother, version bumpery in kubuntu-automation depends on a manual list of stuff ti may bump08:34
Quintasanapachelogger: That was on purpose.08:34
apacheloggeroh oh08:34
apacheloggeralso, what yofel said08:34
QuintasanThat still needs a formal decision or something08:35
yofelapachelogger: that's because there should be a json file or whatever for source <-> binary matching, or a 2 pass processing. None of that exists yet08:35
QuintasanRiddell: I asked some of KC people but got no definite answer yet.08:35
apacheloggeractive is not moving forward in its present version.08:35
apacheloggerthere's your decision08:36
QuintasanWhat about the device?08:36
apacheloggerany and all time spent on it is a waste of time and better had been spent on creating a suitable replacment using plasmashell(5)08:36
apacheloggerQuintasan: don't know, don't care :P08:37
apacheloggerthat you will have to ask the KC about08:37
apacheloggerfor all I care you could plug a screen to it and use it as a media control center or something :P08:37
QuintasanThat's what I'm trying to do -_-08:37
apacheloggeran external screen08:38
apacheloggercontrol = re.sub(r'%s\s*\(>=.*?\)' % builddep, '%s (>= %s%s)' % (builddep, epoch, upstreamVersion), control)08:39
apacheloggeryou know08:39
apacheloggerpython often is a lot like perl08:39
apacheloggercompletely and utterly unreadable08:39
kdeuser56apachelogger: do I have to build full kdelibs for patching drkonqi? I guess08:39
yofelhow is that not readable... replaces <pkg> (>= .*) with the new dep08:40
yofelshould probably be done with deb822 rather08:40
yofelmaybe08:40
apacheloggeryofel: yeah08:42
apacheloggerand08:42
apacheloggercontrol.gsub!(/#{builddep}\s*\(>=.*?\)/, "#{builddep} (>= #{epoch}#{upstreamVersion}")08:42
apacheloggerthat does what you said08:42
apacheloggerthe python line just does % jerking :P08:42
apacheloggersilly languages be silly08:42
yofel*shrug*, it does the job08:49
apacheloggerso does perl08:49
apacheloggeranywho08:50
apacheloggeryofel: what's your thought on this... should we put the logic into an own script and call that from initial-upload as well as the CP scripting or should we simply replicate the regex into the CP stuff08:50
* apachelogger thinks putting it into a script is more future proof08:50
yofeldo that, initial upload needs a rewrite at some point anway08:51
apacheloggerbrrr08:54
apacheloggerwell08:54
apacheloggerif CP gets full adoption including upstream tarball madness in jenkins initial upload will become unnecessary08:55
apacheloggerthat's in 10 years then xD08:55
yofelwell, some of our workflow will probably be obsolete after 4.14 is done anyway. With git some more of it08:57
apachelogger:O09:04
apacheloggerI really should not look at our scripts' code09:04
apacheloggerhttp://paste.ubuntu.com/8138983/09:05
apacheloggerwhich actually makes me continue to wonder why oxygen-font has a different version09:07
apacheloggerRiddell: why does oxygen-font have a different version than the rest of workspace?09:07
apacheloggerand why kscreen09:07
Riddellapachelogger: oxygen-fonts does because the upstream maintainer called it 0.4 then forked his own project and disappeared, I didn't change it in the hope of him coming back but I think I should09:09
Riddellapachelogger: the libkscreen developer says it's not part of Plasma and should have a different version number09:09
Riddellkscreen hasn't been released yet although the developer says we should package it and I think sgclark did that and I'll review it today09:09
apacheloggergood thing we decided against 14.month versions, they would have been so much less confusing -.-09:10
Riddellmm hmm09:11
* apachelogger squints over ecm having a different version09:13
apacheloggershadeslayer: there, in may you asked why neon recipes were separated in folders and I removed it and now I need the feature!09:14
=== toscalix_ is now known as toscalix
apacheloggeruhh09:47
apacheloggernot python3 compatible09:47
apacheloggerlovely09:47
apacheloggeroh because of launchpad lib09:52
Riddelljussi: can you remember the postal address you used to send stuff to akademy?10:04
apacheloggeryofel, debfx: please review that I did not screw up in kubuntu-automation rev 43710:06
ubottuhttp://websvn.kde.org/trunk/?rev=437&view=rev | svn://anonsvn.kde.org/home/kde/trunk -r 43710:06
apacheloggerubottu: ur silly10:06
ubottuSorry, I don't know anything about ur silly10:06
=== jmux_ is now known as jmux_nb
apacheloggerbtw I still find it very drunk that frameworks has no epoch10:48
apacheloggeralso makes my life harder than it needs to be10:49
Riddellapachelogger: why would it need an epoch? all new sources10:49
apacheloggerbecause it makes automation more complicated that's why10:49
yofellive with it, or talk with maxy about adding an epoch10:50
apacheloggerconsider build recipe A and B, A has no epoch, B has an epoch, B depends on A10:50
Riddellplasma and framework version numbers don't align anyway10:51
apacheloggerthat's less of a problem than epoch10:51
apacheloggerto find out the epoch of a package you need to actually look at the packaging10:51
yofeland?10:52
apacheloggerwhich is substantial more complicated if A and B are atomic units that do not know about one another10:52
Riddellwell how would it know the rest of the version number?10:53
apacheloggerif you assume that all of plasma has the same version and all of frameworks has the same version then interdependencies are always that very same version number10:54
yofelmaxy already complained about that, so that'll most like not be the case in debian10:55
apacheloggerand a dependency from plasma to frameworks would be based of what is defined in cmake, but since epochs might be involved or not you do not know10:55
apacheloggeryofel: complained about what? things being released having the same versions?10:56
yofelthings being released with new versions if nothing changed10:56
Riddellbut all of frameworks has no epoch, if you know it's in frameworks you know the epoch10:56
apacheloggerI hope he takes that up with upstream10:56
apacheloggerRiddell: yes and if that changes then you get crap like this http://paste.ubuntu.com/8138983/10:57
yofelwhat he currently does with the SC is what we do with --sru, except that he applies that to any version10:57
yofelapachelogger: that's about different package sets though10:57
apacheloggeryofel: the hardcoding of special casing?10:59
yofelah, that at the top no10:59
apacheloggerall of it is special casing :P11:00
BluesKaj'Morning folks11:00
yofelit's a workaround for not actually having a package database with versions11:00
yofelwell, the center part should've been done differently11:00
apacheloggerall of it should IMHO, the thing at the bottom sort of is upstream screwup tho11:00
Riddellshadeslayer: alive?11:11
shadeslayerYes11:11
apacheloggershadeslayer: did you by any chance break the bzr branches? debian/rules:4: /usr/share/pkg-kde-tools/qt-kde-team/3/debian-qt-kde.mk: No such file or directory11:36
apacheloggeroh, 15.15 doesn't exist11:37
apacheloggershadeslayer: did you by any chance not upload pkg-kde-tools and thus break all the bzr branches?11:37
=== toscalix__ is now known as toscalix
apacheloggershadeslayer: piiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiing11:53
Riddellapachelogger: he's still playing tabletennis12:46
kfunkwork harder!12:55
apacheloggerRiddell: tell him to come to workstation and fix the branches plz12:56
apacheloggerhe's holding up CP12:56
shadeslayerapachelogger: pkg-kde-tools is in staging12:56
shadeslayerwhy do you need tier 1 for CP12:56
shadeslayerI thought we were only doing plasma12:57
* Riddell puts kscreen git into kubuntu-ppa/next12:57
shadeslayerwhich is why I broke them a little bit12:57
apacheloggershadeslayer: that was until Riddell decided to bump plasma-desktop requirement13:08
apacheloggeractually david had a commit on friday I believe that also increased the requirement to kf5 master somewhere13:09
shadeslayeruff13:09
apacheloggerso we need kf5 to proceed now13:09
shadeslayerapachelogger: give me 20 minutes13:09
apacheloggeryeah, I am playing around with jenkins right now anyway13:10
apacheloggershadeslayer: also do note  my query about that btw13:10
Riddellyofel: anything blocking bug 1353973 kde-workspace update to 4.11.11 in trusty?13:12
ubottubug 1353973 in kde-workspace (Ubuntu Trusty) "Please update kde-workspace to 4.11.11" [Undecided,Confirmed] https://launchpad.net/bugs/135397313:12
yofelI don't think so13:12
RiddellI'd like to make sure bug 1304805 gets fixed, somehow we lost the fix I did13:12
ubottubug 1304805 in kde-workspace (Ubuntu Trusty) "KDE desktop login failure: "Could not start d-bus. Can you call qdbus?"" [Undecided,New] https://launchpad.net/bugs/130480513:12
Riddellyofel: ok I'll upload 4.11.11 with that fix for qdbus 13:13
yofelgo ahead13:13
apacheloggerRiddell: the fix is still there13:13
apacheloggerqtchooser is still broken13:13
BluesKajheh, what about logout failure ? ")13:14
Riddellapachelogger: what's the fix?13:24
apacheloggerRiddell: alias13:24
apacheloggerit's not a fix really13:24
apacheloggerit's a workaround13:25
apacheloggerthe fix would be to make qtchooser not broken13:25
apacheloggerof course no one wants to do that, so we have that workaround there13:25
Riddellapachelogger: but it uses quotes which aparently break sometimes and need to be removed13:25
Riddellqdbus="QT_SELECT=qt4 qdbus" ->  qdbus=QT_SELECT=qt4 qdbus13:26
apacheloggerRiddell: no it doesn't13:32
apacheloggerread the comments13:32
apacheloggerwhat happens is that they have qdbus:i386 installed while they need qdbus:amd6413:32
apacheloggerand since qtchooser is dumb as shit it doesn't manage to look for i386 on amd64 so it fails13:32
apacheloggerthat's not a new issue and that's not an unknown issue really13:32
Riddellhow on earth do they get qdbus:386 installed?13:34
Riddellapachelogger: but we did upload it without the quotes and that did fix the issues for people, the quotes have re-appeared somehow, should we not upload it without the quotes again?13:37
apacheloggerno13:39
apacheloggeryou uploaded a var assignment without quotes which broke the invocation13:39
apacheloggerso I changed it to an alias with quotes as otherwise the alias also would be broken13:39
apacheloggeri.e. what we have now is correct13:40
apacheloggerqtchooser is still broken, so things still fall over13:40
Riddellhmm, right13:43
apacheloggershadeslayer: so, I am wondering, alas, I am not yet sure this is entirely possible but ... we could use jenkins and do dependency tracking there (I am not yet sure upstream even does that tho, it seems a big not so dynamic maybe) and then have one build project per packaging repo, the build themselves would then block on launchpad, so the build would be make-source -> upload-source -> wait-on-launchpad-build-green13:51
apacheloggerthat way we could possibly even elevate the bdep version requirement fiddling in CP as builds always would happen in the correct order anyway13:52
apacheloggerso far the theory anyway :)13:52
shadeslayerso, jenkins is blocked till LP is green?13:52
apacheloggershadeslayer: the relevant jenkins build job yes13:53
shadeslayeralso, all of this sounds suspiciously like ubuntu's CI train13:53
shadeslayeror CI aeroplane13:53
apacheloggerwell, it's all CI :P13:54
apacheloggershadeslayer: they don't land into PPAs though do they, they really just do CI with debs?13:54
shadeslayerI thought they landed in PPA's13:56
shadeslayerand then PPA promoted to archive13:56
shadeslayerI think ScottK knows more13:57
apacheloggerScottK: please sprinkle some wisdom13:57
shadeslayeralso, there's a mail about that13:57
shadeslayerhttps://wiki.ubuntu.com/citrain/FAQ13:57
shadeslayerhttps://wiki.ubuntu.com/citrain/NewbieGuide13:57
apacheloggerprepare a silo13:58
apacheloggershadeslayer: that's so complicated it gives me a headache13:59
apacheloggerwell, I already had one, but you know what I mean :P13:59
shadeslayer^_^13:59
apacheloggerYou have a preproduction code silo in silo-000. You only have access to it if you check "use preproduction silo" 13:59
shadeslayerapachelogger: CI Airline seems better14:00
shadeslayerhttps://docs.google.com/presentation/d/1LQK5Xll3D-G_zSFgFFDZiCmIZ8P33b_C7crefECsquA/edit#slide=id.gdde8ecc3_01614:00
apacheloggerit does generally seem a lot like what we need14:00
shadeslayeryep14:01
apacheloggershadeslayer: airline still looks like aeroplane science14:01
shadeslayerhttps://docs.google.com/presentation/d/1LQK5Xll3D-G_zSFgFFDZiCmIZ8P33b_C7crefECsquA/edit#slide=id.g121c94af0_04 < seems like Ubuntu Engineering doesn't know how planes fly14:02
shadeslayerthat one is clearly crashing into the ground14:02
apacheloggergood things we don't make software for planes I guess :O14:02
apacheloggerQA sign off needed: only in effect if we are in TRAINCON-0 - and then *only* stuff with QA-sign-off: granted can enter the image 14:03
apacheloggerso14:03
apacheloggeryou know, I do write a lot of weird things even when sober14:03
apacheloggerbut that citrain thing totally doesn't compute for me14:03
shadeslayerTRAINCON-0 is when things regress14:03
shadeslayerI think14:03
shadeslayerthat's what I recall at least14:04
shadeslayerso say the camera app breaks14:04
shadeslayerstatus goes into TRAINCON-0 to stop things from landing14:04
shadeslayer( like DEFCON 0 ? )14:04
apacheloggercouldn't possibly be called LANDINGHALT or whatever14:04
apacheloggerthat'd not be fancy enough now would it14:05
apacheloggerhttps://github.com/robru/citrain-web I do like how canonical things aren't being put in bzr :P14:05
shadeslayerxD14:05
apacheloggershadeslayer: is pkg-kde fixed yet?14:06
shadeslayerno14:07
shadeslayerwhat14:07
shadeslayerno14:07
shadeslayerplease wait14:07
shadeslayerstill trying to figure out a proper solution14:07
apacheloggerbut I am heading out soon14:08
apacheloggeryou'll have to launch builder then14:08
apacheloggerI'd like to look into t1 FTBFS tomorrow14:08
* apachelogger wonders why the citrain website uses google spreadsheets as data provider14:08
shadeslayerapachelogger: just tell me how14:08
apacheloggershadeslayer: su kubuntu -> build-builder14:09
shadeslayerok14:09
shadeslayerthat's all?14:09
apacheloggeryes14:10
apacheloggershadeslayer: you should totally show alex the train thing, it's like what we always wanted for RRs xD14:12
shadeslayer:)14:12
* apachelogger finds it a bit confusing how that is wired up with jenkins though14:12
shadeslayerI rarely see him these days14:12
shadeslayerbut will try to remember14:12
apacheloggeranywho, ubuntu CI things would cause overhead we don't want or need14:12
apacheloggerconsidering we never directly land into production archives there's no benefit from all the excess steps involved there14:14
shadeslayeryes14:15
apacheloggerI do also believe that our staging PPAs need substantial amounts of QA and automation though, so I definitely can imagine us adopting simplified workflows at some point ^^14:16
=== dantti is now known as dantti_away
apacheloggerpfts14:27
apacheloggerdep tracking via jenkins truly is not very exciting14:28
apacheloggerwhat we could do is have a script trigger everything but everything initial waits for their dependencies to be built14:28
apacheloggersomewhat nasty, and I am not quite sure what the use of jenkins would be then but hey, options14:29
apachelogger:S14:29
=== ubott2 is now known as ubottu
=== rperier_ is now known as rperier
=== kubotu_ is now known as kubotu
apacheloggerohoho, I think I found api for dep meddling hooray14:42
Riddellanyone know how to read the output from the jenkins upgrade test? https://jenkins.qa.ubuntu.com/job/upgrade-kubuntu-trusty-utopic-desktop-amd64/14:45
RiddellScottK: bug 1353973 for your SRU love14:47
ubottubug 1353973 in kde-workspace (Ubuntu Trusty) "Please update kde-workspace to 4.11.11" [Undecided,Confirmed] https://launchpad.net/bugs/135397314:47
kdeuser56what is the exact diff command for the patches that are in the debian.tar.xz?15:04
shadeslayerRiddell: http://bubb.al/vote15:09
shadeslayerInterestingly Barcelona says "No"15:09
shadeslayerI'm afraid it's quite a bit of red all over the map15:10
alket.al ? its my country :p15:10
kdeuser56shadeslayer: got my mail about sddm still not accepting noninteractive and text?15:10
shadeslayeryes15:10
shadeslayerI was looking at that now15:10
kdeuser56apachelogger: I am afraid your kubuntu_raise_after_drkonqi.patch needs to be adjusted for kcrash framework (code changed a bit)15:11
shadeslayerI would imagine so15:11
shadeslayerkdeuser56: fwiw using noninteractive + text on the regular kubuntu ISO boots to the desktop directly15:14
kdeuser56shadeslayer: what regular iso?15:19
kdeuser56shadeslayer: http://cdimage.ubuntu.com/kubuntu/daily-live/current/ ?15:19
shadeslayeryes15:19
kdeuser56shadeslayer: wait, I am away for a few minutes to eat, then I will look at it again ... (though I tried all options independently (only text, only noninteractive, both)15:20
shadeslayerkdeuser56: same here15:21
shadeslayerkdeuser56: I think a bug report would be better btw15:21
apacheloggerbrm brm15:26
apacheloggershadeslayer: so15:26
shadeslayer??15:26
apacheloggershadeslayer: we could apparently use jenkins but it wouldn't do much15:26
shadeslayeroh?15:26
apacheloggernamely we'd need an outside tool that somehow gathers up all bdep relationships and then sets up the jenkins dependencies accordingly15:27
apacheloggerthen we'd need a helper tool that jenkins can use to do the work as earlier lined out get-upload-wait15:28
apacheloggerlaunchpad would do the heavy lifting15:28
apacheloggerthen we'd probably want another tool to do static log analysis and fail the job depending on that (e.g. mark fail when a cmake dep is not found)15:28
apacheloggerso in the end what jenkins would do is poll bzr for changes and display build status :P15:29
apacheloggerworkwise however it wouldn't make much difference whether we use jenkins or not the heap of the work would be to split builder up into more than one tool so that it can do parallel builds (and then either the existing builder would orchestrate or jenkins)15:31
apacheloggerin the long run I have a very unreasonable feeling that jenkins would be nicer15:31
shadeslayerkdeuser56: the behaviour seems to be consistent across ubuntu and kubuntu btw15:33
shadeslayerboth boot directly into the desktop15:33
kdeuser56shadeslayer: hm ... not here 15:47
kdeuser56shadeslayer: did you remove the maybe-ubiquity parameter?15:48
shadeslayerno15:48
kdeuser56shadeslayer: okay did that, because it seems to contradict noninteractive15:48
shadeslayerbtw why do you need this15:48
kdeuser56shadeslayer: what?15:49
kdeuser56shadeslayer: the noninteractive boot option?15:49
shadeslayerwhy do you need noninteractive mode15:49
shadeslayeryes15:49
kdeuser56shadeslayer: for preseeding 15:49
shadeslayermight want to ask in #ubuntu-devel about that15:49
shadeslayermaybe something changed15:49
kdeuser56shadeslayer: where?15:50
shadeslayerjust to make sure that you're doing it the right way15:50
shadeslayerjust ask in #ubuntu-devel if there's a guide on preseeding15:50
kdeuser56shadeslayer: apparently preseeding / installer automation documentation for ubuntu is crap, unlike feora/redhat15:50
shadeslayerwhich is why you should ask in #ubuntu-devel15:51
shadeslayeryeah so15:51
shadeslayerremoved maybe-ubiquity15:51
shadeslayerbooted with noniteractive text15:51
shadeslayerboots to desktop15:51
kdeuser56shadeslayer: where? on the latest kubuntu utopic iso?15:52
shadeslayeryes15:52
kdeuser56shadeslayer: from here: http://cdimage.ubuntu.com/kubuntu/daily-live/current/ ?15:52
shadeslayeryes15:52
kdeuser56shadeslayer: wtf, i just tried that15:52
kdeuser56shadeslayer: what do you use? virtualbox? kvm?15:52
shadeslayervbox15:52
apacheloggershadeslayer: don't forget to run builder kthxbai15:52
shadeslayerapachelogger: I'm waiting on Sune for a answer15:53
apacheloggerrevert the branches and merge into unstable or something then :P15:53
shadeslayerwill run builder after fixing shit, so maybe sometime around dinner?15:53
shadeslayeruf15:53
apacheloggerCI breakage is bad breakage15:53
apacheloggeranywho15:53
apacheloggerreally off now15:53
shadeslayerbye15:53
shadeslayernot if it's intended15:53
shadeslayerI'd rather not do reverts15:54
shadeslayermore work15:54
kdeuser56shadeslayer: hm ... sorry I can't reproduce what you are seeing, I subsitute "maybe-ubiquity" with "text noninteractive" and the noninteractive installer starts up15:54
kdeuser56shadeslayer: I can make a screencast if you do not believe me15:55
shadeslayerI do believe you15:55
shadeslayerI just don't know what else to do here15:55
kdeuser56shadeslayer: regarding doc: https://wiki.ubuntu.com/DesktopCDOptions15:55
shadeslayerThe one place I could think of15:55
shadeslayerwhere this would be configured15:56
shadeslayerwas casper15:56
shadeslayerI fixed that last week15:56
kdeuser56shadeslayer: text an noninteractive work on all isos except the plasma 5 one and the neon one (text works for neon though i believe)15:57
kdeuser56shadeslayer: and i find it strange that despite removing all stuff in /etc/rc?.d/???sddm it still starts up ... why is that?15:58
kdeuser56shadeslayer: official documentation is really really bad, but everything works for me with the mentioned isos, so it has something todo with plasma5 iso16:01
kdeuser56shadeslayer: the "text" or "textonly" boot parameters, as well as the noninteractive boot parameters are documented in the official documentation16:02
kdeuser56shadeslayer: and I am currently not attatching any preseed file to the isos, I am just booting up the isos in a vm using the officially documented boot options and they are not respected16:03
kdeuser56this has nothing to do with preseed whatsoever16:03
kdeuser56shadeslayer: apart form that i have asked about preseeding various times in the past in the ubuntu-devel channel and got funny and contradicting answers by different people16:04
kdeuser56shadeslayer: it seems the general knowledge about preseeding (the desktop) is as bad as the documentation, or people simply do not want to share their knowledge16:05
kdeuser56shadeslayer: apart from that, the "maybe-ubiquity" option does not work either, which should bring up the dialog where you can choose between "install" and "try without installing"16:09
kdeuser56sorry for the flooding and the rant, I know you guys are doing an awesome job16:15
Riddellapachelogger: you ported software-properties and usb-creator to qt5, are you expecting those to be packaged and put into next?16:20
kdeuser56Riddell: did someone already look into providing the breeze c++ implementation? (for neon)?16:22
Riddellkdeuser56: what what?16:26
RiddellI'm not sure what that is16:26
kdeuser56Riddell: git://anongit.kde.org/scratch/hpereiradacosta/breeze as described here: https://forum.kde.org/viewtopic.php?f=285&t=12237616:27
Riddellaah so shadeslayer was right in saying that qtcurve was being replaced16:28
Riddellkdeuser56: anyway I doubt we'll package it until there's a release made, otherwise grumpyness tends to happen16:28
kdeuser56Riddell: sure16:29
Riddellmakes me wonder what gtk 2 and 3 and qt 4 could be themed with16:29
Riddelland libreoffice16:29
kdeuser56Riddell: maybe hugo is so nice to also do the ports, since the work is based on oxygen16:29
soeeguys are you able to android device in dolphion and navigate through all dirs/subdirectories on it ?16:35
soee*open16:35
Riddellyes although it's slow and not always reliable16:36
soeeif i try to open some directory it is trying to read it and i se loading and loading and nothing more16:38
kdeuser56Riddell: what is the diff command for the patches in kubuntu?16:49
Riddellkdeuser56: we use quilt 16:51
Riddellor sometimes I just use git diff16:51
Riddellor sometimes I just use  diff -urN16:51
kdeuser56Riddell: thanks16:55
kdeuser56Riddell: where would I post a patch that should be included in a frameworks package?17:03
Riddellit's .. sgclark!17:39
Riddellaren't you trying to sync yourself to europe time?17:40
shadeslayerapachelogger: ping if you're around17:42
=== dantti_away is now known as dantti
Riddell-- Installing: /build/buildd/plasma-workspace-5.0.1/debian/tmp/usr/etc/xdg/wallpaper.knsrc18:33
Riddellshadeslayer: next-staging installing into /usr/etc/ not /etc ?18:33
sgclarkRiddell: Sorry, seems quassel failed to inform me of highlight. Trying being the operative word. Will be putting serious effort this week.19:07
=== kubotu_ is now known as kubotu
=== alket_ is now known as alket
ScottKRiddell: I've had no time for SRU stuff recently.22:55
ahoneybunhey valorie Riddell 23:49

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