/srv/irclogs.ubuntu.com/2019/02/27/#snappy.txt

mupPR snapcraft#2488 closed: cli: Fix traceback count check in error test <Created by cmatsuoka> <Closed by sergiusens> <https://github.com/snapcore/snapcraft/pull/2488>00:54
mupPR snapcraft#2489 closed: cli: Mock Raven client in error tests <Created by cmatsuoka> <Merged by sergiusens> <https://github.com/snapcore/snapcraft/pull/2489>00:54
mborzeckimorning05:59
zygagood morning08:03
mborzeckizyga: hey hey08:06
zygahow are you feeling?08:06
mborzeckizyga: quite fine, thanks08:06
zygaI was fighting odd build issue last night08:08
zygagolang changed in suse again08:08
zygabut this time for the better08:08
mborzeckizyga: again?08:08
zygayeah, the maintainer applied my suggestion08:08
zygaand removed /etc/profile.d/go.sh08:08
zygaso no more magic variables08:09
=== pstolowski|afk is now known as pstolowski
pstolowskimornings08:09
zygathe problem is that now it doesn't work because we start with those08:09
zygaI will try to sprinkle unset in strategic places08:09
mborzeckipstolowski: hey08:10
zygaI think I have a fix08:15
zyganot sure if it's just me or is master broken too08:15
zygabut I'm working oni t08:15
kjackalHi snappy people. Do we know when the next snapcraft release is scheduled? I cannot work on MicroK8s since I am not able to build it due to this https://bugs.launchpad.net/snapcraft/+bug/1817300 . Do we at least have a workaround?08:16
mupBug #1817300: autotools plugin fails to build in classic confinement <Snapcraft:Fix Committed by sergiusens> <Snapcraft legacy:Fix Committed by sergiusens> <Snapcraft trunk:Fix Committed by sergiusens> <https://launchpad.net/bugs/1817300>08:16
mborzeckipstolowski: i'm thinking the script that patches mount units to add selinux context should be part of the PR with policy refactor08:40
zygayay08:40
zygamaster is fixed with my patch08:41
zygapushed08:41
zygaonce green I'll land https://github.com/snapcore/snapd/pull/611108:41
mupPR #6111: packaging/opensuse: move most logic to snapd.mk <Created by zyga> <https://github.com/snapcore/snapd/pull/6111>08:41
pstolowskimborzecki: ok08:43
zygaif urgent we can cherry-pick https://github.com/snapcore/snapd/pull/6111/commits/27d844a3b86b73bddf97a837faa6e2fb6612400308:43
mupPR #6111: packaging/opensuse: move most logic to snapd.mk <Created by zyga> <https://github.com/snapcore/snapd/pull/6111>08:43
sborovkovogra, zyga https://github.com/snapcore/core/pull/98 can this be merged in, has been in this state for months08:48
mupPR core#98: Add force_turbo rpi option <Created by sergey-borovkov> <https://github.com/snapcore/core/pull/98>08:48
zygasborovkov: looking08:48
zygasborovkov: I will merge it today after getting an ack from pedronis08:49
sborovkovthanks08:49
pedronissborovkov: zyga: remember that we don't use that configure hook anymore08:51
sborovkovoh ok, this needs to be changed then?08:52
sborovkovpedronis, because I can't see any other references to rpi config options anywhere08:53
pedronishttps://github.com/snapcore/snapd/blob/master/overlord/configstate/configcore/picfg.go08:53
sborovkovgot it thanks08:54
pedroniswe probably need to decide what to do with the hook is was mostly there for compat in some refresh scenarios08:55
Chipacamo'in08:58
pedronisChipaca: hi, yes we discussed about allowing connectivity also without sudo09:05
pedronisChipaca: #6540 can be merged09:05
mupPR #6540: daemon, client, cmd/snap: debug GETs ask aspects, not actions <Created by chipaca> <https://github.com/snapcore/snapd/pull/6540>09:05
mupPR snapd#6543 opened: Add force_turbo to the list valid pi config keys <Created by sergey-borovkov> <https://github.com/snapcore/snapd/pull/6543>09:05
Chipacahuzzah09:05
sborovkovpedronis, zyga https://github.com/snapcore/snapd/pull/654309:05
mupPR #6543: Add force_turbo to the list valid pi config keys <Created by sergey-borovkov> <https://github.com/snapcore/snapd/pull/6543>09:06
mupPR snapd#6540 closed: daemon, client, cmd/snap: debug GETs ask aspects, not actions <Created by chipaca> <Merged by chipaca> <https://github.com/snapcore/snapd/pull/6540>09:06
mupPR snapd#6530 closed: overlord/ifacestate: fix migration of connections on upgrade from ubuntu-core <Squash-merge> <Created by stolowski> <Merged by pedronis> <https://github.com/snapcore/snapd/pull/6530>09:09
mupPR snapd#6472 closed: overlord: fix ensure before slowness on Retry <Created by stolowski> <Merged by pedronis> <https://github.com/snapcore/snapd/pull/6472>09:16
zygahmm, build failed on https://travis-ci.org/snapcore/core/builds/44467708809:23
zygasil2100: are you looking after core builds with mvo?09:23
zygaor is that just mvo?09:23
mupPR snapd#6544 opened: overlord/ifacestate: fix migration of connections on upgrade from ubuntu-core (2.37) <Created by mvo5> <https://github.com/snapcore/snapd/pull/6544>09:23
sil2100zyga: I think it's just mvo, I don't do much with core itself09:30
zygaI see, thanks09:30
sil2100Since core is still a snapd thingy ;)09:30
pstolowskipedronis: hey, do you have time today to talk about perf measurements?09:30
pedronispstolowski: yes,  would in 45 mins work?09:33
mborzeckiinteresting, xdg-open does not work with portal-test snap, which uses core18 base09:33
pstolowskipedronis: yes09:33
mborzeckiall i get is /usr/bin/xdg-open: 2: exec: snapctl: not found09:33
pedronismborzecki: seems like a real bug09:34
mborzeckirelevant strace https://paste.ubuntu.com/p/YsXvK7tYQW/09:34
mborzeckia random snap with core base works just fine09:35
zygamborzecki: interesting09:36
zygamborzecki: what is /usr/bin/xdg-open?09:36
zygamborzecki: in core it was a special version that came from a PPA09:36
zygaperhaps we... missed that?09:36
zyga(should have upstreamed a patch to xdg-open)09:36
mborzeckizyga: no, it's a shell script that calls to snapctl user-open "$@"09:37
zygamborzecki: that's good09:37
zygawhat happens when you call snapctl user-open http://example.com/09:37
zygadoes it work?09:37
mborzeckizyga: bash: snapctl: command not found :? hmm09:38
zygaoh09:38
zygaI know09:38
zygais /usr/bin/snapctl there?09:38
zygano? that's that :)09:38
zygait's not on path09:38
zygait's only in /usr/lib/snapd/snapctl09:38
zygais it?09:38
zyga\o/09:38
mborzeckizyga: nope, not there09:39
pedronisin core it's a symlink09:39
zygareal bug09:39
zygaso...09:40
oSoMoNI'm trying to ship chromedriver in the chromium snap, but it needs to run chromium with a full path, which I specify as "/snap/bin/chromium", but it's not seeing it, I assume that's a confinement thing. Is there a documented way of making one app in a strictly confined snap execute another app in the same snap?09:40
zygahow does /usr/bin/snap work?09:40
zygamborzecki: where is `snap` on core18?09:40
mborzeckibtw. core18 is withouth snapd, so that content of /usr/lib/snapd i see is from the host?09:40
pedronisyes09:40
zygaoSoMoN: you cannot run apps this way, you can run executables but you will retain your current set of permissions09:40
zygamborzecki: correct09:40
zygaoSoMoN: you can run anything via $SNAP/... (not /snap/bin)09:41
zygaoSoMoN: but as I said, if you have two apps with different permissions, you will not transfer the permissions over09:41
mborzeckiis snapctl a symlink to /usr/lib/snapd/snapctl on ubuntu?09:41
zygamborzecki: yes09:41
pedronismborzecki: yes09:41
zygamborzecki: not just on ubuntu09:41
zygamborzecki: it should be that everywhere09:42
pedronisbut it comes from the package09:42
zygaa symlink to ../lib/snapd/snapctl09:42
oSoMoNzyga, that probably won't work then… thanks for confirming09:42
oSoMoNI guess I'll have to split chromedriver into its own separate, classic snap09:43
mborzeckiok, so there's 2 things that can be wrong in my setup, /usr/lib/snapd not in PATH (is it on ubuntu?) and arch packaging (snapctl is not a symlink)09:43
zygamborzecki: /usr/lib/snapd should not be on path anywhere09:43
zygathe bug is the symlink09:43
zygamborzecki: but but but09:43
zygamborzecki: you can use snapd.mk to fix arch package RSN09:43
zyga:D09:43
zygaI'm happy to help09:44
mborzeckizyga: haha ok09:44
zygait handles all that09:44
zygaaaand it's in09:44
mborzeckizyga: but w8, if /usr/lib/snapd is not in $PATH inside snap executio env, how will xdg-open work then?09:44
zygajust got green :)09:44
zygamborzecki: xdg-open works because snapctl is on path09:44
zygavia the symlink09:44
mborzeckiunless core18 should ship a symlink then?09:45
zygayeah, that's the next question09:45
zygaI ... think so09:45
mupPR snapd#6111 closed: packaging/opensuse: move most logic to snapd.mk <Created by zyga> <Merged by zyga> <https://github.com/snapcore/snapd/pull/6111>09:45
zygabut perhaps mvo has some opinions09:45
mborzeckiah there is a symlink09:45
zygaoh?09:45
mborzeckiyeah, bash is smart to not show it in completion when it's dead :/09:45
zygaah09:46
zygamakes sense09:46
zygawhy is it dead?09:46
zygano snapctl in /usr/lib/snapd?09:46
mborzeckiyup, ok, i'm gonna fix arch package then09:46
zygatry using snapd.mk09:46
zygaif it sucks for whatever reason please tell me09:46
mborzeckizyga: but it's in master only now, isn't it?09:47
zygayeah09:47
zygaah, i see what you meant now09:47
zygafor release do whatever makes sense09:47
zygajust for future reference packaging in master09:47
mborzeckiso, it looks like we're missing a ... spread test :)09:47
zygamborzecki: indeed!09:48
zygabut that's true of lots of core18 things09:48
oSoMoNzyga, given that chromedriver's sole purpose it to execute and drive chromium, it shouldn't be too bad if I give the app the same set of permissions as chromium itself, I'll give that a try09:48
mupPR snapd#6545 opened: cmd/snap, daemon: make the connectivity check use GET <Created by chipaca> <https://github.com/snapcore/snapd/pull/6545>09:53
mupPR core#98 closed: Add force_turbo rpi option <Created by sergey-borovkov> <Closed by zyga> <https://github.com/snapcore/core/pull/98>09:54
mupPR core#102 opened: hooks: add force_turbo to PI_CONFIG_KEYS <Created by zyga> <https://github.com/snapcore/core/pull/102>09:54
mborzeckias a side note, since snapctl runs in snap mount ns, it should probably be built statically09:56
zygamborzecki: yeah09:57
mupPR snapcraft#2487 closed: Release changelog for 3.2 <Created by sergiusens> <Merged by sergiusens> <https://github.com/snapcore/snapcraft/pull/2487>10:10
pedronispstolowski: in the standup ho?10:20
zygahttps://github.com/snapcore/core/pull/102 this needs a review10:22
zygaogra: ^10:22
mupPR core#102: hooks: add force_turbo to PI_CONFIG_KEYS <Created by zyga> <https://github.com/snapcore/core/pull/102>10:22
mborzeckipushing an update to arch package in a bit10:22
pstolowskipedronis: coming10:22
zygabrb, need to get daughter to school10:24
=== ricab is now known as ricab|bbiab
zygare10:42
zygaFeb 27 09:57:30 feb270955-025300 snapd[2233]: link.go:75: cannot update fontconfig cache: cannot run fc-cache-v6 on core: signal: terminated10:42
zygablast from the pastQ10:43
mborzeckiarch package updated10:44
mborzeckiand we do have a symlink in our packaging/arch setup already10:44
oSoMoNzyga, for information, the approach of pointing chromedriver to the chromium wrapper script under $SNAP and giving it the same permissions worked, thanks for the help10:50
zyga+110:50
mupPR snapd#6546 opened: packaging: build snapctl as a static binary <Created by bboozzoo> <https://github.com/snapcore/snapd/pull/6546>10:54
mborzeckizyga: ^^10:54
zygalooking10:54
zygareplied10:55
zygaI think snapd.mk doesn't handle snap-failure10:56
zygawhat is that for?10:56
vvugHi. Should I prefer the LibreOffice snap package or deb package? Which one is the best maintained one?10:56
mborzeckizyga: lest build a static tree :P10:57
zygaheh10:57
zygavvug: both should be maintained but the snap should have more versions to choose from10:57
zygavvug: for example, the classic package can be from a less recent major / minor versions10:57
zygabut with security fixes applied10:57
Chipacazyga: snap only has 6.2.0.3 right now tho :-)10:58
zygathe snap package may offer multiple versions (including most recent one)10:58
=== chihchun is now known as chihchun_afk
zygavvug: having said that, I'm not maintaining that snap, perhaps popey would know?10:58
Chipacavvug: the snap package is 6.2.0.3 which is newer than any in-distro one fwiw10:59
vvugzyga: thanks. It's a bit confusing to have both. I wonder if there is a longish-term plan to ditch the .deb in favor of the snap10:59
zygavvug: I think both will remain supported for a while, eventually the deb might cease to be installed by default but I suspect it will stay being available forever10:59
=== ricab|bbiab is now known as ricab
vvugI see. I guess that if one want to follow the LTS releases but have an up-to-date LibreOffice the snap is a good option. But there is also a "fresh release" PPA I think. It's nice to have options, but sometimes confusing too :)11:01
zygavvug: just complexity, you get to see the intermediate points11:05
pedronisChipaca: the new api_debug*.go should probably says 2019 ?11:06
* Chipaca looks at the calendar11:07
* Chipaca notices it still says 197411:07
Chipacadrat11:07
* zyga gives Chipaca a battery for his calendar11:07
* Chipaca hopes it's an artillery battery11:07
mborzeckiwish systemctl had something like try-stop to return whether a stop action was actually executed or not11:25
mborzeckiotherwise systemctl is-active .. && systemctl stop feels racy11:25
Chipacamborzecki: why do you care?11:26
Chipacamborzecki: i mean, stop works even if the thing is stopped11:26
* pstolowski lunch11:27
mborzeckiChipaca: hmm maybe i shouldn't, otoh when patching mount units for selinux i can't restart them without affecting the services11:27
Chipacamborzecki: mount units don't do reload?11:28
mborzeckiChipaca: they may do, but you cannot change a security context of a mounted block device11:29
mborzeckiChipaca: the kernel blocks it intentionally11:29
pedronisChipaca: pstolowski: some of mvo commens on #6356 and #6322 (not sure about the Commit helper there though, would have to be tried)11:40
mupPR #6356: overlord/snapstate: during refresh, re-refresh on epoch bump <Created by chipaca> <https://github.com/snapcore/snapd/pull/6356>11:40
mupPR #6322: overlord/hookstate: apply pending transaction changes onto temporary configuration for snapctl get <Complex> <Created by stolowski> <https://github.com/snapcore/snapd/pull/6322>11:40
pedronisin case of doubt ask me11:40
Chipacaand conflicts!11:41
=== chihchun_afk is now known as chihchun
tobikochHi11:43
tobikochIs there a way to skip the connectivity check during snapcraft cleanbuilds?11:43
pedronisChipaca: that oo11:44
pedronistoo11:44
Chipacapedronis: did you understand the comment about the filter, or should I ask mvo?11:44
pedronisChipaca: I think he is proposing that reRefreshUpdateMany be set to a function that hides the passing of the filter11:46
pedronisnot sure if that messes with testing or not11:46
pedronisChipaca: changing this line var reRefreshUpdateMany = updateManyFiltered11:47
pedronisto be = func ...11:47
pedronisChipaca: I'm also not sure I like that change11:52
pedronisChipaca: I think the issue is more with the name: reRefreshUpdateMany11:52
Chipacapedronis: i.e. if it's for reRefresh already why does it need a filter?11:54
pedronisChipaca: yes, I think that's his thinking (guessing here)11:54
pedronisthe name implies it does the full job11:55
Chipacayeah11:55
Chipacaok, I'll change that because it's a good point, and then will confirm with mvo there wasn't a deeper one11:55
zyga  /me walk ...11:55
pedronisChipaca: change that in which way? the name or the line?11:55
Chipacathe name11:55
pedronisok11:55
ChipacaI'll call it totallyNotReRefreshUpdateManyMaybe11:56
* Chipaca hides11:56
pedronisdoingTheThingConsideringTheThingsAndTheTimeOfTheYear11:56
=== chihchun is now known as chihchun_afk
Chipacapedronis: ...(thing Thing, things map[string]Thinger, moon moon.Phase) Result { …12:06
pedronismborzecki: I did pass over #607912:07
mupPR #6079: cmd/snap: `snap connections` command <Created by bboozzoo> <https://github.com/snapcore/snapd/pull/6079>12:07
mborzeckipedronis: thanks!12:07
pedronisChipaca: ^ something for your list of things to look at as well12:07
Chipacaack12:07
Chipacapedronis: do you have a suggestion for a better name for the "laneSnaps" helper?12:28
pedronisChipaca: refreshedSnaps ?12:32
pedronisthe comment can say how their are determined, but is not so relevant to the role12:32
pedroniss/role/purpose/ of the function12:32
Chipacapedronis: sgtm12:33
zygaback now12:35
zygafeels like spring now :)12:35
dot-tobiasI'm suddenly getting “execv failed: No such file or directory” during the install hook run of my snap – but the hook is in snap/hooks, has mode 0700 and is included in the snap file12:57
Chipacadot-tobias: is it a script, or a binary?12:57
zygagood hunch12:58
dot-tobiasChipaca: script, starts with shebang and only creates a directory in $SNAP_COMMON12:59
zyga dot-tobias what is the interpreter?12:59
Chipacazyga: no, just 'shebang' :-p12:59
dot-tobias#!/bin/sh -e, like in the docs12:59
zygaah12:59
zygadot-tobias: any apparmor denials?12:59
dot-tobiaszyga: I'm trying in devmode, getting three STATUS messages with “profile_replace”, “same as current profile, skipping”13:01
zygathose are harmless13:01
zygalook for ALLOWED13:01
dot-tobiasNothing, just those three. (Note: I'm tailing /var/log/syslog during the install attempt, any other logs?)13:01
zygammm, that should be it13:01
zygadot-tobias: can you report a bug with a reproducer please?13:01
dot-tobiaszyga: Sure, will do13:02
zyga what is https://github.com/snapcore/snapd/pull/6544 failing on13:04
mupPR #6544: overlord/ifacestate: fix migration of connections on upgrade from ubuntu-core (2.37) <Created by mvo5> <https://github.com/snapcore/snapd/pull/6544>13:04
zygaI see it restarted over and over13:04
mupPR snapd#6513 closed: [RFC] many: support `snap install --skip-service-start` <⛔ Blocked> <Created by chipaca> <Closed by pedronis> <https://github.com/snapcore/snapd/pull/6513>13:24
pedroniszyga: master is green, so it would be something 2.37 specific13:25
=== chihchun_afk is now known as chihchun
zygapedronis: I merged https://github.com/snapcore/snapd/pull/654413:36
zygaare we ready for .4?13:36
mupPR #6544: overlord/ifacestate: fix migration of connections on upgrade from ubuntu-core (2.37) <Created by mvo5> <Merged by zyga> <https://github.com/snapcore/snapd/pull/6544>13:36
mupPR snapd#6544 closed: overlord/ifacestate: fix migration of connections on upgrade from ubuntu-core (2.37) <Created by mvo5> <Merged by zyga> <https://github.com/snapcore/snapd/pull/6544>13:37
pedroniszyga: I think so afaik13:39
pedronisI pinged mvo in tg13:40
cwaynezyga: will you be pushing a .4 to beta imminently?13:44
zygano, not me13:44
zygaif anyone, mvo would13:44
cwayneI mean you as in the collective team :)13:45
zygalet me ask if he would consider this13:45
zygamvo is off this week13:45
cwayneits not a problem if youre not, just wanted to be ready in case13:47
* cwayne isnt pushing for one right now :)13:47
zygacwayne: mvo is on the road now, he will do it later today13:47
cwaynezyga: thanks for the headsu p13:48
zygacwayne: I will let you know more once I konw13:48
zyga*know13:48
cwayneno worries, thanks man13:48
Chipacapedronis: stdup?14:01
=== ricab is now known as ricab|lunch
mupPR snapd#6547 opened: tests: enable opensuse tumbleweed on spread <Created by sergiocazzolato> <https://github.com/snapcore/snapd/pull/6547>14:08
mupPR snapd#6546 closed: packaging: build snapctl as a static binary <Created by bboozzoo> <Merged by bboozzoo> <https://github.com/snapcore/snapd/pull/6546>14:10
dot-tobiaszyga , Chipaca: nvm the previous query about install hook failures, it seems like it was caused by a layout I added for /usr (which, what I would've seen if I had scrolled the layout docs down to the bottom, is currently not possible)14:11
zygaoh14:11
zygalayout for _entire_ /usr?14:11
zygaor for a sub-directory?14:11
zygacan you tell me more what your use case was?14:11
dot-tobiaszyga: entire /usr, dunno what I was thinking. I'm currently snapping the WPE fork of WebKit and it assumes a bunch of libs and other stuff in /usr/ sub-directories, so I was basically being lazy. I specified /usr/share/X11 and it's installing fine again; although I now have the problem that some libs are in arch-triplet subdirectories and I want to avoid that. Final target is arm, testing on amd64 … but I think I'll use organize for this14:13
zygaok, thank you14:14
zygaI think we should warn / do something smart about layout for /usr14:15
zygaas that hides /usr/lib14:15
zygaand thus /usr/lib/snapd14:15
zygacachio: https://en.opensuse.org/Lifetime -- openSUSE Leap 42.3 will be supported till the 30th of June14:17
zyga15.0 will be EOLd in November but .1 is pending so I think we will drop 42.3 and switch to 15.114:17
zyga(that is switch 15.0 to 15.1)14:17
mupPR snapcraft#2490 opened: test: test-beta <Created by sergiusens> <https://github.com/snapcore/snapcraft/pull/2490>14:23
pedronispstolowski: is the hotplug main PR description/commit msg correct or does it need updating to reflect the bit really in the change?14:27
pedronisotherwise it can go in14:28
pstolowskipedronis: thank you, indeed, i will tweak it14:29
jdstrandChipaca: hey, I noticed in a895e537c55a350af30250e5bedc1b16e0c095ab you introduced src/github.com/snapcore/snapd/overlord/snapstate/export_test.go:221:19: expected type, found '=' on bionic with golang 1.1014:33
jdstrandChipaca: is there something I should be doing differently? /me thought bionic and 1.10 would be good enough these days14:34
zygaoh14:34
zygaare we  using type aliases?14:34
zygahey jdstrand :)14:34
jdstrandhey zyga :)14:35
zygapedronis: https://github.com/snapcore/snapd/pull/6499 is a low hanging fruit, has +2, just needs your ack14:35
mupPR #6499: cmd/snap-confine: allow moving tasks to pids cgroup <Created by zyga> <https://github.com/snapcore/snapd/pull/6499>14:35
mupPR snapd#5962 closed: ifacestate/hotplug: integration with udev monitor <Complex> <Hotplug 🔌> <Created by stolowski> <Merged by stolowski> <https://github.com/snapcore/snapd/pull/5962>14:36
pstolowskicachio: hey, in my nested vm branch i've a change in spread.yaml and i'm not sure if is required - plan: n1-standard-2 - i probably added it long time ago14:42
pstolowskicachio: was it your suggestion?14:42
Chipacazyga: for testing, yes14:45
cachiopstolowski, let me check14:45
Chipacajdstrand: that should work from 1.9 onwards14:46
Chipacajdstrand: where's the error from?14:46
Chipacajdstrand: (we run the unit tests with 1.9 and 1.10 so it should all work)14:46
jdstrandChipaca: run-checks14:46
jdstrand$ ./run-checks14:47
jdstrand...14:47
jdstrandChecking for naked returns14:47
jdstrandcould not parse input /home/ubuntu/gocode/src/github.com/snapcore/snapd/overlord/snapstate/export_test.go:221:19: expected type, found '='14:47
cachiopstolowski, it is required14:47
jdstrand$ go version14:47
jdstrandgo version go1.10.4 linux/amd6414:47
jdstrandChipaca: ^14:47
pstolowskicachio: ack, thanks for checking!14:47
Chipacajdstrand: rebuild nakedret14:47
cachiopstolowski, np14:47
Chipacajdstrand: :-)14:47
cachiopstolowski, it is a more powerfull machine than the regular ones14:48
jdstrandChipaca: that seemed to work14:53
Chipacajdstrand: huzzah :-)14:53
jdstrandChipaca: thank you :)14:55
Chipacajdstrand: np. Sadly there's no good way of rebuilding the tools conditionally14:55
Chipacaand non-conditionally slows things down without a huge gain14:56
jdstrandack. I made a note in case this happens again14:57
=== ricab|lunch is now known as ricab
=== chihchun is now known as chihchun_afk
pstolowskipedronis: https://github.com/snapcore/snapd/pull/6491/ has been updated with master and is ready for reviews16:31
mupPR #6491: interfaces: hotplug nested vm test, updated serial-port interface <Hotplug 🔌> <Created by stolowski> <https://github.com/snapcore/snapd/pull/6491>16:31
zygapstolowski: any luck with there LMP board for your work?16:35
pstolowskizyga: i didn't have time yet to check it out16:37
WimpressSnapcraft Live starts in a few minutes - https://www.youtube.com/watch?v=B4OFvrwoZ8I16:53
* zyga goes after the forum :-)16:55
zygaWimpress: nice, I wish I could watch that now16:55
Chipacazyga: keep the tab going in the background, it's like being at a sprint or sth16:57
mupPR snapd#6542 closed: cmd/snap: fix `snap services` completion <Created by chipaca> <Merged by chipaca> <https://github.com/snapcore/snapd/pull/6542>16:59
zygaChipaca: I would but the people studying around me might complain :-)17:01
Chipacazyga: it's in a different language, it doesn't interfere17:02
Chipacaright?17:02
zygaI’d ask but I’m just starting ;-)17:03
cwaynezyga: they should be studying snapcraft anyway17:06
cwayneits a favor really17:06
=== pstolowski is now known as pstolowski|afk
mupPR snapd#6547 closed: tests: enable opensuse tumbleweed on spread <Created by sergiocazzolato> <Merged by sergiocazzolato> <https://github.com/snapcore/snapd/pull/6547>17:15
Chipacapopey: I need to report a bug in word-salad :-)17:46
popeyhaha17:50
popeyhttps://github.com/popey/word-salad-snap/issues17:51
Chipacaneed to EOD now, but I'll file a pr later :-)17:51
roadmrzyga: are you around? ;)18:00
mupPR snapd#6548 opened: release: snapd 2.37.4 <Created by mvo5> <https://github.com/snapcore/snapd/pull/6548>20:11
zygaroadmr: re (though I won't be long)20:24
roadmrzyga: oh, it was about that thing about the store :)20:25
zygaack20:25
jdstrandroadmr: hi! can you pull r1190 of the review-tools. This would be best for a Monday/Tuesday deploy. I rewrote the snap decl checks for better clarity, quality and maintenance and fixed various bugs. all the old unit tests pass (167 iirc) as well as new ones20:39
roadmrjdstrand: great! thanks! sure, I'll put it in the queue20:40
jdstrandroadmr: thanks! :)20:40
mupPR snapd#6549 opened: apparmor: support AppArmor 2.13 <Created by jdstrand> <https://github.com/snapcore/snapd/pull/6549>22:43

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