mup | PR snapcraft#2070 closed: extractors: support for setup.py <enhancement> <Created by sergiusens> <Merged by kyrofa> <https://github.com/snapcore/snapcraft/pull/2070> | 00:11 |
---|---|---|
mup | PR snapcraft#2072 closed: lifecycle: handle missing version correctly <bug> <Created by sergiusens> <Merged by sergiusens> <https://github.com/snapcore/snapcraft/pull/2072> | 00:56 |
jjohansen | zyga, mvo: I've got a fix, and a test kernel building | 01:23 |
zyga | jjohansen: awesome | 05:18 |
zyga | jjohansen: I will check your tree | 05:25 |
jjohansen | zyga: I pushed it to http://kernel.ubuntu.com/git/jj/ubuntu-artful.git/log/?h=lp1750594 | 05:42 |
zyga | Looking | 05:42 |
jjohansen | I need to do a larger fix for the other error paths, but those can go separately | 05:43 |
zyga | Ha, it would take me a week to find this | 05:43 |
zyga | Thank you again | 05:43 |
zyga | Can we this still go into 4.17? | 05:43 |
jjohansen | maybe, we are past kernel freeze, but. There is still some room for critical patches | 05:44 |
jjohansen | I would poke leann | 05:44 |
jjohansen | even if it doesn't make the release kernel it could go into the first fix kernel which is usually released on release day | 05:45 |
jjohansen | zyga: to be clear I will poke leann, but you should too, if this is to have a chance to go in | 05:46 |
jjohansen | she won't be around until monday morning | 05:46 |
zyga | Ack, I will do so as well | 05:46 |
zyga | Is this a clear bug? What is a the chance that the fix may cause more issues? | 05:47 |
jjohansen | I will also poke sforshee and let him know we want it in if possible, that way he can prep | 05:47 |
jjohansen | it is a clear bug | 05:47 |
zyga | Ok | 05:47 |
jjohansen | the fix won't cause issues, that is part of the reason I didn't make a larger change to the error paths that will do the same leak | 05:47 |
zyga | I will update the forum and talk to leann on Monday | 05:48 |
jjohansen | zyga: I have sent to the kt list, and sforshee, and fed him additional info | 05:53 |
jjohansen | so all that is us contacting Leann on monday | 05:54 |
zyga | Thank you | 05:55 |
jjohansen | np. And thanks for all your work in chasing this down, it really helped | 05:59 |
mup | PR snapd#5043 closed: many: add "stop-mode: sig{term,hup,usr[12]}{,-all}" instead of conflating that with refresh-mode <Critical> <Squash-merge> <Created by mvo5> <Merged by mvo5> <https://github.com/snapcore/snapd/pull/5043> | 06:24 |
=== devil is now known as Guest51262 | ||
zyga | jjohansen: woot, thank you, I really enjoyed that :) | 08:49 |
mup | PR snapcraft#2073 closed: meta: validate extracted and scriptlet metadata <bug> <Created by kyrofa> <Merged by sergiusens> <https://github.com/snapcore/snapcraft/pull/2073> | 08:58 |
pbek | I wonder if there is a way to write to a nfs mount from a snap, I can't find an interfaces to allow that | 10:26 |
mup | Issue snapcraft#1697 closed: Documentation for sources of information extraction <Created by sergiusens> <Closed by sergiusens> <https://github.com/snapcore/snapcraft/issue/1697> | 10:31 |
mup | PR snapcraft#2056 closed: Fix formatting of some store errors <bug> <Created by cjwatson> <Merged by sergiusens> <https://github.com/snapcore/snapcraft/pull/2056> | 11:28 |
mup | PR snapcraft#2074 opened: Release changelog for 2.41 <Created by sergiusens> <https://github.com/snapcore/snapcraft/pull/2074> | 12:32 |
=== devil is now known as Guest8033 | ||
=== Guest8033 is now known as devil_ | ||
=== devil_ is now known as devil__ | ||
=== devil__ is now known as devil_ | ||
zyga | pbek: hey | 14:58 |
zyga | NFS should work transparently now but it needs to be in a location that is otherwise allowed (eg home) | 14:59 |
mup | PR snapcraft#2075 opened: errors: skip the sentry test if raven is no installed <bug> <Created by sergiusens> <https://github.com/snapcore/snapcraft/pull/2075> | 15:14 |
r04r | how can i locally overwrite files in a snap? | 15:23 |
r04r | say i install some software using snapd, and i want to change a line of code in one of its scripts. how? | 15:24 |
r04r | everything is readonly for some reason | 15:24 |
thresh | is there a way to mark a package not to be installed in the stage-packages phase? | 15:37 |
zyga | r04r: you can unpack the squashfs, change anything you like and then install your own version instead | 15:38 |
r04r | zyga: any pointers to documentation regarding this? i have no idea where to start | 15:39 |
zyga | But doing so will disable updates since now you are the developer | 15:39 |
r04r | yeah understandable and fine with me | 15:39 |
zyga | Use unsquashfs on the snap file in /bar/lib/snapd/snaps | 15:39 |
r04r | the goal would be to try and upstream the changes anyway | 15:39 |
zyga | Then “snap pack” to repack | 15:39 |
zyga | Then “snap install” with the new file you get | 15:40 |
r04r | ah cool | 15:40 |
r04r | thanks | 15:40 |
zyga | Good luck | 15:41 |
zyga | You can also “snap try” I’m unpacked tree | 15:41 |
zyga | See snap try —help | 15:41 |
r04r | i keep getting google results about snapchat lol | 15:41 |
zyga | do you know about forum.snapcraft.io | 15:42 |
r04r | yeah, i just have a (possibly bad) habit of googling first | 15:42 |
zyga | No worries, try asking on the forum if you get stuck | 15:42 |
zyga | IRC is emptier on weekends | 15:43 |
r04r | yeah, thanks though. i had been sitting on this question for a while actually, but only just now thought to look into it a bit more. so time is not of the essence :) | 15:43 |
zyga | Snaps are read only filesystems | 15:44 |
zyga | That is why you could not modify anything | 15:44 |
r04r | makes sense, this was my first time playing with snap | 15:47 |
* Pharaoh_Atem waves | 16:07 | |
Pharaoh_Atem | zyga: zygoonix? | 16:07 |
Pharaoh_Atem | or are we calling it something different now :P | 16:08 |
zyga | I have an idea for something else | 16:10 |
Pharaoh_Atem | oh? | 16:10 |
Pharaoh_Atem | zyga: what is it? | 16:12 |
zyga | I’m afk, walking home | 16:59 |
zyga | Still many km left | 16:59 |
zyga | Pharaoh_Atem: I'm back | 17:48 |
* zyga is somewhat tired | 17:48 | |
zyga | but that's perfect for evening hacking from the couch | 17:48 |
zyga | Pharaoh_Atem: so the idea is super silly | 17:48 |
zyga | Pharaoh_Atem: we have ubuntu orange, we have red hats and fedoras. We could mix the colours and make a nice tie :) | 17:49 |
zyga | Pharaoh_Atem: so "{violet,lilac,lavender,mauve} tie" | 17:50 |
Pharaoh_Atem | :D | 17:51 |
zyga | it could have a clean and simple icon made out of three thriangles | 17:51 |
zyga | triangles* | 17:51 |
Pharaoh_Atem | neat | 17:51 |
zyga | ><==> (sideways, wish) | 17:51 |
zyga | ish* | 17:51 |
zyga | I'm in line to take the shower but after that I'll see what I can get | 17:51 |
zyga | that is, if I can make a mini fedora derivative | 17:52 |
zyga | and snap it :) | 17:52 |
Pharaoh_Atem | :) | 17:54 |
zyga | Pharaoh_Atem: as a native speaker, is there a nice way to say "violet tie" just more fancy/funny | 17:54 |
Pharaoh_Atem | I don't know of many | 17:56 |
Pharaoh_Atem | specific kinds of ties maybe...? | 17:56 |
zyga | if you think of something better we can just tweak it | 17:56 |
zyga | I'm the last person that would know that there are various kinds of ties :) | 17:57 |
zyga | anyway, it's just a joke/prank name :) | 17:57 |
Pharaoh_Atem | hmm | 17:59 |
Pharaoh_Atem | ascot would work | 17:59 |
Pharaoh_Atem | it has a double meaning (a type of cap, and a type of cravat/scarf) | 17:59 |
mup | PR snapcraft#2076 opened: patches: improve ctypes patch for python 3.5 <Created by sergiusens> <https://github.com/snapcore/snapcraft/pull/2076> | 18:00 |
Pharaoh_Atem | zyga: another option is cravat: https://en.wikipedia.org/wiki/Cravat | 18:00 |
Pharaoh_Atem | ascot (https://en.wikipedia.org/wiki/Ascot_tie & https://en.wikipedia.org/wiki/Ascot_cap ) | 18:01 |
zyga | Pharaoh_Atem: cravat is nice, it's also something that's used in polish | 18:08 |
Pharaoh_Atem | does it also mean a necktie? | 18:09 |
zyga | Pharaoh_Atem: though on second thought tie is interesting too | 18:09 |
zyga | Pharaoh_Atem: tie as in "it's a tie" | 18:09 |
zyga | Pharaoh_Atem: but also something that "ties things together" | 18:09 |
Pharaoh_Atem | mmm | 18:09 |
zyga | Pharaoh_Atem: I'm next in line for the shower, after that I'm hacking | 18:09 |
=== grumblr is now known as grumble | ||
mup | PR snapcraft#2077 opened: python plugin: do not invoke wheel install if empty <bug> <Created by sergiusens> <https://github.com/snapcore/snapcraft/pull/2077> | 20:46 |
mwhudson | wtb new snapcraft in bionic | 22:54 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!