[00:18] yofel: btw. 16.04 will use QT 6.2 ? [00:20] what's that supposed to be? [00:21] yofel: I'm missing some module called distro_info [00:21] where do I get that from? [00:21] apt install python3-distro-info [00:22] thanks [00:23] I searched for distro_info and got no results [00:23] ? [00:23] soee_: what's QT6 ? [00:26] yofel: my fault :D working wih php framework now and used wrong version. i was thinking about Qt 5.6 [00:26] there is no php 6 either :P (well, there was, somewhat, not really) [00:26] but no, 16.04 will be qt 5.5 [00:27] I've cloned bluedevil and got: Error, not a debian package [00:27] yofel: php framework Laravel 5.2 and i mixed both versions 5.2 and 5.6:) [00:27] aah [00:28] but I'm not sure to which it's reffering [00:28] and there are no plans to upgrade later to 5.6 ? [00:28] not from ubuntu at least [00:28] since I'm not telling git-buildpackage-ppa which package to build [00:28] you need to CD into the git repo [00:29] then it'll know what to build [00:30] did that at first and got a file not found [00:30] so I removed that [00:30] I've put it back and investigating the missing file now [00:31] ah [00:32] it's calling ../build-area but I've cloned the repo in tmp_work/bluedevil [00:33] weird, it checks and creates the ../build-area [00:33] so that should work [00:35] yofel: uscan [00:35] aptitude search got nothing [00:36] it's in devscripts [00:36] you want to have descripts and ubuntu-dev-tools installed [00:36] first is a requirement, latter has useful things [00:37] hm, we might need a setup.sh or so that installs what you need [00:40] do build packages ? [00:40] to actually run our scripts [00:41] yofel: I'm missing gbp, aptitude search got nothing [00:41] git-buildpackage [00:41] thnk you [00:44] yofel: where do I update my email address for debian packaging? [00:44] there was some config file, right? [00:45] DEBEMAIL and DEBFULLNAME in your env (put it in .bashrc or so) [00:48] secret key not available [00:48] I've tackled with this before [00:48] but I don't remember the solution [00:49] it tries to use the key from the person in the changelog by default [00:49] put your key hash as DEBSIGN_KEYID= in ~/.devscripts [00:50] wait... [00:50] first: my PGP key hash? [00:50] yes [00:50] the public hash [00:51] one of the ones I have on LP, right? [00:51] the one you intend to sign with [00:51] ydes [00:52] that means the full hash, or just the short one? [00:53] short one [00:56] yofel: I've done steps 1-3 [00:57] for step 4, do I set a new remote? and upload it there? [00:57] oh, no, I use that command ok [01:09] yofel: Successfully signed dsc and changes files [01:09] Can't open /home/ovidiu/work/Kubuntu/kubuntu-automation/tmp_work/build-area/*.changes [01:09] I guess that comes from dch [01:10] the file /home/ovidiu/work/Kubuntu/kubuntu-automation/tmp_work/build-area/bluedevil_5.5.1-0ubuntu1~ubuntu16.04~ppa10_source.changes exists [01:11] python can't do native globbing [01:12] there's some expandpath call or so, look at one of ther other scripts [01:13] yofel: I can't find who calls that command [01:14] who uses that path [01:14] ah [01:14] it's me [01:14] :D [01:14] dang [01:15] ok, I can solve this [01:19] yofel: do I call dput with each .changes file, or can I give it all files in one command? [01:21] you can do one command [01:21] ah wait, that only works in the shell [01:21] (as that auto-expands) [01:22] I'm getting an array with all the files, and then pass that list to the dput command as arguments [01:22] is that good? [01:23] should work I think.. [01:23] first parameter needs to be the ppa though [01:26] got iy [01:26] it [01:28] yofel: done [01:28] uploaded bluedevil [01:28] looks ok [01:29] * ovidiu-florin doesn't know where to look [01:30] found it [01:31] can I delete it from there? [01:31] so that I can run the script and upload them all in one go? [01:32] yofel: ^ [01:32] just run it again. dput should've made an .upload file, it will skip bluedevil in the next run [01:33] yofel: where should that .upload file reside? [01:33] next to the .changes file? [01:34] yep [01:34] and even if not. LP will just reject the double-upload [01:35] ok [01:36] yofel: can I make lintian not ask me for the passphrase every time? [01:36] lintian only does qa [01:37] do you mean debsign? [01:37] yes [01:37] you'll need gpg-agent for that [01:38] kleopatra? [01:38] no, gpg-agent [01:50] yofel: I can't find how to make gpg-agent store my passphrase [01:50] I'll keep looking, but if oyu have a better idea please tell me [01:51] it works by intercepting your gpg calls, then asks you a password through pinentry and stores it [01:51] you need to eval some gpg-agent call if you don't have a permanent setup [01:53] I dont' have the patience anymore for reasearching and setting up gpg-agent for now [01:53] I'l just type the passphrase 100 time to get this uploaded [02:19] * yofel almost fell asleep on the keyboard and leaves in search of a real pillow. nini [02:22] debian/rules:7: /usr/share/pkg-kde-tools/qt-kde-team/2/l10n-packages.mk: No such file or directory [02:22] make: *** No rule to make target '/usr/share/pkg-kde-tools/qt-kde-team/2/l10n-packages.mk'. Stop. [02:22] dpkg-buildpackage: error: fakeroot debian/rules clean gave error exit status 2 [02:22] debuild: fatal error at line 1374: [02:22] dpkg-buildpackage -rfakeroot -d -us -uc -i -I -S -sd failed [02:22] gbp:error: 'debuild -i -I -S -sd' failed: it exited with 29 [02:22] yofel: [02:23] done most [02:23] some failed with that error [02:23] * ovidiu-florin is off to bed as well [03:22] <_Groo_> ovidiu-florin: for future reference about gpg-agent, see this pastebin [03:22] <_Groo_> https://www.irccloud.com/pastebin/uTxsOqQd/ [09:47] yofel, sgclark: trigger pushing for KCI is disabled until further notice, on account of dead host. not sure when that will get resolved and also not when I will be able to reenable the triggers. also, when the host is back I am going to bring down the build slots a bit to prevent further implosions over the holidays [09:58] will plasma 5.5 hit wily? [12:03] vip: probably will be backported, yes [12:05] Hiyas all === razor is now known as Guest93620 [13:08] yofel: ping [13:48] hi - any rough ETA for plasma 5.5.x in wily ? [13:48] notice that 5.5.2 is now out.. -> https://www.kde.org/announcements/plasma-5.5.2.php [13:57] Yossarianuk: we did notice that [13:57] Yossarianuk: no ERA [13:57] *ETA [13:58] we're working on it [14:06] ovidiu-florin: soee_: cheers, looking forward to it when ever it does come out. [14:36] sitter: are you around? [14:37] kubuntu-automation/git-buildpackage-ppa cries that uscan warning: In debian/watch no matching hrefs for version 5.5.1 in watch line [14:37] http://download.kde.org/stable/plasma/([\d.]+)/bluedevil-([\d.]+).tar.xz [14:37] I don't understand, the file is there [14:40] * ovidiu-florin is reading uscan manpage [14:47] ovidiu-florin, I has a similar problem with the kubuntu daily build page 2 days ago, I had to agoogle search then copy the url below the header to the addressbar in order for the correct page to load [14:47] had [14:48] i was getting 404s as well [14:48] I'm using the Kubuntu automation scripts [14:48] so I don't know what's happening [14:48] betrter check the scripts in that case [15:00] ovidiu-florin, http://download.kde.org/stable/plasma/5.5.2/ [15:11] I know === Blizzzek is now known as Blizzz [15:16] ovidiu-florin, there's something with syntax in the url that you posted, obviously [15:16] wrong [15:17] no, the synta is fine [15:17] it's some config or cache of uscan [15:22] sgclark: https://anonscm.debian.org/cgit/pkg-kde/plasma/kwallet-pam.git/commit/?h=kubuntu_unstable [15:22] JFYI === razor is now known as Guest73890 [16:37] soee_: 5.5.2 is out :P [16:39] oh I have a SnapF#ck Message [16:39] I dont remember joining that [16:49] clivejo: yes it is but probably we wont see it any soon in Kubuntu anyway [16:50] _Groo_: did you get sddm packaged? [16:50] soee_: you on xenial? [16:50] clivejo: no, still Wily [16:50] clivejo: i think he did [16:52] I see it for wily [16:52] <_Groo_> clivejo: on wily, xenial today [16:53] <_Groo_> still need to fix some stuff i got pointed out in the mail [16:53] ovidiu-florin: no, it's a bug in uscan that only lets it see the last available version, so as 5.5.2 is out, 5.5.1 doesn't exist for it :( [16:53] <_Groo_> i was finishing my graphics duty : https://launchpad.net/~paulo-miguel-dias/+archive/ubuntu/mesa/+packages [16:54] <_Groo_> llvm-snapshot is a bitch, each time [16:54] graphics is black magic to me! [16:55] _Groo_: what packaging you using? [16:55] is this it? http://anonscm.debian.org/cgit/pkg-kde/kde-std/sddm.git/ [16:56] <_Groo_> clivejo: no, i got the source release from git.kde [16:57] <_Groo_> clivejo: then picked up sddm 0.11 and worked my way from there... [16:57] <_Groo_> clivejo: i try to keep the patches to a minimum [16:57] <_Groo_> clivejo: if thats not the way to go, im here to learn :) [16:58] _Groo_: Im unsure myself, but I would have thought the packaging would be that on debian git [16:58] we need a kubuntu_xenial branch [16:58] yofel: so we're moving to package 5.5.2 and skipping 5.5.0 and 5.5.1 ? [16:59] I would say yes, someone with debian git access needs to run staging-upload though [17:00] _Groo_: give me a shout when you get it packaged for senial [17:00] * yofel wonders if he could set up a restricted container for that [17:01] grrrr xenial [17:01] XD [17:01] <_Groo_> grrrr subtitles [17:02] I blame sitter! [17:02] * yofel blames beer [17:03] beer generally improves my typing [17:03] to a certain point [17:03] beer tasted espcially good yesterday [17:03] yofel: are the automation tools working? [17:03] ie could I do a staging-upload [17:04] did sgclark get that version typo sorted out? [17:04] which version typo? [17:05] something Riddell was blamed for? [17:05] well, I don't remember [17:05] aaaaah [17:05] yofel: shouldnt 5.5.1 be removed and 5.5.2 put not to build ? [17:05] [16:15:37] wtf there are commits with version 5.5.80 which of course is causing explosions. I do not have time for this. [17:05] that was CI [17:06] yofel: staging-upload, the script from KA? [17:06] dunno if it's fixed [17:06] ovidiu-florin: yes, but as that adds changelogs, you nee to run git-push-all with git write permissions after that [17:06] clivejo: should work, go aheady [17:07] clivejo: the script doesn't auto-push anymore, so just run it and check what it does before you push [17:07] just don't forget to push once you're done checking [17:07] yofel: will you be about later? I got a feeling Ill need your help [17:07] and also to pause CI? [17:08] or did I read CI is broken [17:08] git-push-all will error our if you didn't pause [17:08] staging-upload doesn't need pausing anymore [17:08] with a sane error message? [17:08] uh, let me check what I wrote [17:09] error: package exploed [17:09] looks reasonable: puts "Pause CI first! See http://kci.pangea.pub/job/mgmt_pause_integration/" [17:10] I ahve to go for a bit for food and family stuff, but should have a few hours later [17:10] should I uncomment my staging ppa/ [17:10] ?" [17:10] BluesKaj: yes please [17:10] BluesKaj: yes :P [17:10] ok [17:11] BluesKaj: if you can use ppa purge in future it might help [17:12] in general, now that we have the landing ppas, we should stop doing testing on staging [17:12] if we need another ppa for archive landing, we can add that, but ppa-landing can just be used for that [17:13] Im getting 502 proxy errors on kci [17:13] oh right, CI is screwed since last night [17:14] is that what sitters email is about? [17:14] run git-push-all with --force-paused then so it ignores the CI [17:14] what happened? [17:14] dunno, looks like something ran OOM and now stuff is unresponsive [17:14] I dont have permssion to do anything on KCI though [17:15] well, then this is your perfect moment, as CI is already screwed, you can do stuff without breaking it :P [17:16] actually, please run the package list update before uploading, I think something was missing in the last plasma upload === yofel changed the topic of #kubuntu-devel to: Kubuntu - Friendly computing | Plasma 5.5.2: W/TODO X/WIP Apps 15.08.3: W/TEST 15.12.0: TODO FW 5.17: W/TODO X/WIP | https://trello.com/kubuntu | http://qa.kubuntu.co.uk/ | No, plasma 5.5 isn't packaged yet [17:18] .1 -> .2 [17:18] yofel: $ ./staging-upload -d xenial -y 16.04 -v 5.5.2 -r plasma --sru [17:18] is this good? [17:19] a) if you want to run that, we first need a place where someone with permission can later push git [17:19] I guess I could set up a container.. [17:20] b) mostly, but --sru shouldn't be there, that's JUST for sru's [17:20] oh ovidiu-florin is working on the source [17:21] * ovidiu-florin doesn't know for sure on what he's working. He's following orders from yofel and reading all he can on what he has to do [17:22] so that I don't have to ask twice on what something does [17:22] and I try to remember the process as best as I can [17:23] yofel: doesn't this upload to the stagin ppa in ht eubuntu archive? [17:23] the Kubuntu archive* [17:23] yofel: have you updated the readme with new instructions? [17:24] it doesn't upload anything by itself, it just prepares the upload. You then upload stuff with dput like you did yesterday [17:25] is kubuntu-automation a big download? [17:25] yofel: with my new script? [17:25] just dput [17:25] as staging-upload will generate the .changes file [17:26] ovidiu-florin: do you have debian git access? [17:26] you should have a bit of packaging experience when you run it though - or do it in a shared location - as some packages might end up in a manual/ folder and need to be fixed by hand, you then need to know how to do that [17:26] I got a permission denied [17:26] at which point? [17:27] ./staging-upload -d xenial -y 16.04 -v 5.5.2 -r plasma [17:27] package: bluedevil [17:27] setting epoch to 4: for bluedevil [17:27] bluedevil-5.5.2.tar.xz [17:27] 132,832 100% 888.48kB/s 0:00:00 (xfr#1, to-chk=0/1) [17:27] Cloning into 'git'... [17:27] Permission denied (publickey). [17:27] fatal: Could not read from remote repository. [17:27] right, you don't have debian git access [17:27] ... [17:27] can I get it? [17:28] where do I sign up? [17:28] ovidiu-florin: here I think - https://alioth.debian.org/account/register.php [17:29] you have to create a guest account on alioth and apply to the pkg-kde team, then ask svuorela or lisandro I think [17:29] and be backed up by a DD who knows you are trustworthy [17:30] for the first accounts ScottK used to be the one [17:32] lisandro: how does one become a DD? [17:33] working with a DD to maintain package suntil the DD knows you are trustwirthy and know enough to be presented to do the NM process [17:33] then yo have to do the NM process in which another DD guides you trough it [17:33] and if everything goes well you become a DD [17:34] the process is obviously aimed at people who will maintain packages in Debian [17:35] lisandro: just thinking outloud here following the recent shake up with the Kubuntu Council and new release managers [17:36] could yofel become a DD? [17:36] whoever wants to keep software in Debian is welcomed. [17:36] Debian isn't my pirmary focus, so even if I already pass the key signing requirement, I don't really intend to apply [17:36] anyone could become a DD *if* his/her technical and social skills are enough [17:37] yofel: that's a good reason to not even botter to become a DD ;) [17:37] ;) [17:37] correct me if Im wrong but isnt ScottK pulling back from Kubuntu ? [17:37] that's up to ScottK :) [17:38] lisandro: do you know anyone else who could sponsor ovidiu-florin [17:39] Mirv: ↑ have you worked with him? [17:39] Im guessing Riddell sponsored me? [17:39] might be, but should have been a DD [17:40] mitya57 is also a DD [17:41] is maxyz_ ? [17:42] also, yes [17:42] although he is not directly working in kubuntu afaik [17:49] yofel: is there something wrong with LP git? [17:49] why? [17:49] Im trying to clone it [17:50] git clone git://git.launchpad.net/~kubuntu-packagers/+git/kubuntu-automation [17:50] Connection to 162.213.33.96: Connection timed out [17:50] oh [17:50] wrong URL I think https://help.launchpad.net/Code/Git#Configuring_Git [17:50] worked that time [17:51] probably my internet [17:51] maybe just the internet [17:51] my ssh connections keep freezing today :/ [17:54] ./staging-upload -d xenial -v 5.5.2 -m "new upstream release" -r plasma -t ~/workspace/plasma/ [17:56] lisandro: no [17:57] thanks! [17:58] yofel: what packages do you think are missing? [17:59] kscreenlocker at least. Haven't looked where that's supposed to come from thouhg [17:59] where do I add it? [18:03] the script will add it [18:03] lisandro: I'm not really working on anything Ubuntu (including Kubuntu) related anymore, but I still know the people, so can give you feedback. [18:04] yofel: should I go ahead and start the staging script or wait until later when I have time to watch it? [18:07] rather do it later [18:07] * clivejo waits until later, Im guessing you are travelling at the moment or soon to be [18:07] no, just distracted [18:07] yofel: no problem, Id feels more comfortable having you on standby in case there are problems [18:08] Ill be back later [18:10] clivejo: I just updated the package list (3 additions, 2 removals) [18:15] clivejo: you plan to work on 5.5.2 ? === tazz_ is now known as tazz [18:53] yofel: I've registered on the alioth site you gave me [18:53] what do I do now? [19:11] ovidiu-florin: except a DD steps up for you, please send patches [19:11] of course, targetted at debian except maxyz_ says otherwise (for KDE stuff) [19:11] I can't clone [19:11] lisandro: ^ [19:12] no until someone accepts you [19:12] git+ssh://git.debian.org/git/pkg-kde/plasma/bluedevil [19:12] but you can clone using git:// [19:12] right, no git+ssh [19:12] just git [19:12] let me see how can I make this script do taht [19:13] lisandro: git://git.debian.org/git/pkg-kde/plasma/bluedevil ? [19:14] should work [19:14] Cloning into 'git'... [19:14] fatal: unable to connect to git.debian.org: [19:14] moszumanska.debian.org[0: 5.153.231.21]: errno=Connection refused [19:14] moszumanska.debian.org[1: 2001:41c8:1000:21::21:21]: errno=Network is unreachable [19:14] ovidiu-florin: check the lasts lines of http://anonscm.debian.org/cgit/pkg-kde/plasma/bluedevil.git/ [19:15] anonscm [19:15] yup, the web interface [19:15] not flor cloning [19:16] the url to clone seems ok, you have a network problem [19:16] or moszumanska, the server behing git.d.o [19:16] right, the url works for me [19:16] works for me with ipv4, the only thing I have [19:22] ovidiu-florin: maybe try a gitconfig section like this: [19:22] [url "git://git.debian.org"] [19:22] insteadOf = git+ssh://git.debian.org [19:22] I didn't test it [19:22] I don't have the rights for that [19:22] just anonscm for me [19:22] well, then use anonscm [19:23] but that way we don't have to edit the scrpit [19:23] I've edited the script for now [19:23] but I won't commit that [19:23] anyhow [19:24] it cloned bluedevil, then did something, commited the changes to a xenial branch [19:24] and then threw an error about a file not found [19:24] subprocess.check_call(["git-buildpackage-ppa", "-d", release, "--distversion", distversion, "--", "-nc"]) [19:24] when calling this [19:24] I'm still investigating [19:25] it doesn't mention what file is not found [19:25] is git-buildpackage-ppa in your PATH? [19:26] no [19:26] was it supposed to? [19:27] yes, see README [19:29] * ovidiu-florin is ashamed [19:29] I saw that but I don't know why I ignored it [19:59] <_Groo_> xenial: https://launchpad.net/~paulo-miguel-dias/+archive/ubuntu/peppa/+packages [20:01] yofel: staging upload finished [20:02] but I can't do push [20:02] right? [20:05] I guess I need to generate patches for each of them [20:06] right? [20:06] these failed: [20:06] === The following packages couldn't be processed and have been moved to manual/ [20:06] kwin: git unclean or out of sync [20:06] muon: failed to fetch tarball from depot [20:06] oxygen-fonts: failed to fetch tarball from depot [20:07] right, you cannot push. Right, if you want to upload your set, I need patches for all of the git commits [20:08] kwin needs manual looking it seems. The script tells you that the kwin git branch and the xenial archive package don't match [20:09] muon and oxygen are a user error (multiple people). Please pull git and run staging-upload again, you worked with an outdated plasma package list [20:09] question, is kubuntu-ci in a usable state atm? [20:09] no [20:09] ah ok [20:09] just want to ask before I blow up my desktop... again... [20:09] anyways thanks [20:13] I guess I need to make a script to extract the patches [20:13] yofel: pull on KA? [20:15] yes [20:15] soee_: no, looks like ovidiu-florin is on the case [20:15] acutally, this would be the perfect time for clivejo to learn how to apply git patches ;) [20:16] * clivejo opens kate to take notes [20:16] yofel: should I run the whole thing again? [20:16] delete the tmp folder and start again from scratch? [20:16] with the new list? [20:16] probably easiest, yes [20:16] ok [20:17] first I want to commit a change in KA [20:17] I added encoding info in the lib.utils [20:18] because of the © symbol [20:18] go ahead [20:20] done [20:20] yofel: is the plasma package list auto generated from debian git or is it a static list somewhere? [20:21] it's a static list that's auto-generated from kde ftp [20:21] depot? [20:21] yep [20:21] ah [20:21] lucky i didn't upgrade...whan said should I uncomment the staging -ppa I meant remove the #, not add it :-) [20:23] afterwards I realzed you guys thought i meant "comment" it [20:23] do you want me to do the staging? [20:23] ooops [20:23] just.. remove the line [20:23] I did [20:24] 200 odd packages were about to be installed ...uhoh [20:24] clivejo: coordinate that with ovidiu-florin [20:25] I dont wanna step on his toes [20:25] Ive done it a couple of times using the old KA tools [20:25] alternatively, I set up a container at ubuntu@yofel.net port 2224, if someone has a use for it [20:25] yofel: the old KA tools are what I'm doing? [20:25] (you 2 are whitelisted) [20:26] good question [20:26] clivejo: define "old" [20:26] what's that container you talk of? [20:26] on bzr [20:26] I would say staging-upload is the old stuff, but I changed it so you are actually allowed to screw up now [20:27] santa is working on NG KA tools [20:27] ovidiu-florin: just a plain xenial LXC system that we 3 have access to right now. [20:27] and I think some of the scripts have been changed/tweeked a bit since I used them [20:28] so you guys are santa's helpers ? [20:28] jk [20:28] ^^ [20:29] * clivejo isnt a fan of Christmas! [20:29] yofel: error: pathspec 'kubuntu_xenial_archive' did not match any file(s) known to git. [20:29] for breeze-gtk === davmor2 is now known as davmor2_ho-ho-ho [20:29] ok, so the branch is missing. [20:29] clivejo: want to fix that ^ [20:30] oh we dont have any packaging for that [20:30] is it new? [20:30] I'm fairly sure there's some packging somewhere [20:30] on bzr? [20:30] clivejo, bah humbug eh? [20:31] no, git [20:31] BluesKaj: yup, retailers and so forth spoil it [20:31] am I looking at the wrong place? http://anonscm.debian.org/cgit/pkg-kde/plasma/breeze-gtk.git/ [20:32] what? you don't like light-saber wielding santa clauses? you're weird [20:32] :P [20:32] no, that looks like the right place [20:33] or the fashion santa we have in one of the Toronto malls [20:33] must be a new package? [20:34] hey christmass are cool :) [20:34] it is [20:35] are we abel to give Kubuntu users gift => Plasma 5.5.2 ? [20:35] I'm hopig for that [20:35] create new branch? [20:35] that's why I'm annoing yofel [20:35] :D [20:35] clivejo: oh hi, Krita is still working fine [20:36] clivejo: well, as fine as it could be without a tablet or a mouse :x [20:36] clivejo: yes, from master [20:36] denza242: thats good, we need to find a MOTU to upload it then! [20:39] Riddell: creating a new branch for breeze-gtk and got the following error message [20:39] remote: Neon fetching new commits for plasma/breeze-gtk [20:39] remote: hooks/post-update: line 28: syntax error near unexpected token `fi' [20:41] yofel: done, do I need to update anything before ovidiu-florin uses it? [20:41] clivejo: also please check the branches for 'discover' (renamed from muon), and 'kscreenlocker' [20:42] if the branch exists, it's good for me [20:42] should I create kubuntu_unstable and kubuntu_stable when Im here? [20:43] hm, dunno, maybe not for now [20:43] can I start the staging? [20:43] hold on a sec [20:44] http://anonscm.debian.org/cgit/pkg-kde/plasma/discover.git/ [20:44] exists and has a senile branch [20:45] same with kscreenlocker [20:45] then we're good [20:45] then it's go time [20:45] yofel: what about framewrosk 5.17 ? are they redy to test ? [20:46] * clivejo thumbs up ovidiu-florin [20:47] soee_: not yet [20:55] am I still connected? [20:55] yes [20:56] thats good [21:08] _Groo_: Tried to install your sddm in PPA getting following message [21:08] dpkg: error processing archive /var/cache/apt/archives/sddm_0.13.0-1ubuntu11_amd64.deb (--unpack): [21:08] trying to overwrite '/etc/dbus-1/system.d/org.freedesktop.DisplayManager.conf', which is also in package lightdm 1.17.3-0ubuntu1 [21:09] there's some postinst mangling for that I believe [21:09] discover: git unclean or out of sync [21:09] kwin: git unclean or out of sync [21:12] <_Groo_> lightdm is the old sddm [21:13] <_Groo_> or derived [21:13] purge it? [21:13] <_Groo_> the source has org.freedesktop.DisplayManager.conf, it used to be sddm.org.freedesktop.DisplayManager.conf [21:13] yofel: do I do anything with what's in upload? [21:13] <_Groo_> but apparently the sddm guys settled with the lightdm guys and abandoned the old one [21:14] _Groo_: lightdm is still the main ubuntu login manager [21:14] they have to be co-installable [21:14] which is why I said, there was some postinst mangling for that file in the past [21:14] <_Groo_> yofel: thats the pain of being a second class derivative [21:14] no, that's the pain of having multiple login manager in the archive [21:14] <_Groo_> yofel: ill take a look at it to change it back to sddm.org.etc [21:15] even GDM has that problem [21:15] <_Groo_> what i mean is, if we had our own stuff, it wouldnt matter much :D ill take a look at it [21:15] yofel: what does that unclean or out of sync message mean? [21:16] git kubuntu_xenial_archive != xenial archive package [21:17] so wrong branch name? [21:17] no, wrong branch content [21:17] usually means someone uploaded to the archive without committing to git [21:17] no-change rebuilds and stuff [21:19] http://changelogs.ubuntu.com/changelogs/pool/universe/k/kwin/kwin_5.4.3-0ubuntu3/changelog [21:19] Timo Jyrinki Thu, 03 Dec 2015 17:49:43 +0200 [21:19] that patch causing the problem? [21:20] <_Groo_> yofel: can i put a replace: lightdm in sddm control? [21:20] _Groo_: no [21:20] <_Groo_> yofel: that should do the trick, since you cant have 2 managers at the same time anyway [21:20] <_Groo_> yofel: hmpf... [21:20] sddm doesn't replace ligthdm, it's a ligthdm fork to some extent [21:20] _Groo_: how do previous versions handle it? [21:20] _Groo_: yes you can, just not both enabled at the same time [21:20] <_Groo_> clivejo: forever patch :P [21:20] there's dpkg stuff to handle that [21:21] <_Groo_> yofel: okdok, ill do a patch [21:21] <_Groo_> yofel: just asking :) [21:22] yofel: if I grab kwin (4:5.4.3-0ubuntu3) from the archive and update the git packaging with it, would that fix it? [21:23] yes [21:23] is it because Timo didnt update the packaging that caused this? [21:23] yes [21:24] cool, give me a sec [21:28] How do I comment the debian commit? [21:28] Sync with archive or so [21:30] yofel: http://anonscm.debian.org/cgit/pkg-kde/plasma/kwin.git/commit/?h=kubuntu_xenial_archive&id=0f21db63d7f8247508929248907187703b6d4454 [21:30] that ok? [21:31] not quite [21:31] you overwrote the CI changes [21:33] revert it? [21:33] not sure how to merge two copies [21:36] what I would do is: revert, checkout the pre-kubuntu_unstable merge commit, create a new branch from that state, apply the archive changes, commit, merge that branch into kubuntu_xenial_archive [21:36] <_Groo_> yofel: done, should work like a charm now, its building in https://launchpad.net/~paulo-miguel-dias/+archive/ubuntu/peppa/+packages [21:36] that would kind of match reality [21:40] <_Groo_> what is the oficial CI LP to test packages that will land in xenial/willy? [21:41] Mirv: Having vun with that Qt 5.6.0 packaging? It looks like the moved qdoc to qttools, which would seem to create a circular dependency loop between qtbase and qttools... [21:42] Im confused, whats the pre-kubuntu_unstable? [21:44] clivejo: the commit before the branch got merged [21:47] http://anonscm.debian.org/cgit/pkg-kde/plasma/kwin.git/log/?h=kubuntu_xenial_archive [21:47] the one on the 23rd Nov? [21:48] or your commit on the 22nd? [21:54] patches generated [21:54] what shall I do with them? [21:55] yofel clivejo ^ [21:58] meh, git fast-forwarded [21:59] yofel: what? [22:00] ovidiu-florin: regarding clivejo's question [22:00] clivejo: this one http://anonscm.debian.org/cgit/pkg-kde/plasma/kwin.git/commit/?h=kubuntu_xenial_archive&id=6ecab0308be7e822c00fd8058a853db907d02c8c [22:00] yofel: what shoudl I do with the patches? [22:01] put them somewhere where we can download them [22:04] yofel clivejo pathes are here: https://owncloud.geekaliens.com/index.php/s/db8jkBYPgx4Q4NN [22:04] self signed cetificate, sorry for that [22:05] there's letsencrypt for that :P [22:06] for shating? [22:06] sharing? [22:06] or ssl? [22:06] ssl [22:07] I've seen that before [22:07] and forgot about it [22:07] thanks [22:11] help [22:12] with? [22:12] kwin [22:12] that's one word [22:12] add more words please [22:13] the version in the archive hasnt been added to the packaging [22:13] Im trying to merge the current version in the archive with the version in debian git [22:14] but theres been changes to it since from CI [22:18] I don't know what to do about that [22:19] basically I have two folders current/kwin/debian and git/kwin/debian [22:20] git is kubuntu_xenial_archive [22:20] and current is the current version in the xenial archive [22:21] but I cant seem to merge them together without lots of deletions [22:27] clivejo: did you take the patches? [22:28] yes [22:28] so, can I remove the share? [22:28] maybe wait til yofel grabs them [22:28] ok [22:29] I've been postponing the OC update and forgot about it till now [22:31] downloaded [22:31] ok [22:33] yofel: do you write a script to process them? [22:34] I would do that, but I'm not currently doing it [22:35] am I? [22:35] you are ;) [22:42] I'm commiting to KA the script I made for generating them [22:42] is that ok? [22:42] yofel: ^ [22:43] yes [22:43] ok Ive created a file called LIST which is a list of all the patches in that archive [22:43] for asdf in `cat LIST`; do echo ${asdf}; git clone ssh://git.debian.org/git/pkg-kde/plasma/${asdf}.git; done [22:44] grabbed clones [22:45] I guess I should have cloned the xenial archive branch [22:45] with -b [22:47] you only need -b if it doesn't exist [22:48] what else can I do now? [22:49] yofel: ^ [22:49] for asdf in `cat LIST`; do echo ${asdf}; cd ${asdf}; git apply --check ../${asdf}.patch; cd ..; done [22:49] and getting a few errors [22:50] kwallet-pam [22:50] error: patch failed: debian/changelog:1 [22:50] error: debian/changelog: patch does not apply [22:50] and plasma-nm [22:59] ovidiu-florin: http://anonscm.debian.org/cgit/pkg-kde/plasma/kwallet-pam.git/tree/debian/changelog?h=kubuntu_xenial_archive [22:59] yet your patch has [22:59] * New upstream release Xenial [22:59] * Fix the lib name in kwallet4 install file. [23:02] I'm not sure I understand [23:02] when I apply your patch to the debian git, there are errors [23:03] I see the difference now [23:06] the repo I cloned is git+ssh://git.debian.org/git/pkg-kde/plasma/kwallet-pam [23:09] I don't understand where that comes from [23:21] +1 [23:26] I dunno ovidiu-florin I could apply them, excluding those two with problems [23:27] but might leave things in a mess, which I dont want to do [23:27] I'm still trying to find out where that comes from [23:27] clivejo: [23:28] yofel: any advice? [23:28] http://anonscm.debian.org/cgit/pkg-kde/plasma/kwallet-pam.git/commit/?h=kubuntu_stable&id=41d0ce50cb3b36f540603285d4126129cde6bb4f [23:28] kubuntu_stable [23:29] wait [23:29] what? [23:30] so that is in there [23:30] but on a different branch [23:31] Im too tired to function at the moment [23:33] I didn't read the whole script to see how it got to that result [23:34] need help from yofel [23:34] yofel: we neeed you [23:34] the script does a lot of stuff merging and switching branches [23:35] I know [23:35] and my head is still stuck in kwin [23:35] but there's a lot of legacy code in there [23:37] depending if that script is necessary anymore or not (depends on santas scripts) I'd rewrite it [23:38] I'm off to bed [23:39] things are in a bit of a mess [23:39] good night humans [23:39] me too, night ovidiu-florin