/srv/irclogs.ubuntu.com/2017/06/21/#snappy.txt

Chipacamwhudson: https://github.com/golang/go/commit/91139b87f776a553524b022753981e790938677700:00
Chipacaand good night00:00
yo_shouldn't the "requires classic or confinement override01:37
yo_" error be a "do you want to install classic mode which is blah blah Yes/No" ?01:37
=== JanC_ is now known as JanC
mupPR snapcraft#1371 opened: beta <Created by snappy-m-o> <https://github.com/snapcore/snapcraft/pull/1371>03:44
iceyis it possible to get builds.snapcraft.io to build a package for which you are not a maintainer? the project has a snapcraft.yaml06:36
iceyI've just invited the owner of the repository to collaborate on the snap, but wondering what I can do to help move things forward06:37
mpticey, GitHub requires someone to be a repo admin (or an organization owner) to set up “webhooks”, which is how build.snapcraft.io detects commits. So you’ll need to persuade a maintainer.07:12
mpt(Details here: <https://help.github.com/articles/about-webhooks/>)07:13
iceylett about persuading mpt, more about coordinating; I think he's in Pacific time, I'm Central European07:13
mpticey, in the meantime, maybe you could build the snap on your own machine, to make sure it will work when it is set up. :-)07:14
iceympt I've been building it, I just invited the maintainer to collaborate on it :) `snap install --edge --classic alacritty` ;-)07:15
mptAh, good stuff07:15
mupPR snapd#3502 opened: snap-seccomp: add more tests  <Created by mvo5> <https://github.com/snapcore/snapd/pull/3502>07:22
Chipacamoin07:34
=== chihchun_afk is now known as chihchun
mupPR snapd#3503 opened: tests: add browser-support interface test <Created by fgimenez> <https://github.com/snapcore/snapd/pull/3503>09:11
mvofgimenez: hey, quick question - do you have a suggestion how we could test the seccomp-bpf branch against the nested revert test that uncovered the network-manager and bluez issues? its not merged yet but before we merge it it would be great to verify that the bug is actually fixes09:53
mvofixed09:53
fgimenezhey mvo, sure, the changes in the test for covering the bluez issue are already on master, just merging it in your branch (maybe the changes are already in your branch and this step is not needed) and running after setting the env vars should be enough, i can give it a try09:55
fgimenezwait, we need a core with your changes..09:56
mvofgimenez: yeah, thats the issue, could we simply revert to a saved copy of the self-build core or something?09:58
mvofgimenez: or maybe we need to do it manually, but it would be great to get confirmation09:58
fgimenezmvo: yep after your changes are in master and an edge core is built from it it should be easy but before... we could build a core changing the ppa from wich it picks the debs and uploading there the debs built from your branch (maybe we could do this in the edge branch too?)10:01
fgimenezmvo: once we have a core with the changes from your branch i can change the test to sideload it, should that work (instead of refreshing)?10:02
mvofgimenez: hm, it all sounds brittle, maybe the best is to do some basic testing manually and then once it is merged to the proper nested run, we want this merged anyway so it should be fine10:03
fgimenezmvo: ok sgtm, how can we test this manually?10:03
fgimenezinstead of sideloading we could also upload the core built from your branch to staging and do a proper refresh10:07
jaceknhello! Quick question - I can "snap set <snap> key=val". How do I remove certain config option? There is no "unset"10:37
ogra_you set it to nothing10:41
bloodearnestso, when installing a snap, systemd units start up before the initial configure hook is run, correct?10:48
bloodearnestis there an install hook or similar thing that runs first, before systemd units are set up?10:48
jaceknogra_: so that does not seem to work for the kube-apiserver (I used snap set kube-apiserver runtime-config="")10:50
jaceknogra_: I end up with something like this: --min-request-timeout 300 --runtime-config  --service-account-key-file10:50
=== bloodearnest_ is now known as bloodearnest
bloodearnestam I right in thinking that snapctl only works in the configure hook, currently? It seems to fail in any other context anyway11:10
mupPR snapd#3504 opened: interfaces: bring back seccomp argument filtering <Created by mvo5> <https://github.com/snapcore/snapd/pull/3504>11:14
mvojdstrand: you will like this one -^ :)11:15
Chipacapstolowski: i think you're the one for answering bloodearnest's question there11:15
pstolowskibloodearnest, hey. correct, services are started before configure hook. install hook that runs before services are started is being reviewed currently - https://github.com/snapcore/snapd/pull/349811:21
mupPR snapd#3498: hooks: support for install and remove hooks <Created by stolowski> <https://github.com/snapcore/snapd/pull/3498>11:21
bloodearnestpstolowski, great, thanks. Any rough idea of when that might be in a release?11:22
pstolowskibloodearnest, also, last week support for using snapctl also from other contexts (from apps in your snap) landed into master11:23
=== trijntje_ is now known as trijntje
bloodearnestpstolowski, awesome11:24
pstolowskibloodearnest, not sure when the next release is, probably 2-3 weeks from now if it lands soon; mvo?11:24
mupPR snapd#3505 opened: PLEASE IGNORE: Enable more tests for suse and fedora <Created by morphis> <https://github.com/snapcore/snapd/pull/3505>11:35
FacuChipaca, et al, I'm running snapd like this: sudo SNAP_TESTING=1 SNAPD_DEBUG=1 SNAPD_DEBUG_HTTP=7 SNAPPY_USE_STAGING_STORE=1 /usr/lib/snapd/snapd11:39
ChipacaFacu: using it to install things, or just to query?11:40
Facuhowever, I'm not seeing the body responses in the logs, shouldn't I? this is an excerpt of the response: http://linkode.org/#IiLRuuty0L54FkOAgtvKb711:40
FacuChipaca, it's inside a VM, it works! but I lack logging11:40
Chipacaah11:40
ChipacaFacu: not related: it's SNAPPY_TESTING, not SNAP_TESTING11:41
Chipacathat _should_ work11:41
* Chipaca tries it11:42
FacuChipaca, but no body logged :/11:42
ChipacaFacu: can you show me?11:42
ChipacaFacu: i mean, show me the logs you can see11:43
FacuChipaca, note that I'd want also body in the requests, not only in the responses11:43
FacuChipaca, yes!11:43
ChipacaFacu: you're not expecting to see the body of a snap download in the logs, are you?11:43
FacuChipaca, http://linkode.org/#LhT7ABi0DterA4v7hEpZT4 , the activity triggered by a "snap refresh foobar40"11:43
FacuChipaca, nah, just jsons11:44
ChipacaFacu: I'm seeing the response bodies in the logs, running it the same way you are11:45
Facu:o11:45
Chipacaand 2.22.2 is old, but not _that_ old11:45
ChipacaFacu: in particular: 2017/06/21 12:44:41.973596 logger.go:75: DEBUG: < "HTTP/1.1 404 Not Found\r\nContent-Length: 380\r\nCache-Control: private, max-age=0, no-cache\r\nContent-Type: application/problem+json\r\nDate: Wed, 21 Jun 2017 11:44:42 GMT\r\nServer: Apache/2.4.7 (Ubuntu)\r\nStrict-Transport-Security: max-age=15768000; includeSubDomains; preload\r\nX-Bzr-Revision-Number: 138\r\nX-Vcs-Revision: 138\r\n\r\n{\"detail\":\"no assertion with type11:45
Chipaca\\\"snap-declaration\\\" and key {\\\"series\\\":\\\"16\\\",\\\"snap-id\\\":\\\"99T7MUlRhtI3U0QFgl5mXXESAiSwt776\\\"}\",\"error_list\":[{\"code\":\"not-found\",\"message\":\"not found: no assertion with type \\\"snap-declaration\\\" and key {\\\"series\\\":\\\"16\\\",\\\"snap-id\\\":\\\"99T7MUlRhtI3U0QFgl5mXXESAiSwt776\\\"}\"}],\"status\":404,\"title\":\"not found\",\"type\":\"assertions:v1:not-found\"}\n"11:45
Faculogger.go in DEBUG, I have those11:46
Chipacayes11:46
Chipacai can clearly see your log truncated at the \r\n11:46
Chipacawhich is strange11:46
Chipacaie just before the body11:47
ChipacaFacu: what happens if you run the snapd from core directly?11:47
Chipacaiei instead of /usr/lib/snapd/snapd, /snap/core/current/usr/lib/snapd/snapd11:47
FacuChipaca, let me check; also, for considering... I'm in the VM after doing "lxc exec snapd-staging bash", may it be that my terminal is weird, and the golang library behaves differently?11:48
Chipacawhat "golang library" dude11:48
Chipaca:-)11:48
Chipacaall the go bits are static i mean11:49
Chipaca11:49
Chipacaoh, i got what you meant11:49
FacuChipaca, logger.go, don't know11:49
ChipacaFacu: try sending it to a file to check that11:49
Chipacabut i seriously doubt it11:49
Facuit logs to stderr11:50
Chipacayes11:50
FacuChipaca, no luck (running core and/or into a file)11:50
Chipacagrmbl11:51
Facuthis are the situations where I value a lot editing some /usr/lib/whatever system file and putting a print() there :p11:52
ChipacaFacu: this should be just as easy once you've got it set up to build11:53
Chipacaie something like 'go build -o /tmp/srv ./cmd/snapd && SNAPPY_yadda … /tmp/srv'11:54
Chipacabut, yes, not python11:54
FacuChipaca, yes, but in that case I'm not using *what is installed*11:54
Chipacawell... you're using 2.26.3+git410.g6e6bfcc which is pretty funky11:55
Chipaca:-)11:55
ChipacaFacu: what happens if you force it to use the one in /usr/lib?11:55
FacuChipaca, isn't that what I'm doing when running /usr/lib/snapd/snapd ?11:56
ChipacaFacu: sudo SNAP_REEXEC=0 SNAPPY_TESTING=1 SNAPD_DEBUG=1 SNAPD_DEBUG_HTTP=7 SNAPPY_USE_STAGING_STORE=1 /usr/lib/snapd/snapd11:56
Facustill no luch11:57
Facu*luck11:57
Chipacaphew11:57
ChipacaFacu: can you check whether this works outside of the vm (but not pointing to staging)?11:57
FacuChipaca, it works fine in my host machine11:57
Chipacao...k11:57
FacuChipaca, maybe updating snapd?11:58
ChipacaFacu: updating to what?11:58
FacuChipaca, latest version? no idea11:58
ChipacaFacu: you ran the one from core already11:58
Chipacathat's the latest11:58
ChipacaFacu: and i have never seen this behaviour since I added support for the 3rd bit11:59
Chipacagive me a bit though11:59
mupPR snapcraft#1372 opened: cli: Containerbuild clean <bug> <Created by kalikiana> <https://github.com/snapcore/snapcraft/pull/1372>12:00
ChipacaFacu: what distro is snapd-staging?12:00
FacuChipaca, I'm not *blocked* for this right now (may really needed it later) but I'm happy to help you testing and trying stuff12:00
FacuChipaca, xenial, 16.04.212:00
ChipacaFacu: no idea then12:01
ChipacaFacu: if you can give me steps to reproduce this i'll give it a poke this afternoon12:01
FacuChipaca, created an lxc as specified in https://docs.google.com/document/d/1MSThKrO762SgeY2lw74R5lcA7oQjTtq1ifYNut18bho/edit#heading=h.7f3zvinx0gcg under "snapd" and entered into it with "lxc exec snapd-staging bash"12:06
FacuChipaca, and thanks12:08
=== Tryum_ is now known as Tryum
ChipacaFacu: the github gist that doc points to is 404 for me12:24
FacuChipaca, why people uses gist and not linkode!?12:25
ChipacaFacu: access control? revision history? group and team membership? Faster page loads? https by default?12:26
FacuChipaca, oh, I wonder why linkode does not redirects to 44312:27
mvobloodearnest: we are currently working on an important fix in snapd, once that lands (the goal is this week), then normal 2 week schedule for snapd releases resumes12:28
bloodearnestmvo, ack, tx12:28
ogra_ppisati, when i patch a dts in the tree and re-build the package, is anything in the build env reverting my change ? i dont get the new devices in the dtb12:29
ogra_(i didnt run "fdr clean" to save time, would that be needed ?)12:30
=== chihchun is now known as chihchun_afk
ppisatiogra_: nothing reverts stuff in the tree, and it should call 'make dtb' at the end, so you should get the 'new' dtb13:12
ppisatiunless there's a bug, of course13:12
ppisatiogra_: which tree?13:12
ogra_master-next ... i'm trying to add a sun8i-emac driver http://paste.ubuntu.com/24916775/13:13
ppisatiogra_: artul?13:13
ppisati*artful?13:13
ogra_yep13:13
ppisatiogra_: let me try that13:14
ogra_ppisati, well, fdr clean seems to have helped, now i see ethernet013:15
* ogra_ checks if he also sees it after u-boot :P13:16
ogra_[   12.387103] sun8i-emac 1c30000.ethernet (unnamed net_device) (uninitialized): No associated PHY13:16
ogra_aha13:16
ogra_seems i'm close :)13:16
mupBug #1699504 opened: "network" plug does not allow outbound ping <Snappy:New> <https://launchpad.net/bugs/1699504>13:20
ogra_hmm,, thats a bit annoying that it makes everything so time consuming13:21
abeatoppisati, ogra_ is it possible to force building with a given gcc version a kernel snap?13:31
ogra_abeato, i guess you can force one in build-packages13:32
ogra_but indeed only the ones available in xenial13:32
mupPR snapcraft#1373 opened: Add support in snapcraft yaml for reload-command directive <Created by bloodearnest> <https://github.com/snapcore/snapcraft/pull/1373>13:33
abeatoogra_, ok, will give a try, thanks13:33
mupPR snapd#3490 closed: client, daemon: using oddjobstate, implement service operations <Created by chipaca> <Closed by chipaca> <https://github.com/snapcore/snapd/pull/3490>13:33
ppisatiabeato: uhm, not that i'm aware13:35
abeatoppisati, ok, nw13:35
davidcalleChipaca: hey, I've just noticed a store snap with an empty publisher field in snap info, is that supposed to happen in some edge cases?13:40
Chipacadavidcalle: what snap?13:41
davidcallesnap info peek13:41
fgimenezmvo: quick question, is SNAPPY_USE_STAGING_STORE enough for ubuntu-image to use staging? the underlying prepare-image is going to honor it, right?13:49
jdstrandmvo: hey, so I'm going to flesh out the password-manager-service policy next. you have a PR already that I figured I'd build on. how do you want to coordinate that work?13:53
pedronisfgimenez: it needs snap built for staging13:54
pedronisbecause of keys for checking assertions13:55
fgimenezpedronis: aha, great thx, i'll change the test to have that into account to (and eventually build snap if needed)13:58
mvofgimenez: I think so, yes14:01
mvojdstrand: you can have the password-manager-service, either branch from it and push a new PR and I close mine - or just push to my PR. but if its a lot of churn I think branch, new PR is better14:01
Chipacaniemeyer: taking this logs things to its natural conclusion, i think i'll make systemd.Logs (which nobody else uses) return an io.Reader14:04
jdstrandmvo: ack, thanks. I'll do a new PR I think14:04
Chipacadavidcalle: I don't see it having an empty publisher here14:04
Chipacadavidcalle: what are you seeing?14:04
niemeyerChipaca: Yeah, that seems reasonable14:06
niemeyerChipaca: The other option would be to pass in a writer, but that's perhaps less natural14:07
davidcalleChipaca: I think I figured out what happened. I had a homemade snap of the same name locally installed, which gave me:14:09
davidcallehttps://usercontent.irccloud-cdn.com/file/ZZJolLOW/Screenshot%20from%202017-06-21%2016-09-10.png14:09
Chipacadavidcalle: yep, x revisions don't have a publisher14:10
Chipacabecause they're not published :-)14:10
davidcalleChipaca: yeah, but snap info picked up channel data from the store snap :)14:10
Chipacayeah14:10
davidcalleHence, the confusion14:10
Chipacadavidcalle: suggestions for making this difference clearer very much accepted14:10
davidcalleChipaca: what about "tracking: local" when there is no tracking info available, hence not in the store ?14:14
Chipacathat kinda makes sense :-)14:14
Chipacaniemeyer: what do you think?14:14
niemeyerIt's not actually tracking local.. it's not really tracking anything since it won't ever update without manual action14:16
niemeyerChipaca: Given the above picture, the magic dash seems fitting14:16
niemeyerAs in, it's what we used to mean "there's nothing there" in the channels14:17
davidcalle+114:17
Chipacaniemeyer: consider it done14:18
Chipacaand by "it" I obviously mean using “ヽ( ͡͡ ° ͜ ʖ ͡ °)⊃━☆゚. * ・ 。゚” to signify the above14:18
mupPR snapd#3472 closed: interfaces, tests: add mising dbus abstraction to system-observe and extend spread test <Created by fgimenez> <Merged by mvo5> <https://github.com/snapcore/snapd/pull/3472>14:18
Chipacaniemeyer: hopping subjects again, what needs to happen so shellcheck is available on the linode that runs the static tests? (that's a ubuntu-16.04-64)14:22
niemeyerChipaca: Is that a deb package in the archive?14:23
Chipacaniemeyer: yes but not in xenial (we'd need the one from yakkety at least)14:23
Chipacaniemeyer: (it's usable directly, if you install the deb in the image directly for example)14:24
Chipacaniemeyer: http://mirrors.kernel.org/ubuntu/pool/universe/s/shellcheck/shellcheck_0.4.4-2_amd64.deb14:24
niemeyerChipaca: Okay, so best route is likely to wait for cachio's PR to go in, so he doesn't need to fix that again (it's centralizing all package installs), and then it'll get included in the big image rebundling that I'll need to do for moving those installs out of the suite altogether14:26
Chipacaniemeyer: neat14:27
Chipacaniemeyer: this will make master fail right now14:27
Chipacabecause a number of things have crept in14:27
Chipacastill, easy to fix once we're there14:27
Chipacasome are actual bugs :-/14:27
=== chihchun_afk is now known as chihchun
=== mup_ is now known as mup
mupPR snapd#3506 opened: asserts: introduce NewDecoderWithTypeMaxBodySize <Created by pedronis> <https://github.com/snapcore/snapd/pull/3506>14:51
mvoChipaca: hey, zyga pointed me to you for this issue https://forum.snapcraft.io/t/edge-beta-revert-fails/1072 - he said you know more about this14:51
mvoChipaca: this will be a blocker for 2.2714:53
* Chipaca looks14:53
Chipacamvo: I think he confuses "it happened to me a lot and drove me bonkers" with "knows more"14:54
mvoChipaca: lol14:54
ogra_ogra@orangepi-zero:~$ snap list14:54
ogra_Name                     Version                   Rev   Developer  Notes14:54
ogra_core                     16-2.26.4+git245.a96842e  2212  canonical  -14:54
ogra_linux-generic-allwinner  4.11.0-7.12               x1               -14:54
ogra_orangepi-zero            16-0.1                    x1               -14:54
ogra_\o/14:54
Chipacamvo: but i thought he'd fixed this?14:54
pedronisI thought it was fixed as well14:54
mvoChipaca: well, he said he did but then he said he did not14:54
* Chipaca looks at his prs14:54
Chipacamvo: ah14:55
mvoChipaca: he said the wrong snap-update-ns is used, but I'm not fully understanding why, at this point current should still point to the "good" snap-update-ns from edge with his fix14:56
Chipacamvo: in what scenario is "current" the wrong one to use?14:56
mvoChipaca: in my failure scenario I go from edge to beta and edge is supposed to have the latest code but maybe something else is going on, I stumbled over this by accident I really want to test my seccomp-bpf work14:57
mvoChipaca: i.e. the latest code that contains the fix14:58
mupPR snapcraft#1316 closed: Run unit tests on Travis with mock armhf <Created by kalikiana> <Merged by elopio> <https://github.com/snapcore/snapcraft/pull/1316>15:27
=== chihchun is now known as chihchun_afk
mupPR snapd#3507 opened: many: backport of seccomp-bpf branch (#3431) to the 2.26 release <Created by mvo5> <https://github.com/snapcore/snapd/pull/3507>16:14
morphismvo, pedronis, niemeyer: where does snapd take the CA certificates from? Is it tied with openssl and the ca-certificates database for HTTPS access?16:22
morphisand I guess you don't use certificate pinning yet, right?16:22
=== cachio is now known as cachio_afk
ogra_ogra@localhost:~$ snap list16:40
ogra_Name                     Version                   Rev   Developer  Notes16:40
ogra_core                     16-2.26.4+git245.a96842e  2212  canonical  -16:40
ogra_linux-generic-allwinner  4.11.0-7.12               x1               -16:40
ogra_nanopi-neo               16-0.1                    x1               -16:40
ogra_and the next one :)16:40
=== wililupy_ is now known as wililupy
niemeyermorphis: I recall a recent change that moved CA lookup into the core snap17:01
morphisah!17:01
niemeyermorphis: It's been such a long time since we managed to get a release all the way into stable due to the revert issues being worked on that I don't know if that's there or not17:02
morphisniemeyer: I just have somebody who does certificate substituion on a proxy and wonders why things aren't working :-)17:02
morphishe claimed to have extended ca-certificates but if it's in the core snap that does help17:02
niemeyermorphis: Wait.. certificate substitution on a proxy?17:02
morphisdon't ask me, a bad idea17:03
morphiswhich will break anyway once we pin the certificates17:03
niemeyerYeah, we should probably do that sooner now that you mention it :)17:03
morphisniemeyer: hehe17:05
Chipacapedronis: if you're still there, what content type do you use for "a series of json documents"?17:14
Chipacaapplication/json-seq17:16
pedronisChipaca: we don't  anywhere17:19
pedronisatm, afaik17:20
niemeyerYeah, that sounds suspect17:20
pedroniswe return objects with arrays inside17:20
pedronisChipaca: what had you in mind?17:21
Chipacapedronis: streaming journalctl output17:22
pedroniswe don't stream json anywhere17:22
pedronisatm17:22
Chipacaright17:22
Chipacai think we'd looked into this a bit, but probably for long poll or whatever it's called17:23
=== jaggz- is now known as jaggz
Chipacaniemeyer: suspect how?17:25
pedronisChipaca: ah, we might have done something for u1db but it was fully adhoc I think17:27
pedroniswith our own mimetype17:27
=== cachio_afk is now known as cachio
mvomorphis: there is a PR that needs to be resurrected for cert pinning https://github.com/snapcore/snapd/pull/2316 - its mostly about how we distribute the cert updates at this point, probably via assertions but we need to flesh out details17:46
mupPR snapd#2316: store: add basic certificate pinning <Created by mvo5> <Closed by mvo5> <https://github.com/snapcore/snapd/pull/2316>17:46
ogra_erm17:53
ogra_ogra@nanopi-neo:~$ ps ax|grep user17:53
ogra_ 1742 ?        Ss     0:00 /lib/systemd/systemd --user17:53
ogra_we do spawn a --user session on core ?17:53
* ogra_ wonders why17:53
mupPR snapd#3508 opened: tests: shellcheck improvementes for lib scripts <Created by sergiocazzolato> <https://github.com/snapcore/snapd/pull/3508>18:20
* ogra_ glares at https://forum.snapcraft.io/t/certificate-substitution-and-snaps/1077 ... 18:50
ogra_i suspect we'd need the ability to add certificates to the core snap dynamically18:51
=== wxl_ is now known as wxl
pedronismvo: also wgrant had a counter proposal on that19:02
pedronisat the last sprint19:02
niemeyerpedronis: mvo isn't here19:25
niemeyerChipaca: It was just a dumb gut feeling which I shouldn't have mentioned.. it probably makes sense to do that if you want to stream logs19:26
Chipacaniemeyer: i agree it's weird and strange and i'm not super enamoured with it19:27
Chipacaniemeyer: but streaming json leaves few options19:27
Chipacaso, yeah19:27
mupPR snapcraft#1374 opened: tests: set up the spread execution in linode <Created by elopio> <https://github.com/snapcore/snapcraft/pull/1374>19:27
niemeyerChipaca: Yeah, I think it's nice.. it means we can have more interesting semantics through that pipeline19:27
niemeyerChipaca: We just need to be a bit careful to establish a nice pattern that can be reused for other cases soon19:28
niemeyerBut it's worth going over it19:28
Chipacasemantics, schmemantics, i want icecream19:28
Chipaca:-)19:28
Chipacabut, yes. consciously not working on it now though (hadn't realised my irc was still connected)19:29
niemeyerChipaca: It wasn't until recently :)19:29
mupPR snapd#3435 closed: interfaces: add password-manager-service implicit interface <Created by mvo5> <Closed by jdstrand> <https://github.com/snapcore/snapd/pull/3435>20:27
cachioChipaca, are you able to rerun the failed autopkgtest on there? https://github.com/snapcore/snapd/pull/349420:32
mupPR snapd#3494: tests: restart rng-tools services after few seconds <Created by sergiocazzolato> <https://github.com/snapcore/snapd/pull/3494>20:32
mupPR snapd#3494 closed: tests: restart rng-tools services after few seconds <Created by sergiocazzolato> <Merged by chipaca> <https://github.com/snapcore/snapd/pull/3494>21:07
mupPR snapd#3509 opened: tests: shellcheck improvements for tests/nested tasks <Created by sergiocazzolato> <https://github.com/snapcore/snapd/pull/3509>21:32
=== chihchun_afk is now known as chihchun
mupPR snapd#3510 opened: tests: shellcheck improvements for nightly upgrade and regressions tests <Created by sergiocazzolato> <https://github.com/snapcore/snapd/pull/3510>23:44

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