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