/srv/irclogs.ubuntu.com/2015/12/22/#kubuntu-devel.txt

soee_yofel: btw. 16.04 will use QT 6.2 ?00:18
yofelwhat's that supposed to be?00:20
ovidiu-florinyofel: I'm missing some module called distro_info00:21
ovidiu-florinwhere do I get that from?00:21
yofelapt install python3-distro-info00:21
ovidiu-florinthanks00:22
ovidiu-florinI searched for distro_info and got no results00:23
soee_?00:23
yofelsoee_: what's QT6 ?00:23
soee_yofel: my fault :D working wih php framework now and used wrong version. i was thinking about Qt 5.600:26
yofelthere is no php 6 either :P (well, there was, somewhat, not really)00:26
yofelbut no, 16.04 will be qt 5.500:26
ovidiu-florinI've cloned bluedevil and got: Error, not a debian package00:27
soee_yofel: php framework Laravel 5.2 and i mixed both versions 5.2 and 5.6:)00:27
yofelaah00:27
ovidiu-florinbut I'm not sure to which it's reffering00:28
soee_and there are no plans to upgrade later to 5.6 ?00:28
yofelnot from ubuntu at least00:28
ovidiu-florinsince I'm not telling git-buildpackage-ppa which package to build00:28
yofelyou need to CD into the git repo00:28
yofelthen it'll know what to build00:29
ovidiu-florindid that at first and got a file not found00:30
ovidiu-florinso I removed that00:30
ovidiu-florinI've put it back and investigating the missing file now00:30
ovidiu-florinah00:31
ovidiu-florinit's calling ../build-area but I've cloned the repo in tmp_work/bluedevil00:32
ovidiu-florinweird, it checks and creates the ../build-area00:33
ovidiu-florinso that should work00:33
ovidiu-florinyofel: uscan00:35
ovidiu-florinaptitude search got nothing00:35
yofelit's in devscripts00:36
yofelyou want to have descripts and ubuntu-dev-tools installed00:36
yofelfirst is a requirement, latter has useful things00:36
yofelhm, we might need a setup.sh or so that installs what you need00:37
soee_do build packages ?00:40
yofelto actually run our scripts00:40
ovidiu-florinyofel: I'm missing gbp, aptitude search got nothing00:41
yofelgit-buildpackage00:41
ovidiu-florinthnk you00:41
ovidiu-florinyofel: where do I update my email address for debian packaging?00:44
ovidiu-florinthere was some config file, right?00:44
yofelDEBEMAIL and DEBFULLNAME in your env (put it in .bashrc or so)00:45
ovidiu-florinsecret key not available00:48
ovidiu-florinI've tackled with this before00:48
ovidiu-florinbut I don't remember the solution00:48
yofelit tries to use the key from the person in the changelog by default00:49
yofelput your key hash as DEBSIGN_KEYID= in ~/.devscripts00:49
ovidiu-florinwait...00:50
ovidiu-florinfirst: my PGP key hash?00:50
yofelyes00:50
yofelthe public hash00:50
ovidiu-florinone of the ones I have on LP, right?00:51
yofelthe one you intend to sign with00:51
yofelydes00:51
ovidiu-florinthat means the full hash, or just the short one?00:52
yofelshort one00:53
ovidiu-florinyofel: I've done steps 1-300:56
ovidiu-florinfor step 4, do I set a new remote? and upload it there?00:57
ovidiu-florinoh, no, I use that command ok00:57
ovidiu-florinyofel: Successfully signed dsc and changes files01:09
ovidiu-florinCan't open /home/ovidiu/work/Kubuntu/kubuntu-automation/tmp_work/build-area/*.changes01:09
ovidiu-florinI guess that comes from dch01:09
ovidiu-florinthe file /home/ovidiu/work/Kubuntu/kubuntu-automation/tmp_work/build-area/bluedevil_5.5.1-0ubuntu1~ubuntu16.04~ppa10_source.changes exists01:10
yofelpython can't do native globbing01:11
yofelthere's some expandpath call or so, look at one of ther other scripts01:12
ovidiu-florinyofel:  I can't find who calls that command01:13
ovidiu-florinwho uses that path01:14
ovidiu-florinah01:14
ovidiu-florinit's me01:14
ovidiu-florin:D01:14
ovidiu-florindang01:14
ovidiu-florinok, I can solve this01:15
ovidiu-florinyofel: do I call dput with each .changes file, or can I give it all files in one command?01:19
yofelyou can do one command01:21
yofelah wait, that only works in the shell01:21
yofel(as that auto-expands)01:21
ovidiu-florinI'm getting an array with all the files, and then pass that list to the dput command as arguments01:22
ovidiu-florinis that good?01:22
yofelshould work I think..01:23
yofelfirst parameter needs to be the ppa though01:23
ovidiu-floringot iy01:26
ovidiu-florinit01:26
ovidiu-florinyofel: done01:28
ovidiu-florinuploaded bluedevil01:28
yofellooks ok01:28
* ovidiu-florin doesn't know where to look01:29
ovidiu-florinfound it01:30
ovidiu-florincan I delete it from there?01:31
ovidiu-florinso that I can run the script and upload them all in one go?01:31
ovidiu-florinyofel: ^01:32
yofeljust run it again. dput should've made an .upload file, it will skip bluedevil in the next run01:32
ovidiu-florinyofel: where should that .upload file reside?01:33
ovidiu-florinnext to the .changes file?01:33
yofelyep01:34
yofeland even if not. LP will just reject the double-upload01:34
ovidiu-florinok01:35
ovidiu-florinyofel: can I make lintian not ask me for the passphrase every time?01:36
yofellintian only does qa01:36
yofeldo you mean debsign?01:37
ovidiu-florinyes01:37
yofelyou'll need gpg-agent for that01:37
ovidiu-florinkleopatra?01:38
yofelno, gpg-agent01:38
ovidiu-florinyofel: I can't find how to make gpg-agent store my passphrase01:50
ovidiu-florinI'll keep looking, but if oyu have a better idea please tell me01:50
yofelit works by intercepting your gpg calls, then asks you a password through pinentry and stores it01:51
yofelyou need to eval some gpg-agent call if you don't have a permanent setup01:51
ovidiu-florinI dont' have the patience anymore for reasearching and setting up gpg-agent for now01:53
ovidiu-florinI'l just type the passphrase 100 time to get this uploaded01:53
* yofel almost fell asleep on the keyboard and leaves in search of a real pillow. nini02:19
ovidiu-florindebian/rules:7: /usr/share/pkg-kde-tools/qt-kde-team/2/l10n-packages.mk: No such file or directory02:22
ovidiu-florinmake: *** No rule to make target '/usr/share/pkg-kde-tools/qt-kde-team/2/l10n-packages.mk'.  Stop.02:22
ovidiu-florindpkg-buildpackage: error: fakeroot debian/rules clean gave error exit status 202:22
ovidiu-florindebuild: fatal error at line 1374:02:22
ovidiu-florindpkg-buildpackage -rfakeroot -d -us -uc -i -I -S -sd failed02:22
ovidiu-floringbp:error: 'debuild -i -I -S -sd' failed: it exited with 2902:22
ovidiu-florinyofel: 02:22
ovidiu-florindone most02:23
ovidiu-florinsome failed with that error02:23
* ovidiu-florin is off to bed as well02:23
_Groo_ovidiu-florin: for future reference about gpg-agent, see this pastebin03:22
_Groo_https://www.irccloud.com/pastebin/uTxsOqQd/03:22
sitteryofel, 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 holidays09:47
vipwill plasma 5.5 hit wily?09:58
soee_vip: probably will be backported, yes12:03
BluesKajHiyas all12:05
=== razor is now known as Guest93620
soee_yofel: ping13:08
Yossarianukhi - any rough ETA for plasma 5.5.x in wily ?13:48
Yossarianuknotice that 5.5.2 is now out.. -> https://www.kde.org/announcements/plasma-5.5.2.php13:48
ovidiu-florinYossarianuk: we did notice that13:57
soee_Yossarianuk: no ERA13:57
soee_*ETA13:57
ovidiu-florinwe're working on it13:58
Yossarianukovidiu-florin: soee_: cheers, looking forward to it when ever it does come out.14:06
ovidiu-florinsitter: are you around?14:36
ovidiu-florinkubuntu-automation/git-buildpackage-ppa cries that uscan warning: In debian/watch no matching hrefs for version 5.5.1 in watch line14:37
ovidiu-florin  http://download.kde.org/stable/plasma/([\d.]+)/bluedevil-([\d.]+).tar.xz14:37
ovidiu-florinI don't understand, the file is there14:37
* ovidiu-florin is reading uscan manpage14:40
BluesKajovidiu-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 load14:47
BluesKajhad14:47
BluesKaji was getting 404s as well14:48
ovidiu-florinI'm using the Kubuntu automation scripts14:48
ovidiu-florinso I don't know what's happening14:48
BluesKajbetrter check the scripts in that case14:48
BluesKajovidiu-florin,  http://download.kde.org/stable/plasma/5.5.2/15:00
ovidiu-florinI know15:11
=== Blizzzek is now known as Blizzz
BluesKajovidiu-florin, there's something with syntax in the url that you posted, obviously15:16
BluesKajwrong15:16
ovidiu-florinno, the synta is fine15:17
ovidiu-florinit's some config or cache of uscan15:17
shadeslayer_sgclark: https://anonscm.debian.org/cgit/pkg-kde/plasma/kwallet-pam.git/commit/?h=kubuntu_unstable15:22
shadeslayer_JFYI15:22
=== razor is now known as Guest73890
clivejosoee_: 5.5.2 is out :P16:37
clivejooh I have a SnapF#ck Message16:39
clivejoI dont remember joining that16:39
soee_clivejo: yes it is but probably we wont see it any soon in Kubuntu anyway 16:49
clivejo_Groo_: did you get sddm packaged?16:50
clivejosoee_: you on xenial?16:50
soee_clivejo: no, still Wily16:50
soee_clivejo: i think he did16:50
clivejoI see it for wily16:52
_Groo_clivejo: on wily, xenial today16:52
_Groo_still need to fix some stuff i got pointed out in the mail16:53
yofelovidiu-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/+packages16:53
_Groo_llvm-snapshot is a bitch, each time16:54
clivejographics is black magic to me!16:54
clivejo_Groo_: what packaging you using?16:55
clivejois this it? http://anonscm.debian.org/cgit/pkg-kde/kde-std/sddm.git/16:55
_Groo_clivejo: no, i got the source release from git.kde16:56
_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 minimum16:57
_Groo_clivejo: if thats not the way to go, im here to learn :)16:57
clivejo_Groo_: Im unsure myself, but I would have thought the packaging would be that on debian git16:58
clivejowe need a kubuntu_xenial branch16:58
ovidiu-florinyofel: so we're moving to package 5.5.2 and skipping 5.5.0 and 5.5.1 ?16:58
yofelI would say yes, someone with debian git access needs to run staging-upload though16:59
clivejo_Groo_: give me a shout when you get it packaged for senial17:00
* yofel wonders if he could set up a restricted container for that17:00
clivejogrrrr xenial17:01
yofelXD17:01
_Groo_grrrr subtitles17:01
clivejoI blame sitter!17:02
* yofel blames beer17:02
clivejobeer generally improves my typing17:03
clivejoto a certain point17:03
BluesKajbeer tasted espcially good yesterday 17:03
clivejoyofel: are the automation tools working?17:03
clivejoie could I do a staging-upload17:03
clivejodid sgclark get that version typo sorted out?17:04
yofelwhich version typo?17:04
clivejosomething Riddell was blamed for?17:05
yofelwell, I don't remember17:05
yofelaaaaah17:05
soee_yofel: shouldnt 5.5.1 be removed and 5.5.2 put not to build ?17:05
clivejo[16:15:37] <sgclark> wtf there are commits with version 5.5.80 which of course is causing explosions. I do not have time for this.17:05
yofelthat was CI17:05
ovidiu-florinyofel: staging-upload, the script from KA?17:06
yofeldunno if it's fixed17:06
yofelovidiu-florin: yes, but as that adds changelogs, you nee to run git-push-all with git write permissions after that17:06
yofelclivejo: should work, go aheady17:06
yofelclivejo: the script doesn't auto-push anymore, so just run it and check what it does before you push17:07
yofeljust don't forget to push once you're done checking17:07
clivejoyofel: will you be about later?  I got a feeling Ill need your help17:07
clivejoand also to pause CI?17:07
clivejoor did I read CI is broken17:08
yofelgit-push-all will error our if you didn't pause17:08
yofelstaging-upload doesn't need pausing anymore17:08
clivejowith a sane error message?17:08
yofeluh, let me check what I wrote17:08
clivejoerror: package exploed17:09
yofellooks reasonable: puts "Pause CI first! See http://kci.pangea.pub/job/mgmt_pause_integration/"17:09
clivejoI ahve to go for a bit for food and family stuff, but should have a few hours later17:10
BluesKajshould I uncomment my staging ppa/17:10
BluesKaj?"17:10
yofelBluesKaj: yes please17:10
clivejoBluesKaj: yes :P17:10
BluesKajok17:10
clivejoBluesKaj: if you can use ppa purge in future it might help17:11
yofelin general, now that we have the landing ppas, we should stop doing testing on staging17:12
yofelif we need another ppa for archive landing, we can add that, but ppa-landing can just be used for that17:12
clivejoIm getting 502 proxy errors on kci17:13
yofeloh right, CI is screwed since last night17:13
clivejois that what sitters email is about?17:14
yofelrun git-push-all with --force-paused then so it ignores the CI17:14
clivejowhat happened?17:14
yofeldunno, looks like something ran OOM and now stuff is unresponsive17:14
clivejoI dont have permssion to do anything on KCI though17:14
yofelwell, then this is your perfect moment, as CI is already screwed, you can do stuff without breaking it :P17:15
yofelactually, please run the package list update before uploading, I think something was missing in the last plasma upload17:16
=== 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
yofel.1 -> .217:18
ovidiu-florinyofel: $ ./staging-upload -d xenial -y 16.04 -v 5.5.2 -r plasma --sru17:18
ovidiu-florinis this good?17:18
yofela) if you want to run that, we first need a place where someone with permission can later push git17:19
yofelI guess I could set up a container..17:19
yofelb) mostly, but --sru shouldn't be there, that's JUST for sru's17:20
clivejooh ovidiu-florin is working on the source17:20
* 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 do17:21
ovidiu-florinso that I don't have to ask twice on what something does17:22
ovidiu-florinand I try to remember the process as best as I can17:22
ovidiu-florinyofel: doesn't this upload to the stagin ppa in ht eubuntu archive?17:23
ovidiu-florinthe Kubuntu archive*17:23
clivejoyofel: have you updated the readme with new instructions?17:23
yofelit doesn't upload anything by itself, it just prepares the upload. You then upload stuff with dput like you did yesterday17:24
clivejois kubuntu-automation a big download?17:25
ovidiu-florinyofel: with my new script?17:25
yofeljust dput17:25
yofelas staging-upload will generate the .changes file17:25
clivejoovidiu-florin: do you have debian git access?17:26
yofelyou 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 that17:26
ovidiu-florinI got a permission denied17:26
yofelat which point?17:26
ovidiu-florin./staging-upload -d xenial -y 16.04 -v 5.5.2 -r plasma      17:27
ovidiu-florinpackage: bluedevil17:27
ovidiu-florinsetting epoch to 4: for bluedevil17:27
ovidiu-florinbluedevil-5.5.2.tar.xz17:27
ovidiu-florin        132,832 100%  888.48kB/s    0:00:00 (xfr#1, to-chk=0/1)17:27
ovidiu-florinCloning into 'git'...17:27
ovidiu-florinPermission denied (publickey).17:27
ovidiu-florinfatal: Could not read from remote repository.17:27
yofelright, you don't have debian git access17:27
ovidiu-florin...17:27
ovidiu-florincan I get it?17:27
ovidiu-florinwhere do I sign up?17:28
clivejoovidiu-florin: here I think - https://alioth.debian.org/account/register.php17:28
yofelyou have to create a guest account on alioth and apply to the pkg-kde team, then ask svuorela or lisandro I think17:29
lisandroand be backed up by a DD who knows you are trustworthy17:29
lisandrofor the first accounts ScottK used to be the one17:30
clivejolisandro: how does one become a DD?17:32
lisandroworking with a DD to maintain package suntil the DD knows you are trustwirthy and know enough to be presented to do the NM process17:33
lisandrothen yo have to do the NM process in which another DD guides you trough it17:33
lisandroand if everything goes well you become a DD17:33
lisandrothe process is obviously aimed at people who will maintain packages in Debian17:34
clivejolisandro: just thinking outloud here following the recent shake up with the Kubuntu Council and new release managers17:35
clivejocould yofel become a DD?17:36
lisandrowhoever wants to keep software in Debian is welcomed.17:36
yofelDebian isn't my pirmary focus, so even if I already pass the key signing requirement, I don't really intend to apply17:36
lisandroanyone could become a DD *if* his/her technical and social skills are enough17:36
lisandroyofel: that's a good reason to not even botter to become a DD ;)17:37
yofel;)17:37
clivejocorrect me if Im wrong but isnt ScottK pulling back from Kubuntu ?17:37
lisandrothat's up to ScottK :)17:37
clivejolisandro: do you know anyone else who could sponsor ovidiu-florin17:38
lisandroMirv: ↑ have you worked with him?17:39
clivejoIm guessing Riddell sponsored me?17:39
lisandromight be, but should have been a DD 17:39
lisandromitya57 is also a DD17:40
clivejois maxyz_ ?17:41
lisandroalso, yes17:42
lisandroalthough he is not directly working in kubuntu afaik17:42
clivejoyofel: is there something wrong with LP git?17:49
yofelwhy?17:49
clivejoIm trying to clone it17:49
clivejogit clone git://git.launchpad.net/~kubuntu-packagers/+git/kubuntu-automation17:50
clivejoConnection to 162.213.33.96: Connection timed out17:50
clivejooh17:50
yofelwrong URL I think https://help.launchpad.net/Code/Git#Configuring_Git17:50
clivejoworked that time17:50
clivejoprobably my internet17:51
yofelmaybe just the internet17:51
yofelmy ssh connections keep freezing today :/17:51
clivejo./staging-upload -d xenial -v 5.5.2 -m "new upstream release" -r plasma -t ~/workspace/plasma/17:54
Mirvlisandro: no17:56
lisandrothanks!17:57
clivejoyofel: what packages do you think are missing?17:58
yofelkscreenlocker at least. Haven't looked where that's supposed to come from thouhg17:59
clivejowhere do I add it?17:59
yofelthe script will add it 18:03
ScottKlisandro: I'm not really working on anything Ubuntu (including Kubuntu) related anymore, but I still know the people, so can give you feedback.18:03
clivejoyofel: should I go ahead and start the staging script or wait until later when I have time to watch it?18:04
yofelrather do it later18:07
* clivejo waits until later, Im guessing you are travelling at the moment or soon to be18:07
yofelno, just distracted18:07
clivejoyofel: no problem, Id feels more comfortable having you on standby in case there are problems18:07
clivejoIll be back later18:08
yofelclivejo: I just updated the package list (3 additions, 2 removals)18:10
soee_clivejo: you plan to work on 5.5.2 ?18:15
=== tazz_ is now known as tazz
ovidiu-florinyofel: I've registered on the alioth site you gave me18:53
ovidiu-florinwhat do I do now?18:53
lisandroovidiu-florin: except a DD steps up for you, please send patches19:11
lisandroof course, targetted at debian except maxyz_ says otherwise (for KDE stuff)19:11
ovidiu-florinI can't clone19:11
ovidiu-florinlisandro: ^19:11
lisandrono until someone accepts you19:12
ovidiu-floringit+ssh://git.debian.org/git/pkg-kde/plasma/bluedevil19:12
lisandrobut you can clone using git://19:12
lisandroright, no git+ssh19:12
lisandrojust git19:12
ovidiu-florinlet me see how can I make this script do taht19:12
ovidiu-florinlisandro: git://git.debian.org/git/pkg-kde/plasma/bluedevil ?19:13
lisandroshould work19:14
ovidiu-florinCloning into 'git'...19:14
ovidiu-florinfatal: unable to connect to git.debian.org:19:14
ovidiu-florinmoszumanska.debian.org[0: 5.153.231.21]: errno=Connection refused19:14
ovidiu-florinmoszumanska.debian.org[1: 2001:41c8:1000:21::21:21]: errno=Network is unreachable19:14
lisandroovidiu-florin: check the lasts lines of http://anonscm.debian.org/cgit/pkg-kde/plasma/bluedevil.git/ 19:14
ovidiu-florinanonscm19:15
lisandroyup, the web interface19:15
lisandronot flor cloning19:15
lisandrothe url to clone seems ok, you have a network  problem19:16
lisandroor moszumanska, the server behing git.d.o19:16
yofelright, the url works for me19:16
lisandroworks for me with ipv4, the only thing I have19:16
yofelovidiu-florin: maybe try a gitconfig section like this:19:22
yofel[url "git://git.debian.org"]19:22
yofel    insteadOf = git+ssh://git.debian.org19:22
yofelI didn't test it19:22
ovidiu-florinI don't have the rights for that19:22
ovidiu-florinjust anonscm for me19:22
yofelwell, then use anonscm19:22
yofelbut that way we don't have to edit the scrpit19:23
ovidiu-florinI've edited the script for now19:23
ovidiu-florinbut I won't commit that19:23
ovidiu-florinanyhow19:23
ovidiu-florinit cloned bluedevil, then did something, commited the changes to a xenial branch19:24
ovidiu-florinand then threw an error about a file not found19:24
ovidiu-florin    subprocess.check_call(["git-buildpackage-ppa", "-d", release, "--distversion", distversion, "--", "-nc"])19:24
ovidiu-florinwhen calling this19:24
ovidiu-florinI'm still investigating19:24
ovidiu-florinit doesn't mention what file is not found19:25
yofelis git-buildpackage-ppa in your PATH?19:25
ovidiu-florinno19:26
ovidiu-florinwas it supposed to?19:26
yofelyes, see README19:27
* ovidiu-florin is ashamed19:29
ovidiu-florinI saw that but I don't know why I ignored it19:29
_Groo_xenial: https://launchpad.net/~paulo-miguel-dias/+archive/ubuntu/peppa/+packages19:59
ovidiu-florinyofel: staging upload finished20:01
ovidiu-florinbut I can't do push20:02
ovidiu-florinright?20:02
ovidiu-florinI guess I need to generate patches for each of them20:05
ovidiu-florinright?20:06
ovidiu-florinthese failed:20:06
ovidiu-florin=== The following packages couldn't be processed and have been moved to manual/20:06
ovidiu-florinkwin: git unclean or out of sync20:06
ovidiu-florinmuon: failed to fetch tarball from depot20:06
ovidiu-florinoxygen-fonts: failed to fetch tarball from depot20:06
yofelright, you cannot push. Right, if you want to upload your set, I need patches for all of the git commits20:07
yofelkwin needs manual looking it seems. The script tells you that the kwin git branch and the xenial archive package don't match20:08
yofelmuon and oxygen are a user error (multiple people). Please pull git and run staging-upload again, you worked with an outdated plasma package list20:09
denza242question, is kubuntu-ci in a usable state atm?20:09
yofelno20:09
denza242ah ok20:09
denza242just want to ask before I blow up my desktop... again... 20:09
denza242anyways thanks20:09
ovidiu-florinI guess I need to make a script to extract the patches20:13
ovidiu-florinyofel: pull on KA?20:13
yofelyes20:15
clivejosoee_: no, looks like ovidiu-florin is on the case20:15
yofelacutally, this would be the perfect time for clivejo to learn how to apply git patches ;)20:15
* clivejo opens kate to take notes20:16
ovidiu-florinyofel: should I run the whole thing again?20:16
ovidiu-florindelete the tmp folder and start again from scratch?20:16
ovidiu-florinwith the new list?20:16
yofelprobably easiest, yes20:16
ovidiu-florinok20:16
ovidiu-florinfirst I want to commit a change in KA20:17
ovidiu-florinI added encoding info in the lib.utils20:17
ovidiu-florinbecause of the © symbol20:18
yofelgo ahead20:18
ovidiu-florindone20:20
clivejoyofel: is the plasma package list auto generated from debian git or is it a static list somewhere?20:20
yofelit's a static list that's auto-generated from kde ftp20:21
clivejodepot?20:21
yofelyep20:21
clivejoah20:21
BluesKajlucky i didn't upgrade...whan said should I uncomment the staging -ppa I meant remove the #, not add it :-)20:21
BluesKajafterwards I realzed you guys thought i meant "comment" it20:23
clivejodo you want me to do the staging?20:23
yofelooops20:23
yofeljust.. remove the line20:23
BluesKajI did 20:23
BluesKaj200 odd packages were about to be installed ...uhoh 20:24
yofelclivejo: coordinate that with ovidiu-florin20:24
clivejoI dont wanna step on his toes20:25
clivejoIve done it a couple of times using the old KA tools20:25
yofelalternatively, I set up a container at ubuntu@yofel.net port 2224, if someone has a use for it20:25
ovidiu-florinyofel: the old KA tools are what I'm doing?20:25
yofel(you 2 are whitelisted)20:25
yofelgood question20:26
yofelclivejo: define "old"20:26
ovidiu-florinwhat's that container you talk of?20:26
clivejoon bzr20:26
yofelI would say staging-upload is the old stuff, but I changed it so you are actually allowed to screw up now20:26
clivejosanta is working on NG KA tools20:27
yofelovidiu-florin: just a plain xenial LXC system that we 3 have access to right now. 20:27
clivejoand I think some of the scripts have been changed/tweeked a bit since I used them20:27
BluesKajso you guys are santa's helpers ?20:28
BluesKajjk20:28
yofel^^20:28
* clivejo isnt a fan of Christmas!20:29
ovidiu-florinyofel: error: pathspec 'kubuntu_xenial_archive' did not match any file(s) known to git.20:29
ovidiu-florinfor breeze-gtk20:29
=== davmor2 is now known as davmor2_ho-ho-ho
yofelok, so the branch is missing.20:29
yofelclivejo: want to fix that ^20:29
clivejooh we dont have any packaging for that20:30
clivejois it new?20:30
yofelI'm fairly sure there's some packging somewhere20:30
clivejoon bzr?20:30
BluesKajclivejo, bah humbug eh?20:30
yofelno, git20:31
clivejoBluesKaj: yup, retailers and so forth spoil it20:31
clivejoam I looking at the wrong place? http://anonscm.debian.org/cgit/pkg-kde/plasma/breeze-gtk.git/20:31
yofelwhat? you don't like light-saber wielding santa clauses? you're weird20:32
yofel:P20:32
yofelno, that looks like the right place20:32
BluesKajor the fashion santa we have in one of the Toronto malls20:33
clivejomust be a new package?20:33
soee_hey christmass are cool :)20:34
yofelit is20:34
soee_are we abel to give Kubuntu users gift => Plasma 5.5.2 ?20:35
ovidiu-florinI'm hopig for that20:35
clivejocreate new branch?20:35
ovidiu-florinthat's why I'm annoing yofel20:35
soee_:D20:35
denza242clivejo: oh hi, Krita is still working fine20:35
denza242clivejo: well, as fine as it could be without a tablet or a mouse :x20:36
yofelclivejo: yes, from master20:36
clivejodenza242: thats good, we need to find a MOTU to upload it then!20:36
clivejoRiddell: creating a new branch for breeze-gtk and got the following error message20:39
clivejoremote: Neon fetching new commits for plasma/breeze-gtk20:39
clivejoremote: hooks/post-update: line 28: syntax error near unexpected token `fi'20:39
clivejoyofel: done, do I need to update anything before ovidiu-florin uses it?20:41
yofelclivejo: also please check the branches for 'discover' (renamed from muon), and 'kscreenlocker'20:41
ovidiu-florinif the branch exists, it's good for me20:42
clivejoshould I create kubuntu_unstable and kubuntu_stable when Im here?20:42
yofelhm, dunno, maybe not for now20:43
ovidiu-florincan I start the staging?20:43
clivejohold on a sec20:43
clivejohttp://anonscm.debian.org/cgit/pkg-kde/plasma/discover.git/20:44
clivejoexists and has a senile branch20:44
clivejosame with kscreenlocker20:45
yofelthen we're good20:45
ovidiu-florinthen it's go time20:45
soee_yofel: what about framewrosk 5.17 ? are they redy to test ?20:45
* clivejo thumbs up ovidiu-florin20:46
yofelsoee_: not yet20:47
clivejoam I still connected?20:55
yofelyes20:55
clivejothats good20:56
clivejo_Groo_: Tried to install your sddm in PPA getting following message21:08
clivejodpkg: error processing archive /var/cache/apt/archives/sddm_0.13.0-1ubuntu11_amd64.deb (--unpack):21:08
clivejo trying to overwrite '/etc/dbus-1/system.d/org.freedesktop.DisplayManager.conf', which is also in package lightdm 1.17.3-0ubuntu121:08
yofelthere's some postinst mangling for that I believe21:09
ovidiu-florindiscover: git unclean or out of sync21:09
ovidiu-florinkwin: git unclean or out of sync21:09
_Groo_lightdm is the old sddm21:12
_Groo_or derived21:13
clivejopurge it?21:13
_Groo_the source has org.freedesktop.DisplayManager.conf, it used to be sddm.org.freedesktop.DisplayManager.conf21:13
ovidiu-florinyofel: 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 one21:13
yofel_Groo_: lightdm is still the main ubuntu login manager21:14
yofelthey have to be co-installable21:14
yofelwhich is why I said, there was some postinst mangling for that file in the past21:14
_Groo_yofel: thats the pain of being a second class derivative21:14
yofelno, that's the pain of having multiple login manager in the archive21:14
_Groo_yofel: ill take a look at it to change it back to sddm.org.etc21:14
yofeleven GDM has that problem21:15
_Groo_what i mean is, if we had our own stuff, it wouldnt matter much :D ill take a look at it21:15
clivejoyofel: what does that unclean or out of sync message mean?21:15
yofelgit kubuntu_xenial_archive != xenial archive package21:16
ovidiu-florinso wrong branch name?21:17
yofelno, wrong branch content21:17
yofelusually means someone uploaded to the archive without committing to git21:17
yofelno-change rebuilds and stuff21:17
clivejohttp://changelogs.ubuntu.com/changelogs/pool/universe/k/kwin/kwin_5.4.3-0ubuntu3/changelog21:19
clivejoTimo Jyrinki <timo-jyrinki@ubuntu.com>  Thu, 03 Dec 2015 17:49:43 +020021:19
clivejothat patch causing the problem?21:19
_Groo_yofel: can i put a replace: lightdm in sddm control?21:20
yofel_Groo_: no21:20
_Groo_yofel: that should do the trick, since you cant have 2 managers at the same time anyway21:20
_Groo_yofel: hmpf...21:20
yofelsddm doesn't replace ligthdm, it's a ligthdm fork to some extent21:20
clivejo_Groo_: how do previous versions handle it?21:20
yofel_Groo_: yes you can, just not both enabled at the same time21:20
_Groo_clivejo: forever patch :P21:20
yofelthere's dpkg stuff to handle that21:20
_Groo_yofel: okdok, ill do a patch21:21
_Groo_yofel: just asking :)21:21
clivejoyofel: if I grab kwin (4:5.4.3-0ubuntu3) from the archive and update the git packaging with it, would that fix it?21:22
yofelyes21:23
clivejois it because Timo didnt update the packaging that caused this?21:23
yofelyes21:23
clivejocool, give me a sec21:24
clivejoHow do I comment the debian commit?21:28
yofelSync with archive or so21:28
clivejoyofel: http://anonscm.debian.org/cgit/pkg-kde/plasma/kwin.git/commit/?h=kubuntu_xenial_archive&id=0f21db63d7f8247508929248907187703b6d445421:30
clivejothat ok?21:30
yofelnot quite21:31
yofelyou overwrote the CI changes21:31
clivejorevert it?21:33
clivejonot sure how to merge two copies21:33
yofelwhat 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_archive21:36
_Groo_yofel: done, should work like a charm now, its building in https://launchpad.net/~paulo-miguel-dias/+archive/ubuntu/peppa/+packages21:36
yofelthat would kind of match reality21:36
_Groo_what is the oficial CI LP to test packages that will land in xenial/willy? 21:40
mamarleyMirv: Having vun with that Qt 5.6.0 packaging? </s>  It looks like the moved qdoc to qttools, which would seem to create a circular dependency loop between qtbase and qttools...21:41
clivejoIm confused, whats the pre-kubuntu_unstable?21:42
yofelclivejo: the commit before the branch got merged21:44
clivejohttp://anonscm.debian.org/cgit/pkg-kde/plasma/kwin.git/log/?h=kubuntu_xenial_archive21:47
clivejothe one on the 23rd Nov?21:47
clivejoor your commit on the 22nd?21:48
ovidiu-florinpatches generated21:54
ovidiu-florinwhat shall I do with them?21:54
ovidiu-florinyofel clivejo ^21:55
yofelmeh, git fast-forwarded21:58
ovidiu-florinyofel: what?21:59
yofelovidiu-florin: regarding clivejo's question22:00
yofelclivejo: this one http://anonscm.debian.org/cgit/pkg-kde/plasma/kwin.git/commit/?h=kubuntu_xenial_archive&id=6ecab0308be7e822c00fd8058a853db907d02c8c22:00
ovidiu-florinyofel: what shoudl I do with the patches?22:00
yofelput them somewhere where we can download them22:01
ovidiu-florinyofel clivejo pathes are here: https://owncloud.geekaliens.com/index.php/s/db8jkBYPgx4Q4NN22:04
ovidiu-florinself signed cetificate, sorry for that22:04
yofelthere's letsencrypt for that :P22:05
ovidiu-florinfor shating?22:06
ovidiu-florinsharing?22:06
ovidiu-florinor ssl?22:06
yofelssl22:06
ovidiu-florinI've seen that before22:07
ovidiu-florinand forgot about it22:07
ovidiu-florinthanks22:07
clivejohelp22:11
ovidiu-florinwith?22:12
clivejokwin22:12
ovidiu-florinthat's one word22:12
ovidiu-florinadd more words please22:12
clivejothe version in the archive hasnt been added to the packaging22:13
clivejoIm trying to merge the current version in the archive with the version in debian git22:13
clivejobut theres been changes to it since from CI22:14
ovidiu-florinI don't know what to do about that22:18
clivejobasically I have two folders current/kwin/debian and git/kwin/debian22:19
clivejogit is kubuntu_xenial_archive22:20
clivejoand current is the current version in the xenial archive22:20
clivejobut I cant seem to merge them together without lots of deletions22:21
ovidiu-florinclivejo: did you take the patches?22:27
clivejoyes22:28
ovidiu-florinso, can I remove the share?22:28
clivejomaybe wait til yofel grabs them22:28
ovidiu-florinok22:28
ovidiu-florinI've been postponing the OC update and forgot about it till now22:29
yofeldownloaded22:31
ovidiu-florinok22:31
clivejoyofel: do you write a script to process them?22:33
yofelI would do that, but I'm not currently doing it22:34
clivejoam I?22:35
yofelyou are ;)22:35
ovidiu-florinI'm commiting to KA the script I made for generating them22:42
ovidiu-florinis that ok?22:42
ovidiu-florinyofel: ^22:42
yofelyes22:43
clivejook Ive created a file called LIST which is a list of all the patches in that archive22:43
clivejofor asdf in `cat LIST`; do echo ${asdf}; git clone ssh://git.debian.org/git/pkg-kde/plasma/${asdf}.git; done22:43
clivejograbbed clones22:44
clivejoI guess I should have cloned the xenial archive branch22:45
clivejowith -b22:45
yofelyou only need -b if it doesn't exist22:47
ovidiu-florinwhat else can I do now?22:48
ovidiu-florinyofel: ^22:49
clivejofor asdf in `cat LIST`; do echo ${asdf}; cd ${asdf}; git apply --check ../${asdf}.patch; cd ..; done22:49
clivejoand getting a few errors22:49
clivejokwallet-pam22:50
clivejoerror: patch failed: debian/changelog:122:50
clivejoerror: debian/changelog: patch does not apply22:50
clivejoand plasma-nm22:50
clivejoovidiu-florin: http://anonscm.debian.org/cgit/pkg-kde/plasma/kwallet-pam.git/tree/debian/changelog?h=kubuntu_xenial_archive22:59
clivejoyet your patch has 22:59
clivejo   * New upstream release Xenial22:59
clivejo   * Fix the lib name in kwallet4 install file. 22:59
ovidiu-florinI'm not sure  I understand23:02
clivejowhen I apply your patch to the debian git, there are errors23:02
ovidiu-florinI see the difference now23:03
ovidiu-florinthe repo I cloned is git+ssh://git.debian.org/git/pkg-kde/plasma/kwallet-pam23:06
ovidiu-florinI don't understand where that comes from23:09
clivejo+123:21
clivejoI dunno ovidiu-florin I could apply them, excluding those two with problems23:26
clivejobut might leave things in a mess, which I dont want to do23:27
ovidiu-florinI'm still trying to find out where that comes from23:27
ovidiu-florinclivejo: 23:27
ovidiu-florinyofel: any advice?23:28
clivejohttp://anonscm.debian.org/cgit/pkg-kde/plasma/kwallet-pam.git/commit/?h=kubuntu_stable&id=41d0ce50cb3b36f540603285d4126129cde6bb4f23:28
clivejokubuntu_stable23:28
ovidiu-florinwait23:29
ovidiu-florinwhat?23:29
ovidiu-florinso that is in there23:30
ovidiu-florinbut on a different branch23:30
clivejoIm too tired to function at the moment23:31
ovidiu-florinI didn't read the whole script to see how it got to that result23:33
clivejoneed help from yofel23:34
ovidiu-florinyofel: we neeed you23:34
clivejothe script does a lot of stuff merging and switching branches 23:34
ovidiu-florinI know23:35
clivejoand my head is still stuck in kwin23:35
ovidiu-florinbut there's a lot of legacy code in there23:35
ovidiu-florindepending if that script is necessary anymore or not (depends on santas scripts) I'd rewrite it23:37
ovidiu-florinI'm off to bed23:38
clivejothings are in a bit of a mess23:39
ovidiu-floringood night humans23:39
clivejome too, night ovidiu-florin23:39

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