/srv/irclogs.ubuntu.com/2018/11/13/#snappy.txt

mupPR snapd#6133 opened: tests: fix how pinentry is prepared for new gpg v 2.1 and 2.2 <Created by sergiocazzolato> <https://github.com/snapcore/snapd/pull/6133>00:06
mupPR snapd#6134 opened: tests: skip opensuse from interfaces-openvswitch-support test <Created by sergiocazzolato> <https://github.com/snapcore/snapd/pull/6134>02:52
mborzeckimorning06:14
zygagood morning06:31
mborzeckizyga: hey, i usually stay away from the computer over the weekends, but i tried 2.36.1 snapd in opensuse TW, seems to be working fine, nvidia, basic AA06:34
zygathat's great, thank you for trying!06:34
kjackalhello snappy people, did we do a core release?07:36
mvokjackal: we have not made a stable release yet, 2.36.1 is still under QA07:38
zygahey mvo07:45
mvozyga: good morning!07:45
zygahey, just getting into the office07:45
mborzeckimvo: hey, had to restart travis job in 6039 as it timeouted07:47
mvomborzecki: :( ok07:47
mvomborzecki: thank you07:47
mborzeckimvo: heh, and another restart, was it the same yday?07:48
zygamvo: what should I attack first? the bug that a customer found or anything else?07:49
mvozyga: please check my PR on top of yours, it has a spread test. I'm cleaning the mock gpio a bit more as we speak but the basic idea is the same. but you can also wait for ~10min, then I shall push this small cleanup. either way is fine07:49
zygasuper, I'll check it out07:50
mvozyga: we should probably also switch the other gpio spread tests to the new method (6128). I pushed the updated code I may need to tweak a bit more, spread test is still running but this should allow you to see what is going on08:04
pstolowski|afkmorning08:05
=== pstolowski|afk is now known as pstolowski
zygamvo: thanks, I'm reading reviews and should get to yours in a moment08:06
zygahey pawel08:06
zygamvo: https://github.com/snapcore/snapd/pull/6128/commits/dd08e0ed21fe2dd9030887d386f0971391dd0459 hmm08:08
mupPR #6128: overlord/ifacestate: setup security backends phased by backends first <Created by mvo5> <https://github.com/snapcore/snapd/pull/6128>08:08
zygamvo: the reason I did it that way was to not change the behaviour of other code08:08
zygathat's not something we catch in tests today08:08
zygabut this changes the order of setup in all the interfaces08:08
zygawhereas the initial branch was just changing it for gpio (in practice, because that is the only consumer)08:08
zygaI'd like to postpone that tweak to 2.3708:08
mvozyga: my PR is aimed for edge08:09
pstolowskizyga: hey, we need to talk about the mapper and implicit slots, can we have a chat in 10-15 mins?08:09
mvozyga: we need to find out if the user who is affected is fine with refreshing to edge or if we wants something else08:10
mvozyga: but unless we know that I think its ok to build something for edge08:10
zygamvo: I think edge might be okay for them but regardless I think we should do a deeper inspection of the impact of the change in ordering08:10
zyganote that I fused the setup of the principal snap and the affected snaps08:10
zygaso now we do things in quite a different order in practice08:11
mupPR snapd#6135 opened: packaging/arch: fix bash completions path <Simple šŸ˜ƒ> <Created by bboozzoo> <https://github.com/snapcore/snapd/pull/6135>08:11
mvozyga: fair enough, I feel slightly uneasy about this too. is gpio the only thing that uses systemd?08:11
zygayes08:11
mborzeckitrivial PR ^^08:11
zygadon't get me wrong, I think what you did is _desired_08:11
zygait's just that I wanted to do that separately, once the fire is put out08:11
zygabecause it has bigger impact08:11
mvozyga: yeah08:11
zygaand it may not be as fully tested08:11
mvozyga: ok08:11
zygasince our unit tests use one test backend08:11
zygathey don't exercise those interactions08:12
mvook08:12
zygaso we only have spread tests to, hopefully, catch any issues08:12
mvopstolowski: 6132 should be an easy merge08:12
pstolowskilooking08:13
mvozyga: ok, lets cherry pick the spread test to your PR and we can discuss the approach in the standup08:13
zygaok08:13
mupPR snapd#6132 closed: many: some small doc comment fixes in recent hotplug code <Created by pedronis> <Merged by stolowski> <https://github.com/snapcore/snapd/pull/6132>08:15
zygamvo: one thing I don't get about the spread test, where is the GPIO pin definition?08:18
zygathe slot that is08:18
mvozyga: in prepare.sh08:21
mupPR snapd#6136 opened: tests: run interfaces-openvswitch-support on arch again, the arch bug is fixed <Created by mvo5> <https://github.com/snapcore/snapd/pull/6136>08:21
mvozyga: it is part of the core snap08:21
zygaah, I din't notice thatt08:21
mvozyga: we unpack and modify the core snap during setup to add one08:21
mvozyga: its quite hidden :(08:21
mvozyga: also it is not done for core18 so there is work there as well, I want to look at this too08:22
mvozyga: plus we have some existing gpio tests which can also be simplified08:22
mvozyga: thanks for the review, I address your points now :) I pushed a small tweak already08:26
zygamvo: thank *you* for writing this :)08:26
zygaI didn't think about mocking the whole thing this way08:26
mborzeckimvo: one more fix needed in 6039, will push it in a bit08:28
mvomborzecki: what is the fix ? spread test that checks the error message? thanks for handling this!08:28
mborzeckimvo: yup, the spread test08:29
mupPR snapd#6131 closed: store:  remove unused currentSnap and currentSnapJSON <Simple šŸ˜ƒ> <Created by chipaca> <Merged by zyga> <https://github.com/snapcore/snapd/pull/6131>08:38
pedronispstolowski: hi, I finished reading the already landed hot plug code, thanks for looking at my small doc tweaks. Of that the only bit I wasnt sure about is hotplug/spec.go,  it makes it look like a backend but it's not, also not sure why it's organized exactly like it is, but anyway nothing deep, can be reconsidered when I get further. I will start reviewing new code today, when I'm not in meetings :)08:41
pstolowskipedronis: thanks. sure, we can discuss if hotplug spec should be re-organized. it's an API for interfaces, not sure if this is clear from what already landed, but the camera interface is an example of how this is used - https://github.com/snapcore/snapd/pull/6098 ; i've done it like that to follow the general pattern of *.Specifificaton objects that we pass to interfaces, this was from suggestions from early reviews08:47
mupPR #6098: interfaces/builtin: support hotplug for camera interface <Hotplug šŸ”Œ> <Created by stolowski> <https://github.com/snapcore/snapd/pull/6098>08:47
pedronispstolowski: yes, I understand but is used very differently, I'm not sure if the similiraty helps or is confusing08:48
pedronisanyway there is no action atm08:48
pedronisjust pointing out that I wondered a bit about this bit08:49
pstolowskisure, i see08:49
mvozyga: updated 612808:55
zygammm08:55
zyganeat, thank you!08:56
pstolowskizyga: do you have some time to talk about mapper/implicit slots?09:00
pstolowski#6124 is trivial, needs 2nd review09:04
mupPR #6124: tests: simple reproducer for snap try and hooks bug <Simple šŸ˜ƒ> <Created by stolowski> <https://github.com/snapcore/snapd/pull/6124>09:04
zygapstolowski: I think so09:09
pstolowskizyga: standup HO?09:15
mvopstolowski: occupied ;)09:15
pstolowski:)09:15
zygapstolowski: can we have a call on tg?09:16
zygapstolowski: just need to print one last invoice09:16
zygasorry, monthly accounting time09:16
pstolowskizyga: sure. nb, i recommend switching to queterly ;)09:17
zygaqueterly?09:17
zygaah09:18
zygaI get it09:18
pstolowskitelegram is fine09:18
zygaone sec, printer didn't respond09:19
mupPR snapd#6130 closed: snap: make Epoch's MarshalJSON not simplify <Simple šŸ˜ƒ> <Created by chipaca> <Merged by chipaca> <https://github.com/snapcore/snapd/pull/6130>09:32
zygapstolowski: ok, you have my full attention now09:32
zygapstolowski: is the HO still used?09:32
zygaseems to be09:34
pstolowskizyga: yep09:34
zygapstolowski: how about https://meet.google.com/fsz-xtpa-xqb?ijlm=1542101675152&adhoc=1&hs=125&authuser=009:34
mupPR snapd#6039 closed: snapstate: do not allow classic mode for strict snaps <Created by mvo5> <Merged by mvo5> <https://github.com/snapcore/snapd/pull/6039>09:51
mborzeckiyay!09:51
popeydouble yay09:52
mvomborzecki: yay indeed - thank you!10:01
mborzeckimvo: thank you for picking it up in the first place :)10:02
mvomborzecki: silly question about 6136 - the bug that prevented the openvswitch-support test to run is now fixed. but the test still fails. do we just need to blacklist it or is it something simple (like a missing package dependency)?10:07
mborzeckimvo: i think we may need to start uuidd.socket before the test (at least on arch)10:08
mvomborzecki: aha, right - this does not happen on package install automatically10:13
mupPR snapd#6137 opened: snap: make Epoch default to {[0],[0]} on load from yaml <Simple šŸ˜ƒ> <Created by chipaca> <https://github.com/snapcore/snapd/pull/6137>10:13
zygaI will need to work from the road one more time today10:24
zyganeed to sign the paperwork and say goodbye to my car today10:24
zygaI will focus on reviews while on the road10:24
mupPR core18#88 closed: hooks: make ld-so symlink in /lib64 relative <Created by mvo5> <Merged by mvo5> <https://github.com/snapcore/core18/pull/88>10:30
zygarandom test failure from reviews:10:30
zygahttps://www.irccloud.com/pastebin/6mMG7HK9/10:30
mupPR core18#83 closed: add swapfile support (ported from ubuntu-core-config) <Created by mvo5> <Merged by mvo5> <https://github.com/snapcore/core18/pull/83>10:31
zygapedronis: question about an error I saw over weekend:10:32
zygazyga@pi2-2:~$ sudo snap refresh10:33
zygaerror: too early for operation, device not yet seeded or device model not acknowledged10:33
zygapedronis: I updated the timezone, time shifted one hour forward10:33
pedronisthat check is not time dependent afaik10:33
zygapedronis: that device then went into "busted mode"10:33
zyganot sure what happened10:34
pedronisah10:34
zygaI have it disconnected to inspect10:34
zygaperhaps some tasks didn't run10:34
pedronisit's really busted if it thinks is not seeded anymore10:34
pedronisor it lost its model10:34
zygait went from "stable released on cdimage" to stable10:34
zygajust flash and refresh10:34
zygaI'll collect more data and report it10:34
mvodoko: hey, could you please click on "Request builds" in https://code.launchpad.net/~ubuntu-core-service/+snap/core18  and do an amd64 build for me? I don't have permissions to do this myself anymore :/ (or someone else from foundations maybe?)10:36
Chipacazyga: if you're in review-mode, 6137 is nice an' easy :-)10:42
Chipacait was a tiny part of #6052 but stands on its own10:43
mupPR #6052: snap, store, overlod/snapstate: always send epochs <Created by chipaca> <Closed by chipaca> <https://github.com/snapcore/snapd/pull/6052>10:44
Chipacaand will make the actually-send-epochs pr that much easier to review10:44
mborzeckihmm fake store does not send snap type :/10:53
mupPR snapd#6124 closed: tests: simple reproducer for snap try and hooks bug <Simple šŸ˜ƒ> <Created by stolowski> <Merged by stolowski> <https://github.com/snapcore/snapd/pull/6124>10:54
mvomborzecki: uh, I thought we fixed that :(10:54
zygaIā€™m in review mode but signing papers now11:24
Chipacamvo: isn't there more than one fake store?11:25
mupPR snapd#6138 opened: overlord/ifacestate: use remapper when checking if system snap is installed <Hotplug šŸ”Œ> <Created by stolowski> <https://github.com/snapcore/snapd/pull/6138>11:41
pstolowskizyga: does this make sense? ^11:42
Chipacathis epoch vs *epoch things gets annoying11:51
mupPR snapd#6134 closed: tests: skip opensuse from interfaces-openvswitch-support test <Created by sergiocazzolato> <Merged by sergiocazzolato> <https://github.com/snapcore/snapd/pull/6134>11:51
mupPR snapd#6129 closed: data/completion: pass documented arguments to completion functions <Created by chipaca> <Merged by chipaca> <https://github.com/snapcore/snapd/pull/6129>11:55
zygapstolowski|afk: done11:56
zygaChipaca: 6137 ready11:57
mupPR snapd#6137 closed: snap: make Epoch default to {[0],[0]} on load from yaml <Simple šŸ˜ƒ> <Created by chipaca> <Merged by zyga> <https://github.com/snapcore/snapd/pull/6137>11:58
mupPR snapd#6139 opened: snap, store, overlord/snapshotstate: drop epoch pointers <Created by chipaca> <https://github.com/snapcore/snapd/pull/6139>12:01
Chipacazyga: you'll like 6139 but it's not simple12:10
Chipacabah. It's simple. It's also long.12:10
Chipacarelatively12:10
ogracjwatson, i have a prob with stage-packages when cross building, i have tired three variants yet: https://paste.ubuntu.com/p/XpRF9ND5tf/ the first one gets me a build error telling me i need "dpkg --add-architecture armhf", the latter two are completely ignored, am i doing anything wrong or do i need a pecial part that calls dpkg --add-architecture first ?12:24
ogra*special12:25
ogranote this works fine with a local build12:25
ogra(i had the impression with the recent architecture changes on the buildds such things should be possible without extra hacks)12:27
cjwatsonogra: I really have no idea, I'm sorry.  I would not have expected this to be at all affected by recent changes12:32
cjwatsonAll we did in LP was arrange to understand the syntax enough to dispatch builds to the right architectures12:33
zygaLooking12:33
cjwatsonThis is mostly on the snapcraft side AFAIK12:33
ograok, but we dont automatically add all possible arches to the sources.lists12:33
cjwatsonWe do not, at present12:33
* Chipaca ~> lunch12:34
ograi'll try a part that call "dpkg --add-architecture armhf" then, lets see12:34
ogra*calls12:34
cjwatsonMaybe also apt update, not sure12:34
ograyep12:34
ogra(was to lazy to type that out :) )12:34
pstolowskipedronis: can you take a look at https://github.com/snapcore/snapd/pull/6138 (it's trivial)?12:35
mupPR #6138: overlord/ifacestate: use remapper when checking if system snap is installed <Hotplug šŸ”Œ> <Created by stolowski> <https://github.com/snapcore/snapd/pull/6138>12:35
pedronispstolowski: in a bit, about to go to my dentist appt12:36
pstolowskisure12:36
zygaChipaca: reviewed12:40
Chipacawho's best to pick up a custom store contact?12:40
zygaDunno12:41
ChipacaJamieBennett: ^?12:41
Chipacazyga: thanks12:41
JamieBennettChipaca: feel free to pass them on to me12:41
ChipacaJamieBennett: @'ed you on the forum12:43
ChipacaJamieBennett: thanks12:43
ogracjwatson, FYI ... seemss to have worked12:43
Chipacanow yes, lunch12:43
ograARGH !12:44
ograStore upload failed:12:44
ogra    ('Connection aborted.', gaierror(-3, 'Temporary failure in name resolution'))12:44
ograi hate when that happens !!12:44
cjwatsonYou and me both12:45
cjwatsonI've asked for the haywire worker to be killed12:47
mupPR snapd#6140 opened: tests, fakestore: extend refresh tests with parallel installed snaps <Parallel installs ā›“> <Created by bboozzoo> <https://github.com/snapcore/snapd/pull/6140>12:54
zygamborzecki: will you have time to look at https://github.com/snapcore/snapd/pull/611112:57
mupPR #6111: packaging/opensuse: move most logic to snapd.mk <Created by zyga> <https://github.com/snapcore/snapd/pull/6111>12:57
zygaNothing urgent12:57
mborzeckizyga: i'm going out to pick up the kids in a bit, i can do that later or during the standup12:57
zygaSure12:58
zygaLooking at https://github.com/snapcore/snapd/pull/6104 now12:58
mupPR #6104: snapctl: add "services" <Created by chipaca> <https://github.com/snapcore/snapd/pull/6104>12:58
Chipacazyga: I need to tweak that pr12:59
Chipacaalso i need to actually go do something about lunch13:00
Chipacadrat13:00
* Chipaca rips himself away13:00
mupPR snapd#6136 closed: tests: run interfaces-openvswitch-support on arch again, the arch bug is fixed <Created by mvo5> <Closed by mvo5> <https://github.com/snapcore/snapd/pull/6136>13:24
cachioplars, cwayne, hey, could you please confirm if 2.36.1 is ready for candidate?13:41
cachiothanks13:41
zygaChipaca: sure, let me know13:56
mborzeckiChipaca: standup14:01
popeycjwatson: got a developer reporting the name resolution error on build.snapcraft.io14:20
popeyapolitech is the developer account14:21
popeyhello APolihron :)14:26
cjwatsonpopey: how long ago?14:28
mupPR snapcraft#2403 opened: project_loader: add git to build-packages for version: git <Created by sergiusens> <https://github.com/snapcore/snapcraft/pull/2403>14:28
popeyAPolihron: ^ When did it happen?14:28
cjwatsonnever mind14:28
pedronisChipaca: did you see my pm with the link?14:39
APolihron_hey all! so i've change the yalm file from my github projects to build only for a amd64 , bump up the release number and the grade to stable but i get build, fail to release when using snapcraft.io build serv14:40
APolihron_this is one of the project that will not release14:40
APolihron_https://github.com/apolitech/Udemy/blob/master/snap/snapcraft.yaml14:40
APolihron_and this is the error Error:('Connection aborted.', gaierror(-3, 'Temporary failure in name resolution'))14:41
cjwatsonAPolihron_: This is https://bugs.launchpad.net/launchpad/+bug/1792920 - I've asked for the worker to be killed14:42
mupBug #1792920: celery workers sometimes end up cursed and produce OOPSes for all SnapStoreUploadJobs <oops> <Launchpad itself:Triaged> <https://launchpad.net/bugs/1792920>14:42
APolihron_so how can i help or what i need to do?14:50
cjwatsonAPolihron_: wait until I tell you to try again, then try again14:51
cjwatson(I'm waiting for a sysadmin to get back to me)14:52
APolihron_ok14:54
APolihron_thanks14:54
cjwatsonAPolihron_: try again now15:04
mborzeckiheh, our file.sh helpers are not eally working well with char devices, the checks all use `if [ -f ... ]` which is onviously not true for paths that are not regular files15:11
mupPR snapd#6141 opened: interfaces: export gpio pin in AppArmorConnectedPlug <Created by mvo5> <https://github.com/snapcore/snapd/pull/6141>15:18
pstolowskimborzecki: oh wow, nice finding!15:18
mvopedronis: sorry to put more burden on your shoulders - I pushed 6141 which contains an alternative fix for the gpio problem. your input on this would be most welcome15:19
mvopedronis: it sidesteps the problem entirely by avoiding the dependency between appamror and systemd on the expense of some extra code in the gpio interface15:19
pedronismvo: so we understand we are both exporting it permanently (across reboots) via systemd units, and explicit in the app armor backend?15:24
pedroniss/we/I/15:24
mvopedronis: correct15:28
mvopedronis: this way we avoid the dependency that the systemd backend needs to start the unit before the apparmor backend can stat the symlink15:29
pedronismvo: ok, I left a question there15:29
APolihron_cjwatson working, thanks15:30
mvopedronis: thanks, I will look at this and reply inline there is a tocttou race here I think, both places check. otoh we don't run this is parallel yet so it should be fine15:30
pedronismvo: as I said we let go of the lock for backends, so whether is run in parallel or not is a bit unclear15:31
mvopedronis: so the race would be if two tasks both want to export gpio30 ?15:32
pedronisor we might have the unit15:32
pedronisand systemd is doing strange things15:32
pedronisor the user15:32
pedronismvo: it seems at least that if you fail to write, you need to check if by chance the link is there15:33
pedronisif it is ignore the error15:33
pedronisthat's my 2cts15:33
mvopedronis: indeed, that is a good suggestion15:33
mvopedronis: we have the same problem with the unit, there is also a test || write in there which might race15:33
mvopedronis: I look into it, thanks!15:33
pedronisnp15:34
cachioniemeyer, hey, I need to save the images we use for beta/edge validation15:34
* pedronis break15:34
mvopedronis: on a meta level (not urgent) we need some suggestion which of the approaches we should take to fix the actual bug. zyga and I are not of the same opinion about what approach is the one to pick :)15:34
mvopedronis: enjoy your break, not urgent15:34
cachioniemeyer, do you think we can store them in the gcloud filestorage?15:34
cachioniemeyer, we are not gonna use more than 5GB15:35
micahhi, i need to symlink /snap to /rw/snap on my system, but if I do that, then the core mount job fails because of: snap-core-5742.mount: Mount path /snap/core/5742 is not canonical (contains a symlink) -- is there some way I can override that?15:41
* cachio lunch15:41
micahstarting with systemd 238, mount units will fail if the mount point needs to follow a symbolic link15:45
ppisatiogra: for the wifi issue you were mentioning some time ago, could you test this kernel snap? -> https://code.launchpad.net/~p-pisati/+snap/raspi2-test/+build/377679/+files/pi2-kernel_4.4.0-1101.109_armhf.snap15:49
ograppisati, will do15:50
pedronismvo: what are main zyga objections about?  the duplication, the fact that is new unproven code, the fact that is on the plug side?15:56
zygaThat it feels like layering violation. No other interface code modified the system16:12
pedroniszyga: modified in which sense?16:12
zygaThat it feels like layering violation. No other interface code modified the system16:13
pedronis?16:13
pedroniszyga: modify in which sense? they all touch files on the system? and for sure the systemd code is creating a unit that modifies the system?16:14
zygaWriting to sysfs16:14
zygaExporting GPIO from the kernel to userspace in a method that computes apparmor snippet16:15
pedronisok, that's clearer16:15
zygaSystems unit is just defined16:16
zygaNot on disk16:16
zygaAll changes are done by backend16:16
mupPR snapd#6139 closed: snap, store, overlord/snapshotstate: drop epoch pointers <Created by chipaca> <Merged by chipaca> <https://github.com/snapcore/snapd/pull/6139>16:16
zygaSystemd specification holds units in memory16:17
pedroniszyga: I understood16:17
mupPR snapd#6142 opened: overlord/snapstate, store: always send epochs <Created by chipaca> <https://github.com/snapcore/snapd/pull/6142>16:17
pedroniszyga: mvo: at the moment all considered #6128 seems my favorite fix, but it depends whether we think we need this also for 2.36.x16:34
mupPR #6128: overlord/ifacestate: setup security backends phased by backends first <Created by mvo5> <https://github.com/snapcore/snapd/pull/6128>16:35
zygapedronis: that's fine though this implementation has slightly bigger impact than the first one I pushed (with the special casing of systemd backend)16:38
zygapedronis: after a QA pass I don't mind landing that at all16:38
pedroniszyga: that's why I said it depends whether we need something to backport16:40
pedroniszyga: anyway I think mvo is offline changing location16:40
pedronisatm16:40
zygaack16:40
zygaI'll get onto other things16:40
zygaI'm happy to discuss this when needed16:41
pedroniszyga: what are you working on atm?  back to user namespaces?16:48
zygayes16:48
pedronisok, thanks16:48
zygaI will do some reviews of pawel's work as well16:48
pstolowskizyga: ty!16:52
=== chihchun is now known as chihchun_afk
=== pstolowski is now known as pstolowski|afk
Chipacaerror: cannot install snap file: cannot refresh snap "basic" as new epoch (2) can't read old epoch (0)17:39
Chipacalooks like it might work17:39
roadmrepochs ftwwwww17:40
Chipacathat's from a local install17:41
pedronisroadmr: yes, Chipaca is progressing on them17:42
roadmryya :)17:42
zygaChipaca: _neat_17:43
zygasnaps get serious šŸ™‚17:43
* Chipaca mostly EODs17:54
Chipacaa little early because the chorizo + split lentil stew smell is distracting me too much17:57
=== zarcade_droid is now known as Guest59711
zygao/18:49
* cachio afk18:59
mvozyga: you had a chat about gpio? can you point me to a pastebin or give me a tl;dr summary?19:33
zygawith Samuele?19:34
mvozyga: yes19:34
mvozyga: i.e. should I stop messing around with 6141 ?19:34
zygaI only said what my objections are19:34
pedronisI wrote this: <pedronis> zyga: mvo: at the moment all considered #6128 seems my favorite fix, but it depends whether we think we need this also for 2.36.x19:35
pedronis<mup> PR #6128: overlord/ifacestate: setup security backends phased by backends first <Created by mvo5> <https://github.com/snapcore/snapd/pull/6128>19:35
pedronis<zyga> pedronis: that's fine though this implementation has slightly bigger impact than the first one I pushed (with the special casing of systemd backend)19:35
pedronis<zyga> pedronis: after a QA pass I don't mind landing that at all19:35
mupPR #6128: overlord/ifacestate: setup security backends phased by backends first <Created by mvo5> <https://github.com/snapcore/snapd/pull/6128>19:35
pedronis<pedronis> zyga: that's why I said it depends whether we need something to backport19:35
pedronis<pedronis> zyga: anyway I think mvo is offline changing location19:35
zygawe did not discuss more than that19:35
pedroniswe can chat more in the morning, but we do need to try to converge, and also decide about 2.36.x19:35
zygaI agree19:36
mvozyga: ok, thanks19:38
mvopedronis: thank you as well19:39
mvoit looks like they all need reviews anyway, so lets sync up in the morning19:39
mvoackk: core18 with the ld-so symlink fix is in edge now, please let me know if you it is not sufficient19:54
=== zarcade_droid is now known as arcade_droid
jdstrandroadmr: hi! whenever its convenient, can you pull 1155 of the review-tools?21:01
mupPR #1155: integration-tests: remove the integration daemon tests <Created by elopio> <Merged by niemeyer> <https://github.com/snapcore/snapd/pull/1155>21:01
roadmrjdstrand: sure thing!21:01
jdstrandroadmr: thanks21:02
Caelumzyga: thank you so much for finally doing the snapd update, to be honest I've been using flatpak spotify in the meantime21:03
Caelumzyga: if you ever want help with anything, just ping me21:05
mupPR snapcraft#2404 opened: cli: handle yaml errors for cleanbuild <Created by sergiusens> <https://github.com/snapcore/snapcraft/pull/2404>21:47
mupPR snapd#6143 opened: cmd: install snap-discard-ns in "make hack" <Simple šŸ˜ƒ> <Created by zyga> <https://github.com/snapcore/snapd/pull/6143>23:25
mupPR snapd#6144 opened: cmd: handle tumbleweed and leap in autogen.sh <Simple šŸ˜ƒ> <Created by zyga> <https://github.com/snapcore/snapd/pull/6144>23:28
ijohnsonzyga: sorry I forgot but I just filed https://bugs.launchpad.net/snapd/+bug/1803210 for you to look at23:29
mupPR snapd#6145 opened: cmd/snap-confine: capture initialized per-user mount ns <Created by zyga> <https://github.com/snapcore/snapd/pull/6145>23:29
mupBug #1803210: snap's device cgroup is not discarded upon uninstall <snapd:New> <https://launchpad.net/bugs/1803210>23:30
ijohnsonno rush it's a low priority23:30

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