/srv/irclogs.ubuntu.com/2019/10/08/#snappy.txt

mupPR snapcraft#2744 closed: project_loader: load build-environment after snapcraft environment <Created by kyrofa> <Merged by sergiusens> <https://github.com/snapcore/snapcraft/pull/2744>00:19
=== arnatious_ is now known as arnatious
mupPR snapcraft#2745 opened: tests: introduce gtk3 test for gnome extension <Created by cjp256> <https://github.com/snapcore/snapcraft/pull/2745>03:23
NickZI hate npm so much03:34
mupPR snapd#7561 closed: tests: update system-usernames test now that opensuse-15.1 works <Simple 😃> <Created by mvo5> <Merged by bboozzoo> <https://github.com/snapcore/snapd/pull/7561>05:24
mborzeckimorning05:31
mborzeckimvo: morning06:32
mvohey mborzecki06:35
mborzeckischool run, back in 20 or so06:38
pokkGood morning. Any updates to the rsync snap?06:53
mupPR snapd#7559 closed: tests: change regex to validate access to cdn during snap download <Simple 😃> <Created by sergiocazzolato> <Merged by pedronis> <https://github.com/snapcore/snapd/pull/7559>06:54
mborzeckire06:57
=== pstolowski|afk is now known as pstolowski
pstolowskimorning07:03
zygao/07:03
zygajoedborg: I do now, sorry for being absent last evening07:07
mborzeckipstolowski: zyga: hey07:08
mborzeckizyga:  some comments under #754707:32
mupPR #7547: many: use a dedicated named cgroup hierarchy for tracking <Created by zyga> <https://github.com/snapcore/snapd/pull/7547>07:32
zygathanks, looking07:32
zygathanks for spotting the odd mode, I'll change that07:39
zygathe rest of the comments are easy to apply, I'll adjust that shortly07:39
mborzeckimvo:  can you take a look at https://github.com/snapcore/snapd/pull/7557 ? could land easily07:51
mupPR #7557: interfaces/mount: account for cgroup version when reporting supported features <Simple 😃> <Created by bboozzoo> <https://github.com/snapcore/snapd/pull/7557>07:51
zygabrb07:56
mvomborzecki: yes07:59
mborzeckimvo: thank you!08:02
mupPR snapd#7557 closed: interfaces/mount: account for cgroup version when reporting supported features <Simple 😃> <Created by bboozzoo> <Merged by bboozzoo> <https://github.com/snapcore/snapd/pull/7557>08:10
mborzeckimvo: system-key has a Version field witha comment that need to bump it when adding new inputs, however it looks like we never bumped when adding new fields09:02
mborzeckimvo: this field https://github.com/snapcore/snapd/blob/master/interfaces/system_key.go#L6009:02
mvomborzecki: uh, right - we should09:03
mvomborzecki: in a meeting right now09:03
Chipacamborzecki: we could set it using reflect (or, maybe better, test it using reflect)09:06
Chipacamborzecki: i'll push a pr to do that09:07
mborzeckiChipaca: yeah, that's another point, we unmarshal and then test, assuming we can actually unmarshal the thing09:07
Chipacamborzecki: in the tests you mean? or where?09:08
mborzeckiChipaca: https://github.com/snapcore/snapd/blob/master/interfaces/system_key.go#L21009:08
pstolowskidegville: hey, can you update https://bugs.launchpad.net/snappy/+bug/1823343 and/or reassign to appropriate project if neccessary?09:08
mupBug #1823343: Getting Started Intro out of date <Snappy:New> <https://launchpad.net/bugs/1823343>09:08
mborzeckiChipaca: it's assume that the old format can be unmarshalled into the new struct, not sure if it's worth to make it super safe though09:09
Chipacamborzecki: what would you do differently there?09:09
ChipacaI mean, I'd look at unmarhsaling from the file and using .More() etc but still09:10
Chipacamborzecki: it assumes it's backwards-compatible which doesn't seem like too much of a stretch (and we can/should test for it)09:10
mupBug #1781789 changed: snapctl doesn't advertise that it's an internal tool <snapd:Confirmed> <https://launchpad.net/bugs/1781789>09:11
mborzeckiChipaca: super safe would probably be unmarshal into a struct with a single Version `json:"version"` field, or map, though as i wrote, it's probably not worth it and assuming backwards compat is reasonable (we control the format after all and it's quite simple)09:11
mupBug #1805162 changed: Impossible to get newly settled props <configure> <props> <snapctl> <snapset> <validation> <snapd:New> <https://launchpad.net/bugs/1805162>09:14
zygabrb09:16
mupBug #1746564 changed: snapd should not allow --classic installation for snaps with strict confinment mode <Snappy:Fix Released> <https://launchpad.net/bugs/1746564>09:20
degvillepstolowski: will do - thanks!09:23
Chipacahuh, in 304d3a72ed68fb00cd3afec27bc302c618d1ed1a we dropped 'core' from systemKey09:26
zygasmall break as Lucy just has to be on my hands having saw me09:29
mupBug #1781790 changed: snapctl start gives error message that is useless to beginners, and nothing of it is explained in --help or a man page (which doesn't seem to exist) <Snappy:New> <https://launchpad.net/bugs/1781790>09:29
abeatopedronis, hi, would it be possible to update https://forum.snapcraft.io/t/the-gadget-snap/696 with the new role types that ondra introduced for lk?09:32
abeatopedronis, I think I can do the edit if you are fine with that09:33
mupBug #1803002 changed: Multiple SELinux alerts on install / uninstall on Fedora 29 <Snappy:Fix Released> <https://launchpad.net/bugs/1803002>09:35
mupPR snapd#7563 opened: interfaces: bump system-key version (and keep on bumping) <Created by chipaca> <https://github.com/snapcore/snapd/pull/7563>09:43
Chipacamborzecki, mvo, maybe something like this ^09:45
* pstolowski walk, bbiab09:46
mborzeckiChipaca: why 9 though? :)09:51
Chipacamborzecki: git log -p interfaces/system_key.go09:52
mborzeckiChipaca: fair enough09:52
Chipacamborzecki: and count fields added/removed09:52
Chipacathere's 8 additions and 1 removal09:52
Chipacamborzecki: also, it just lines up with the number of fields09:52
Chipacaso, yay for coincidences09:52
mupPR snapd#7564 opened: interfaces: add cgroup-version to system-key <⛔ Blocked> <Created by bboozzoo> <https://github.com/snapcore/snapd/pull/7564>09:54
Chipacambuahah09:54
mborzeckiChipaca: ok, so ^^ depends on your PR09:54
Chipacaaww09:54
* Chipaca likes it when nice things are said about code he wrote09:55
pedronisabeato: yes, please do edit, and ping me when is done, I can check10:03
mborzeckipedronis: do you think we should explicilty error out on mon1-mon1 (which is the same as mon1)?10:03
abeatopedronis, cool, will do10:04
pedronisabeato: (I was in meeting)10:04
abeato:)10:04
pedronismborzecki: seems unlikely enough that it might make sense, can be a follow up though10:05
mborzeckipedronis: ok, i'll push the tweaks only then, and leave this for the next PR10:05
mborzeckipedronis: updated #744310:11
mupPR #7443: timeutil: fix schedules with ambiguous nth weekday spans <Bug> <Needs Samuele review> <Created by bboozzoo> <https://github.com/snapcore/snapd/pull/7443>10:11
abeatopedronis, I've updated https://forum.snapcraft.io/t/the-gadget-snap/696 now10:21
mvoChipaca: really nice PR!10:22
mvomborzecki: reading backlog now10:22
ChipacaI need to go move my car, will bbiab10:27
mborzeckizyga:  hmmm https://paste.ubuntu.com/p/7KmCHRxVGC/ that's on disco10:31
mborzeckizyga:  it's as if snap.mount was started after snap-core-*.mount10:32
threshhowdy.  is there are repo for 18.04 with a recent snapcraft in .deb?10:38
abeatosil2100, I have updated and added comments to https://github.com/CanonicalLtd/ubuntu-image/pull/17510:45
mupPR CanonicalLtd/ubuntu-image#175: Little kernel bootloader support <Created by alfonsosanchezbeato> <https://github.com/CanonicalLtd/ubuntu-image/pull/175>10:46
mupBug #1652265 changed: Initialization changes are removed right after first boot <Snappy:Invalid> <https://launchpad.net/bugs/1652265>10:53
mupBug #1654130 changed: Adding a tag indicating manual connection is needed when displaying interfaces <snapd:Triaged> <https://launchpad.net/bugs/1654130>10:57
mupPR snapd#7565 opened: snap-repair: add addtional comment about trust in runner.Verify() <Needs Samuele review> <Created by mvo5> <https://github.com/snapcore/snapd/pull/7565>10:57
mupBug #1750840 changed: [Enhancement] Please show (optionally) size consumed by snap in snap list <enhancement> <Snappy:New> <https://launchpad.net/bugs/1750840>11:03
mupPR snapd#7566 opened: snap-repair: add missing check in TestRepairBasicRun <Simple 😃> <Created by mvo5> <https://github.com/snapcore/snapd/pull/7566>11:03
pstolowskidegville: another one: https://bugs.launchpad.net/snappy/+bug/1790153 (i've no idea if the suggestion for the bug report is correct, may need verification)11:08
mupBug #1790153: Documentation: easy-openvpn typos <Snappy:New> <https://launchpad.net/bugs/1790153>11:08
Chipacapstolowski: WRT comparing keys with deepequals, the issue is that current code assumes that a key that looks at some aspect and determines it to correspond with go's default value (e.g. an empty list), and a key that doesn't look at that aspect at all, compare as equal when they're not11:08
degvillepstolowski: thanks - I'll check and update.11:09
pstolowskiChipaca: hmm i see, ok11:09
pstolowskidegville: sorry, one more: https://bugs.launchpad.net/snappy/+bug/174953811:10
mupBug #1749538: refresh time docs lacks the correct command <docs> <Snappy:New> <https://launchpad.net/bugs/1749538>11:10
pedroniszyga: hi, I sent you a non-urgent email about forum gardening11:11
degvillepstolowski: it's no problem, but the bigger issue is these are for Core Docs which have many more problems than these small issues, all of which is being worked on separately (the 'report issue' link on those pages goes to Snappy on LP, which is why we're getting them).11:13
mvopedronis: I sent the mail about repair assertion test now and CCed you11:13
mvopedronis: hope it did reach you :)11:13
pedronismvo: saw it11:13
pstolowskidegville: uhm, i see. can they be re-assigned manually to Core Docs then?11:14
degvillepstolowski: not sure there's a single entity we can assign them to.11:14
mvopedronis: great, no action needed just wanted to double check that my mail setup is happy again11:14
zygapedronis: ack11:16
degvillepstolowski: I'll bring it up in the standup, but I think it's probably best these are won't fix while we wait for the updated Core Docs to be published and replace these old ones.11:16
mupPR snapd#7567 opened: snap-repair: error if run as non-root <Simple 😃> <Created by mvo5> <https://github.com/snapcore/snapd/pull/7567>11:16
mupPR snapd#7568 opened: snap: when running `snap repair` without arguments, show hint <Simple 😃> <Created by mvo5> <https://github.com/snapcore/snapd/pull/7568>11:28
Chipacais there a way to get apparmor confinement working in debian? (in a forum-explainable way)11:30
mupPR snapd#7552 closed: tests: add new option "invert" to retry-tool <Created by sergiocazzolato> <Closed by sergiocazzolato> <https://github.com/snapcore/snapd/pull/7552>11:30
Chipacaif so please https://forum.snapcraft.io/t/use-classic-confinement-for-dynocsv-app/13543/10?u=chipaca11:30
sil2100abeato: thanks!11:32
Chipacamborzecki: #7564 has conflicts11:49
mupPR #7564: interfaces: add cgroup-version to system-key <⛔ Blocked> <Created by bboozzoo> <https://github.com/snapcore/snapd/pull/7564>11:49
mupPR snapd#7563 closed: interfaces: bump system-key version (and keep on bumping) <Created by chipaca> <Merged by chipaca> <https://github.com/snapcore/snapd/pull/7563>11:49
mborzeckiChipaca: ack, thx11:49
Chipacamborzecki: :-)11:49
mupPR snapd#7256 closed: tests: adding retry command and use it to delete $XDG directory <Simple 😃> <Created by sergiocazzolato> <Closed by sergiocazzolato> <https://github.com/snapcore/snapd/pull/7256>12:00
dot-tobiasogra: Do you have experience with USB WiFi dongles on Raspberry Pi 3B/3B+ running Ubuntu Core? I'm planning to add dual interface support to my gadget, currently investigating proper dongles since the official Raspberry one is now EOL12:02
=== ricab is now known as ricab|lunch
mupPR snapd#7569 opened: snap: remove limit of 32 characters for version <Created by cjp256> <https://github.com/snapcore/snapd/pull/7569>12:09
mupPR snapd#7570 opened: [RFC] snap-mount-dir: add mount unit for snap-mount-dir <Created by bboozzoo> <https://github.com/snapcore/snapd/pull/7570>12:09
ogradot-tobias, not with core, i have used dongles before on a pi2, if you get one the kernel supports OOTB it should just work on core though12:11
dot-tobiasogra: Thanks! Do you happen to know where I can find info which ones have kernel support (I guess chipset names)?12:12
ogra(i used to use a wired USB dongle on my dragonboard with core for quite some time ... that worked well too, i dont see a reason why a wlan one should be any different (as long as there is a driver in the kernel)12:12
ograhmm not really ... i think asix and realtek might be a good bet12:13
mborzeckiChipaca: i've updated #756412:39
mupPR #7564: interfaces: add cgroup-version to system-key <Created by bboozzoo> <https://github.com/snapcore/snapd/pull/7564>12:40
mupPR snapd#7569 closed: snap: remove limit of 32 characters for version <⛔ Blocked> <Created by cjp256> <Closed by chipaca> <https://github.com/snapcore/snapd/pull/7569>12:57
Chipaca2fa...13:01
mupPR snapcraft#2746 opened: elf: handle missing dependencies not found on system <Created by cjp256> <https://github.com/snapcore/snapcraft/pull/2746>13:38
zygarogpeppe: flashing now13:57
zygamvo: ^ that magic SD card13:57
zygamborzecki: I fixed the instance problem14:01
mupPR snapd#7571 opened: sandbox/cgroup: refactor process cgroup helper to support v2 and named hierarchies <Created by bboozzoo> <https://github.com/snapcore/snapd/pull/7571>14:12
mborzeckizyga: ^^ prepping up for named hierarchy14:12
vidal72[m]is there an official way to pass additional env var to snap, like flatpak --env=xxx?14:13
=== ricab|lunch is now known as ricab
Chipacavidal72[m]: in what sense?14:13
Chipacavidal72[m]: usually if it's an app, it'll get most of your environment as is14:14
Chipacavidal72[m]: if it's a service, you can use 'systemctl edit'14:14
vidal72[m]Chipaca: I want to add anv env which isn't in global environment14:14
Chipacavidal72[m]: as a user, or as a packager?14:14
vidal72[m]user14:15
Chipacavidal72[m]: FOO=bar the-thing-to-run14:15
vidal72[m]yeah, however this work only if I run it directly14:17
Chipacavidal72[m]: as opposed to what?14:18
vidal72[m]btw is TMPDIR honored by snap?14:18
Chipacano14:18
Chipacabah14:18
Chipacano, but14:18
Chipacathe snap binary will get it14:18
Chipacaso it's up to that14:18
Chipacathat is: if you do TMPDIR=/foo/bar some-snapped-app14:19
Chipacasnap won't do anything with TMPDIR, but will pass it in14:19
vidal72[m]Chipaca: as opposed to some launcher14:19
Chipacawhether soem-snapped-app does something with it is up to that app14:19
* Chipaca checks14:20
Chipacaactually that might be wrong14:20
vidal72[m]I wondered because TMPDIR is usually dropped by suid binaries14:20
Chipacayeah it looks like TMPDIR and TEMPDIR are not passed in14:20
Chipacaah well14:21
Chipacavidal72[m]: was that the env var you were wanting to set?14:21
vidal72[m]one of them :)14:22
Chipacavidal72[m]: you could copy (or edit in place) the generated .desktop file14:22
Chipacavidal72[m]: it'll be in /var/lib/snapd/desktop/applications14:23
vidal72[m]yes, however if desktop file changes with some update I will miss it14:23
Chipacavidal72[m]: if you go for 'copy', copy it to ~/.local/share/applications, but be mindful of refreshes14:23
Chipacaexactly14:23
mvozyga: omg! I can't wait to see/hear results14:24
vidal72[m]my concrete use case was opening files in external apps in firefox which needs both GTK_USE_PORTAL and TMPDIR14:25
vidal72[m]unfotunately for what I read snap thinks it's mozilla issue to solve and mozilla thinks it's snap's :)14:25
mupPR snapcraft#2742 closed: cli: use click utilities for login prompts <Created by sergiusens> <Merged by sergiusens> <https://github.com/snapcore/snapcraft/pull/2742>14:26
Chipacavidal72[m]: ?14:28
Chipacavidal72[m]: it's not just a matter of setting env vars14:28
vidal72[m]does snap support xdg-portal?14:29
Chipacavidal72[m]: yes14:29
Chipacawait14:30
Chipacano14:30
Chipacavidal72[m]: no14:30
Chipacanot yet14:30
vidal72[m]ah14:30
Chipacavidal72[m]: it's almost all there though14:30
Chipacavidal72[m]: (on master)14:31
Chipacain fact i think master might already have all the bits14:31
Chipacahm, there might be a couple of PRs still pending14:32
Chipacavidal72[m]: jamesh knows more (probably asleep now though)14:32
vidal72[m]anyway for FF the problem is namespaced /tmp and lack of TMPDIR override14:32
vidal72[m]so even with xdg-portal support it won't work14:33
vidal72[m]https://forum.snapcraft.io/t/sharing-files-via-tmp/1613/1514:33
Chipacavidal72[m]: I don't think namespaced tmp will break once we have portals, I don't see how it would, but if it does we can probably fix it14:34
Chipacavidal72[m]: that topic is not about portals at all14:35
zygamvo: I need to clean my desk :D14:35
vidal72[m]Chipaca: well it break even flatpak14:35
zygamborzecki: ack14:35
zygalooking now14:35
vidal72[m]which jas full portal support14:35
mvoxnox: is it a known issue that "test memory" on the eoan daily installier just gives an error and does not load anything?14:36
vidal72[m]the thing is FF/TB always saves temp files to /tmp or TMPDIR and they won't be visible for any other app14:36
Chipacavidal72[m]: and what does that have to do with portals?14:37
mvoxnox: ups, that is disco, flashed the wrong thing14:37
vidal72[m]Chipaca: the portal passes file app can't reach and fail14:37
vidal72[m]what they do in flatpak is setting TMPDIR=xxx in wrapper14:38
ograwell, that wouldnt work in snaps14:39
ograsince /tmp is a very special dir inside the confinement14:39
xnoxmvo:  yes14:39
xnoxmvo:  are you on bios or uefi?14:40
vidal72[m]ogra: the point is to set something else than /tmp14:40
zygamborzecki: reviewed, please check14:40
ograwhile you could set $TMPDIR it could point only to some dir inside the confined area anyway ...14:40
vidal72[m]ogra: Chipaca like this https://src.fedoraproject.org/rpms/firefox/blob/0adc4aecec45e195b0f6cbcdb1625839846482bc/f/firefox.spec#_71014:40
mvoxnox: uefi14:40
mvoxnox: is it just a problem on uefi?14:41
Chipacaogra: well, snap-confine has special handling of TMPDIR and TEMPDIR, so14:41
ogravidal72[m], where would you set it to ? it wouldnt be any dir thats accessible on the filesystem because it lives in the confined space14:41
vidal72[m]ogra: yes but not every dir is namespaced likr /tmp14:41
ograso something outside of that space wouldnt see it14:41
xnoxmvo:  not really. It's just there is a uefi app we ship that one can execute for memory testing on uefi.14:42
xnoxmvo:  not sure if that is hooked up correctly w.r.t. secureboot etc. at one point it wasn't.14:42
xnoxin general it should work14:42
xnoxmvo:  is your machine busted? and can you run the vendor's self-test from bios stuff?14:43
mvoxnox: ok, once I finished flashing eoan I will give it a go and if it fails pester someone - who is the best person?14:43
vidal72[m]ogra: does snap namespace /run/user/$uid?14:43
mvoxnox: not busted, just wanted to play with it to see if memory is stble14:43
xnoxmvo:  cyphermox who is off today i think. or just open a bug against14:43
ograChipaca, sure, the point is that the portal runs on your desktop, unconfined ... while FF runs inside the confined space ....14:43
mvoxnox: cool, will give it a go, thank you! (usb stick takes forever to write :/14:44
xnoxmvo:  against shim14:44
Chipacai'm off to the doc's14:44
Chipacattfn14:44
mvoxnox: ta14:45
Floflobel_hello, how can I see the history of all "refresh" that snapd has performed?14:45
vidal72[m]ogra: https://forum.snapcraft.io/t/firefox-url-handler-does-nothing/5329/6 and https://bugzilla.mozilla.org/show_bug.cgi?id=146175914:45
ogravidal72[m], you could try pointing FF to $SNAP_USER_DATA (which translates to ~/snap/firefox/current/)14:45
ograthats one of the two dirs that can be used to share data with the host14:45
ogra(the other is $SNAP_DATA but thats only root writable (for services/daemons and such))14:46
vidal72[m]yes, but but it have to be done through TMPDIR=$SNAP_USER_DATA and this is blocked14:47
vidal72[m]unless you add it to shell wrapper14:47
vidal72[m]which will be overwrittent with update...14:48
zygavidal72[m]: please file a bug with the details and I will consider it14:48
vidal72[m]zyga: I linked to opened bugs14:48
zygavidal72[m]: thanks, I'll add them to my backlog14:48
zygavidal72[m]: I'm debugging something else and I cannot focus on this problem but I want to say I'm interested14:49
vidal72[m]I think it's mozilla job but they don't seem to agree14:49
vidal72[m]zyga: no problem, thx14:49
ogravidal72[m], well, i'm pretty sure the issue is that you try to override it ... if TMPDIR was simply set in the snapcraft.yaml of the firefox snap i bet it would work ... so yeah, that would be a firefox issue after all ... us lacking a mechanism to override would be our issue (though i guess that will need some deep securit review first)14:54
vidal72[m]does TMPDIR from snapcraft.yaml passes through snap suid binary?14:57
zygavidal72[m]: no but there's a mechanism to do so14:57
zygavidal72[m]: there's a pass-through system14:57
zygavidal72[m]: it may also be a bug that setting TMPDIR is not respected in practice but that's a simple fix if so14:57
vidal72[m]flatpak has same issue if bubblewrap is installed as suid https://github.com/flatpak/flatpak/issues/264115:00
* cachio lunch15:53
mupPR snapd#7572 opened: gadget: rename "boot{select,img}" -> system-boot-{select,image} <Created by mvo5> <https://github.com/snapcore/snapd/pull/7572>15:59
=== pstolowski is now known as pstolowski|afk
mvoxnox: memtest works on eoan usb installer, sorry for the noise. but a different question I installed eoan now (on real HW) on an uefi system with the default installer options and it looks like it did not create a uefi system partition for me - didn't it do that in the past?16:14
xnoxmvo: there usually is one already, and we always reuse it.16:15
xnoxmvo:  so didn't create => do you mean you have no esp and booted the usb stick in bios mode?16:16
mvoxnox: its a fresh disk with nothing on it16:16
xnoxmvo:  give me your /var/log/installer/16:16
mvoxnox: I might have booted in bios mode16:16
xnoxmvo:  how did you create the usb stick?16:16
mvoxnox: I selected boot menu and usb stick but that might have triggered bios16:16
mvoxnox: let me retry this16:16
xnoxmvo:  boot menu may list the usb stick multiple times.16:16
mvoxnox: do you still want the log?16:17
xnoxmvo:  pick the one that sounds fanciest.16:17
xnoxmvo:  just try rebooting16:17
mvoxnox: doing now16:17
xnoxmvo:  also you might want to disable legacy boot fallback in bios16:17
mvoxnox: uefi makes this all rather annoying16:17
xnoxmvo:  cause then it will not show you the bios boot options of the stick16:17
mvoxnox: sometimes I wonder how our users manage to install stuff :/16:17
xnoxunfortunately we kind of have to make the sticks "dual-bios-uefi" bootable16:18
* mvo is maybe just getting dumb16:18
xnoxmvo:  they go to azure.com and click the biggest orange button they see16:18
mvoxnox: hahaha16:18
mvoxnox: yeah, selecting the "other" usb stick in the boot menu did the trick, thanks again and sorry for the noise16:21
mupPR snapcraft#2747 opened: nodejs plugin: fix errors when building in confinement <Created by NickZ> <https://github.com/snapcore/snapcraft/pull/2747>16:32
* Chipaca ⇝ dinner17:05
mvoChipaca: 7533 could do with a re-review, hopefully I addressed all your points18:02
mupPR snapd#7533 closed: client: add support to use the new "download" API <Needs Samuele review> <Created by mvo5> <Merged by chipaca> <https://github.com/snapcore/snapd/pull/7533>18:16
mupPR core-build#55 opened: Drop abootimg support, not used anymore <Created by xnox> <https://github.com/snapcore/core-build/pull/55>18:44
mupPR snapd#7565 closed: snap-repair: add additional comment about trust in runner.Verify() <Needs Samuele review> <Simple 😃> <Created by mvo5> <Merged by mvo5> <https://github.com/snapcore/snapd/pull/7565>19:10
mupPR snapd#7510 closed: daemon: make /v2/download take snapRevisionOptions <Needs Samuele review> <Created by mvo5> <Merged by mvo5> <https://github.com/snapcore/snapd/pull/7510>19:33
mupPR snapd#7573 opened: [RFC] client: add support for the new "/v2/assertions/%s?remote=true" <Created by mvo5> <https://github.com/snapcore/snapd/pull/7573>19:59
=== katnip` is now known as Katnip
=== Katnip is now known as Guest18773
=== Guest18773 is now known as katnip`
mupPR snapd#7574 opened: [RFC] client: add KnownOptions to Know() and support remote assertions <Created by mvo5> <https://github.com/snapcore/snapd/pull/7574>20:26
=== arnatious_ is now known as arnatious
mupPR snapd#7575 opened: cmd/model: add authority-id to verbose fields <Needs Samuele review> <Simple 😃> <Created by anonymouse64> <https://github.com/snapcore/snapd/pull/7575>23:24

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