/srv/irclogs.ubuntu.com/2020/07/06/#snappy.txt

mborzeckimorning05:07
pstolowskimorning07:09
zygagood morning07:12
zygasorry for being late, not feeling well07:13
pstolowskioh, sorry to hear07:13
mborzeckipstolowski: zyga: hey07:14
zygaI need a review for https://github.com/snapcore/snapd/pull/8977 to make progress on raa07:20
mupPR #8977: cmd/snap: track started apps and hooks <Created by zyga> <https://github.com/snapcore/snapd/pull/8977>07:20
zygait's almost entirely spread tests + tiny new feature in snap-ru07:21
zygarun07:21
mborzeckiquick errand, back in 30, and then i'll do a review of zyga's PR07:23
zygathank you07:23
* zyga tweaked his PR and goes to review top-to-bottom07:30
zygapstolowski: https://github.com/snapcore/snapd/pull/8976 fails on preseed tests07:31
mupPR #8976: snap-confine: don't die if a device from sysfs path cannot be found by udev (2.45) <Bug> <Created by stolowski> <https://github.com/snapcore/snapd/pull/8976>07:31
zygado you need to put something into the release branch to unbreak it?07:31
zygait seems unrelated to the change in the PR itself07:31
pstolowskizyga: oh... we have quite a bit of delta with master for these tests & lib/nested.sh :/07:37
zygahmm, making a point release could be difficult then07:37
pstolowskizyga: maybe we should disable them in release . might be painful if we update nested.sh07:38
zygaat the same time, the preseed test is pretty important07:38
pstolowskizyga: many changes in spread.yaml as well, it's all interconnected07:39
zygado you know why the existing test may have stopped working?07:40
pstolowskizyga: i'll investigate in a moment, but from a quick glance it seems to be core -> snapd snap transition that we fixed before in master07:43
pstolowskiafair it affected match rules in the tests & nested.sh helpers07:43
mborzeckire07:52
jameshmvo: I got around to testing out a scheme to share private fontconfig caches: https://forum.snapcraft.io/t/shared-fontconfig-cache-prototype/1866008:06
zygabrb08:07
zygajamesh: mvo is on a sprint this week08:07
jameshzyga: ah.08:07
zygahe's starting at around noon and has limited availability08:08
jameshzyga: you might be interested in the post too08:08
zyga(so roughly 3-4 hours later than usual to be in sync with US)08:08
zygayeah, I just opened it :)08:08
zygaI'm very interested, I had to rm -rf cache on my groovy system the other day08:08
zygabrb, need to fetch glasses from the other room08:09
jameshzyga: in particular: what are the chances of relaxing the restrictions on where content interface can mount stuff?08:09
zygajamesh: where do you need to mount stuff?08:09
jameshzyga: Ideally I'd like to do a content interface share mounted to /var/cache/fontconfig08:10
zygaI see08:10
zygalet me think, I think in theory content could behave more like layouts08:10
zygabut first, glasses08:10
mupPR snapd#8974 closed: spread.yaml: remove tests/lib/tools from PATH <Simple 😃> <Created by zyga> <Merged by mvo5> <https://github.com/snapcore/snapd/pull/8974>08:11
mupPR snapd#8976 closed: snap-confine: don't die if a device from sysfs path cannot be found by udev (2.45) <Bug> <Created by stolowski> <Merged by mvo5> <https://github.com/snapcore/snapd/pull/8976>08:11
mvozyga, jamesh good morning08:11
mvojamesh: oh, private caches! exciting!08:12
jameshTrying to combine content interface plus layouts didn't work because the layouts mount occurred first.  I just ended up with an empty directory on /var/cache/fontconfig08:12
pstolowskihi mvo!08:13
zygare08:15
zygamvo: hey :)08:15
mvohey pstolowski08:15
mvoanything I can help with that does not require too much brian power :) ?08:15
pstolowskimvo: who is brian? ;)08:15
mvobrain08:16
mvosee, that's my point :)08:16
pstolowski:)08:16
zygamvo: I wanted to ask you about https://github.com/snapcore/snapd/pull/8974 but you just merged woot!08:16
mupPR #8974: spread.yaml: remove tests/lib/tools from PATH <Simple 😃> <Created by zyga> <Merged by mvo5> <https://github.com/snapcore/snapd/pull/8974>08:16
zygathank you :)08:16
mvo:)08:16
mborzeckipstolowski: brian, the man called brian? ;)08:33
mborzeckizyga: https://www.jeffgeerling.com/blog/2020/uasp-makes-raspberry-pi-4-disk-io-50-faster08:38
mborzeckivia hackernews08:38
zygawoah08:38
zygathat's neat08:38
zygaonce I'm okay again and can work from the office I will get something like this for my 8GB PI408:39
mborzeckiok, on to the reviews08:42
mborzeckizyga: do you have a spread test for tracking where everything works and with v2?09:02
zygamborzecki: tracking is already tested in v209:02
zygacgroup-tracking shows this09:02
zygaraa is not tested here yet as I broke the patch so that overlord bits are not there yet09:02
zygabut the test for that exists in the other branc09:02
mborzeckizyga: the large branch right?09:03
zygawell, not so much anymore but yeah :)09:03
zygathe bigger branch09:03
mborzeckiok09:03
zygaafter this lands it will be quite small actually, mostly removals and small changes to overlord, and one last spread test09:03
zygathere's more later, mainly test coverage improvements09:03
zygafor hooks in particular09:03
mborzeckizyga: https://github.com/snapcore/snapd/pull/8977#pullrequestreview-44288386609:20
mupPR #8977: cmd/snap: track started apps and hooks <Created by zyga> <https://github.com/snapcore/snapd/pull/8977>09:20
mborzeckizyga: some tweaks, are the unit tests in the other branch too?09:20
zygamborzecki: lookig09:20
zygamborzecki: there are no more unit tests in the other PR09:20
zygamborzecki: yeah, about mocking, I wonder where those tests went, I think I wrote some but perhaps I didn't or perhaps they got lost somehow along the path09:22
zygamborzecki: thanks for the review, I'll finish pawel's service PR and get back to it09:22
mborzeckizyga: https://forum.snapcraft.io/t/snapd-for-aarch64-opensuse/1866309:30
zygathanks09:32
mupPR snapd#8979 opened: tests: more checks in core20 early config spread test <Test Robustness> <Created by stolowski> <https://github.com/snapcore/snapd/pull/8979>09:42
mvopstolowski: fwiw, 8960 has a conflict10:06
zygapstolowski: https://github.com/snapcore/snapd/pull/8960#pullrequestreview-44291459610:07
mupPR #8960: o/snapstate,servicestate: use service-control task for service actions (9/9) <Needs Samuele review> <Services ⚙️> <Created by stolowski> <https://github.com/snapcore/snapd/pull/8960>10:07
zygaI will park reviews and go back to https://github.com/snapcore/snapd/pull/897710:08
mupPR #8977: cmd/snap: track started apps and hooks <Created by zyga> <https://github.com/snapcore/snapd/pull/8977>10:08
pstolowskimvo: ah, on it, ty10:08
pstolowskizyga-x240: thanks for the review!10:20
mupPR snapd#8980 opened: tests: backport preseed test fixes to 2.45 <Test Robustness> <Created by stolowski> <https://github.com/snapcore/snapd/pull/8980>11:17
pstolowskizyga-x240: ^ this should fix the error you reported earlier11:20
pedronispstolowski: mborzecki: I updated #890611:23
mupPR #8906: asserts: introduce SequenceMemberAfter in the asserts backstores <validation-sets :white_check_mark:> <Created by pedronis> <https://github.com/snapcore/snapd/pull/8906>11:23
mborzeckipedronis: thanks11:23
pedronismborzecki: I'll do a follow up about 00111:23
pstolowskithanks, checking11:23
pedronisand 01011:23
zyga-x240pstolowski: thanks11:24
zyga-x240 brb11:54
=== ijohnson|pto is now known as ijohnson
ijohnsonhello folks12:00
zyga-x240ijohnson: hey12:07
ijohnsonhey zyga-x24012:07
pstolowskihi ijohnson !12:19
ijohnsono/ pstolowski12:20
=== ijohnson is now known as ijohnson|sprint
zyga-x240mborzecki: I've added tests to https://github.com/snapcore/snapd/pull/897712:39
mupPR #8977: cmd/snap: track started apps and hooks <Created by zyga> <https://github.com/snapcore/snapd/pull/8977>12:39
zyga-x240mborzecki: I'll do a pass over spread tests and comment suggestions after lunch/standup12:39
zyga-x240mborzecki: thanks, your comment helped to find a bug12:39
mborzeckizyga-x240: hm hm? where?12:43
mborzeckisnap run?12:43
zyga-x240yeah12:45
zyga-x240mborzecki: it's a subtle bug that wasn't screaming broken12:45
zyga-x240but testing uncovered it just ifne12:45
zyga-x240*fine12:45
pstolowskicachio: hey, #8558 has conflicts12:52
mupPR #8558: tests: make the nested library usable independently of spread <Created by sergiocazzolato> <https://github.com/snapcore/snapd/pull/8558>12:52
cachiopstolowski, checking, thanks12:56
zyga-x240hmm12:59
zyga-x240no standups?12:59
zyga-x240I don't see a standup in my calendar12:59
mborzeckino more standup link?12:59
zyga-x240I guess we can skip13:00
zyga-x240or do it here13:00
zyga-x240how do you guys feel about doing an IRC standup/13:00
cachiopstolowski, I'll need to apply some changes to this once #8942 is merged13:01
mupPR #8942: tests: support different images on nested execution <Created by sergiocazzolato> <https://github.com/snapcore/snapd/pull/8942>13:01
mborzeckizyga-x240: standup?13:01
zyga-x240mborzecki: where?13:02
zyga-x240mborzecki: there's no standup in the calendar13:02
pstolowskicachio: ah, ok, let's try to get #8942 in13:02
zyga-x240cachio: thank you for all the tooling improvements13:16
pstolowskicachio: i made a few comments to your PRs13:16
zyga-x240I know it's a lot of work but I really think those are important for the longevity of the testing code13:16
zyga-x240cachio: how would you feel about adding a test helper for the defer.sh/tac trick?13:20
cachiozyga-x240, it is ok13:20
zyga-x240I wanted to use it without repeating the code around13:20
cachioI'll add this to my todo list13:21
zyga-x240tests.cleanup perhaps13:21
cachioso I can start it after the snaps.sh migration is proposed13:21
cachiozyga-x240, nice, yes, makes sense13:21
mborzeckicmatsuoka: https://github.com/snapcore/snapd/pull/898113:51
mupPR #8981: boot, bootloader: query kernel command line of run mod and recovery mode systems <UC20> <Created by bboozzoo> <https://github.com/snapcore/snapd/pull/8981>13:51
cmatsuokamborzecki: ack, will check13:51
mborzeckiijohnson|sprint: ^^ if have the time between the meetings13:51
ijohnson|sprintmborzecki: nice I will add it to my queue, let's see how much time I have :-)13:52
mupPR snapd#8981 opened: boot, bootloader: query kernel command line of run mod and recovery mode systems <UC20> <Created by bboozzoo> <https://github.com/snapcore/snapd/pull/8981>13:53
=== msalvatore_ is now known as msalvatore
mborzeckicmatsuoka: ijohnson|sprint: thanks!13:58
pedronismborzecki: I had a prepare failure on centos 7 on my PR, is tht known?14:03
mborzeckipedronis: do you ahve the log?14:03
mborzeckipedronis: or which pr, and i can take a look14:04
pedronismborzecki: https://github.com/snapcore/snapd/pull/8906/checks?check_run_id=84124810314:04
mupPR #8906: asserts: introduce SequenceMemberAfter in the asserts backstores <validation-sets :white_check_mark:> <Created by pedronis> <https://github.com/snapcore/snapd/pull/8906>14:04
mborzeckipedronis: looks like somehting temporary14:05
zyga-x240mborzecki: updated https://github.com/snapcore/snapd/pull/897714:06
mupPR #8977: cmd/snap: track started apps and hooks <Created by zyga> <https://github.com/snapcore/snapd/pull/8977>14:06
mborzeckipedronis: other prepare jobs were successful, so maybe something with a particular mirror getting synced at the time of the request14:06
* zyga-x240 needs a moment for painkillers to work14:06
mborzeckipedronis: restarted the spread jobs in that pr14:07
mborzeckitime to run some errands14:22
mupPR snapcraft#3202 opened: build providers: fix base change warning message <Created by cjp256> <https://github.com/snapcore/snapcraft/pull/3202>14:22
mupPR snapcraft#3155 closed: storeapi: specify Content-Type for icon <Created by cjp256> <Closed by cjp256> <https://github.com/snapcore/snapcraft/pull/3155>14:42
* cachio lunch15:07
zyga-x240cachio: I have something for that now,15:11
zyga-x240cachio: I'll open a pull request in a minute15:13
mupIssue core18#161 closed: mknod: /home/ubuntu/core18/parts/boostrap/install/dev/null: Operation not permitted <Created by WillNilges> <Closed by WillNilges> <https://github.com/snapcore/core18/issues/161>15:39
mupIssue core18#162 opened: Beef up build instructions <Created by WillNilges> <https://github.com/snapcore/core18/issues/162>15:44
pedronismborzecki: the centos 7 problem seems more persistent my PR failed again15:51
pedronissame way15:51
mborzeckipedronis: can you make it non-required for now?15:53
pedronisI should be able to now15:53
mborzeckifunny, how prepare failed on one now, but all the tests run on the other nodes15:54
mborzeckibbiab15:54
=== the-mentor9011 is now known as the-mentor
pedronismborzecki: done15:57
mupPR snapd#8906 closed: asserts: introduce SequenceMemberAfter in the asserts backstores <validation-sets :white_check_mark:> <Created by pedronis> <Merged by pedronis> <https://github.com/snapcore/snapd/pull/8906>15:58
mupPR snapd#8982 opened: snapshots: export of snapshots <Created by slimjim777> <https://github.com/snapcore/snapd/pull/8982>16:18
mupPR snapcraft#3097 closed: colcon v2 plugin + ros2 extension <enhancement> <Created by cjp256> <Closed by cjp256> <https://github.com/snapcore/snapcraft/pull/3097>16:27
zyga-x240cachio: https://github.com/snapcore/snapd/pull/898316:32
mupPR #8983: tests: add tests.cleanup helper <Created by zyga> <https://github.com/snapcore/snapd/pull/8983>16:32
mupPR snapcraft#3203 opened: experimental ros2 extension & colcon v2 plugin <Created by cjp256> <https://github.com/snapcore/snapcraft/pull/3203>16:32
mupPR snapd#8958 closed: tests: nested test improvements from master (2.45) <Created by mvo5> <Closed by mvo5> <https://github.com/snapcore/snapd/pull/8958>16:33
mupPR snapd#8983 opened: tests: add tests.cleanup helper <Created by zyga> <https://github.com/snapcore/snapd/pull/8983>16:33
cachiozyga-x240, nice, I'll take a look16:43
mupPR snapcraft#3097 opened: colcon v2 plugin + ros2 extension <do-not-merge> <enhancement> <Created by cjp256> <https://github.com/snapcore/snapcraft/pull/3097>17:32
sdhd-saschahey, zyga, and anybody who mention ;-) how are you ?17:36
sdhd-saschazyga: is the merge ok enough? the unit-test stop with some pgp ...17:36
sdhd-saschamvo: how are you?17:37
sdhd-saschahi, alan_g - you generalist ... what do you today ?17:39
sdhd-saschasorry, i'm afk ...17:40
sdhd-saschazyga: look's like nobody talk to me.17:46
ograsdhd-sascha, there is a virtual company sprint going on i guess the whole snapd team is busy with that17:57
sdhd-saschaogra: thank you ;-) i didn't know17:57
ograwell, its an internal thing, usually not promoted to the outside world a lot17:58
sdhd-saschaogra: i had understood. But, you helped me. That is the cause, why  i said "thank you", to you ;-)17:59
ogra🙂17:59
sdhd-sascha:-)17:59
mvosdhd-sascha: yeah, what ogra said, busy in meetings :/ but nice to "see" you :)18:03
sdhd-saschame too, i feel the same ;-) (don't know why...)18:04
sdhd-saschai listen: https://www.youtube.com/watch?v=QRQwZDWz1Pw&t=4051s18:06
diddledanthat's my educational friendly to youngsters bit done for today ;-) https://github.com/dotnet/runtime/issues/163418:13
ograhah, teaching LD_PRELOAD to the masses !18:14
diddledanIKR!18:14
diddledanobviously by "very experienced developers" I'm referring to myself, because until I got going on Snapping stuff I was oblivious18:15
diddledanin my defence, I'm supposed to be a PHP dev :-p18:16
diddledanas in using PHP to dev, not writing the PHP language18:16
sdhd-saschamvo: you, didn't believe it! some guy want to programm a webserver from me. I know, i can do low-level with sockets... and i can do the other way.... (But really, i feel sucked, but that question.... I learned all my way ;-) )18:17
diddledansdhd-sascha: netcat into bash? ;-p18:18
sdhd-saschadiddledan: ;-) nice ... sometime i didn't know "nc" ;-)18:19
diddledanI've seen router firmwares running their webserver scripts as bash18:19
diddledanas in using bash for the application code18:20
mvosdhd-sascha: if you need a webserver, https://bazaar.launchpad.net/~snappy-dev/snappy-hub/go-example-webserver/revision/1 could be a starting point,18:20
sdhd-saschadiddledan: you mean, that bash as parent process is a problem? i only see such routers ? ...18:20
sdhd-saschamvo: no... i mean, some person, ask me to write a socket "daemon" .... (me?)18:21
diddledanogra, about fabrica, could it possibly be extended to use containers a la docker, you think? I've got snapcrafty building into images for all the supported architectures, which work with qemu-user-static on Githug actions, so I wonder if we could add them to fabrica too18:22
diddledan... they also spin up a real snapd and systemd inside them18:22
ograi surely wont reject patches 😉18:22
diddledanthe downside is you need to start the containers in --privileged mode18:23
ograwell, fabrica is a daemon18:23
ograthough it would require a lot of code to make it use docker or some other container system ... the current code is only lxd go stuff18:24
diddledanaye18:24
ograbut i indeed wouldnt refuse it 🙂18:25
* diddledan pops it on the toedoe list18:25
ograheh18:25
diddledansdhd-sascha, I meant that the scripts generating the HTML for the browser are BASH. you open your browser, go to the router page, the webserver executees some bash and returns the output18:27
diddledaninsert-exploit-here18:27
diddledanwho remembers shellshock? :-o those were fun times18:28
sdhd-saschadiddledan: ??? ok ??? i read alot how to exploit my router... but it isn't mine.... the owner is the telephonee company... so i do nothing!!!!18:29
ograi have a few toshiba flash-air cards here ... you can actually flash the OS on them through such an exploit and make them run a proper linux 😄18:29
sdhd-saschadiddledan: thank you ;-) i respect you ;-)18:29
sdhd-saschadiddledan: just soom boot"s ... i know ;-)18:30
zyga-x240re18:33
sdhd-saschaogra: i really want to know more of you knowledge ;-)18:33
diddledanallo zyga-x24018:35
sdhd-saschazyga-x240: why did you change your nick? And... ....18:35
zyga-x240I stopped using irccloud so I use separate nicknames for each machine18:35
sdhd-saschazyga-x240: really? what test at cannocial was it now ? and why, do you think?18:36
zyga-x240I don't understand your question, sorry18:37
sdhd-saschahere, at my place... i often use "rke" kubernetes installer... it works goood... but today, it says "no" ...18:37
sdhd-saschazyga-x240: no, problem...18:38
sdhd-saschazyga-x240: just, want say. That i respect you ;-)18:39
cachiozyga-x240, the #8973 is updated18:40
mupPR #8973: tests: moving journalctl.sh to a new journal-state tool <Created by sergiocazzolato> <https://github.com/snapcore/snapd/pull/8973>18:40
zyga-x240cachio: thanks, I'll check it out tomorrow though18:40
cachiozyga-x240, thanks18:40
zyga-x240I came to check the weird failures in some tests18:40
sdhd-saschazyga-x240: how are you weather today? we have small rain at 7. And the rest strong wind.... (But everybody is happy about the sun...)18:44
zyga-x240sdhd-sascha: it was rather cold most of the day with some rain starting in the late afternoon18:44
sdhd-saschazyga-x240: cold ? really ? can't beleave ... it was 20 degreee here...18:45
sdhd-saschaall the day...18:46
sdhd-saschazyga-x240: you are a good guy/people, for me at least ;-)18:47
zyga-x240thanks, I'm just trying to do my best :)18:47
sdhd-saschathat's why i say it ;-)18:47
zyga-x240cachio: something very wrong and weird happend18:48
sdhd-saschai just listen (or read) ;-)18:48
zyga-x240cachio: I think prepare/restore across the new "tools" suite is broken18:48
sdhd-saschazyga-x240: i know18:48
zyga-x240cachio: all of the failures can be summarized as "tests/bin" is either empty or not on PATH18:48
zyga-x240cachio: all of the tests pass in isolation, I'm trying a larger run now18:49
sdhd-saschacachio: is there no zyga left?18:50
cachiozyga-x240, are you talking about master?18:52
zyga-x240cachio: I don't know yet, I cannot understand how those things are failing18:52
zyga-x240I just ran a few of those tests one-by-one and they did not fail18:52
cachiozyga-x240, do you have a url with the errror?18:52
zyga-x240do you see any typos there?18:52
zyga-x240hmmm18:54
cachiozyga-x240, I'll try to reproduce18:54
zyga-x240cachio: wait a sec18:54
zyga-x240spread.yaml seems stale, maybe I haven't rebased this on recent master18:54
zyga-x240I see tests/lib/tools in PATH still18:54
zyga-x240maybe that's why?18:54
sdhd-saschai see typos... but i .... hmm. ... i wonder onllllllllly .... hmm .... i'm behind you and my strenght is for you ;-)18:55
zyga-x240trying again18:55
sdhd-sascha+49 15 15 5789 0 75218:56
sdhd-saschawhat, try again ?18:57
zyga-x240sdhd-sascha: hmm? what are you saying18:57
sdhd-saschazyga-x240: where are you from?18:58
zyga-x240sdhd-sascha: from Poland, why?18:59
sdhd-saschazyga-x240: sorry, for my question. (again) my grandparents was from slowakiya ... I'm love earth.19:01
sdhd-saschazyga-x240: can i visit you? maybe my skepticial wife ...19:04
zyga-x240cachio: I force-pushed without changes just after rebasing19:04
zyga-x240sdhd-sascha: I don't think so19:04
cachiozyga-x240, good19:04
zyga-x240sdhd-sascha: I'm totally not in shape right now and I don't know you that much to begin with19:05
mupPR snapcraft#3202 closed: build providers: fix base change warning message <bug> <Created by cjp256> <Merged by sergiusens> <https://github.com/snapcore/snapcraft/pull/3202>19:08
sdhd-saschaif cachio did you harm... than someone should stop him!!19:09
sdhd-saschathat, was not the last, what i send19:10
zyga-x240sdhd-sascha: ?!?19:10
zyga-x240what are you talking about19:10
sdhd-saschazyga-x240: and you? are  you ok ?19:11
zyga-x240sdhd-sascha: I'm not okay but my colleague cachio has nothing do with that, what made you think that?19:11
sdhd-saschawhy, did you mention "cachio" ? i',m try to be fair to anyone...19:12
mupPR snapcraft#3204 opened: Improvements to the flutter plugin <Created by kenvandine> <https://github.com/snapcore/snapcraft/pull/3204>19:13
zyga-x240sdhd-sascha: I'm talking to cachio about test failures in a pull request19:13
sdhd-saschazyga-x240: thank you. Your mention. Is better, then others!!!!19:17
sdhd-saschayesterday, on german tv, there was titanic.19:24
zyga-x240I'm stuck in bed with serious back problems, no TV for me19:26
sdhd-saschawhat back probs?19:26
sdhd-saschazyga-x240: if you give me a probLEM .... i solve it... maybe 3 weeks later....19:28
zyga-x240spinal cord herniation19:28
diddledanyeah, that's not gonna get fixed remotely ;-p19:28
sdhd-saschaoooh ;-) i try to translate...19:29
sdhd-saschahmmm...19:29
zyga-x240diddledan: I wish it could19:29
* diddledan files a spinal PR19:30
sdhd-saschai too:-) (Hope i understand)19:30
cachioheheheh19:30
diddledanyou need a rock band to give it a prod.. a spinal tap, if you will ;-p19:30
cachioI also have issues with my spine19:30
zyga-x240cachio: I'm sorry to hear that, I know the pain19:31
cachiozyga-x240, yes, but for sure it is not like you19:31
cachioI am going to the kinesioligist weekly19:31
cachiobecause of the pain19:31
cachiobut it is improving litle by litle19:32
cachiozyga-x240, I hope you will be better as well19:32
zyga-x240I hope so too19:32
* diddledan hugs everyone remotely19:32
zyga-x240:-)19:33
cachio:)19:33
sdhd-saschacachio: i know, it would different without "brexit" ...19:49
sdhd-saschaor did i say that to bad?19:50
sdhd-sascha@cachio i'mean i didn't wont to suppset you ;-)19:52
mupPR snapd#8984 opened: asserts: integer headers: disallow prefix zeros and make parsing more uniform <validation-sets :white_check_mark:> <Created by pedronis> <https://github.com/snapcore/snapd/pull/8984>20:04
zygacachio: mystery solved, I forgot to git add a file :)20:16
zygacachio: it will pass now, I opened the review20:16
sdhd-saschazyga: i just merge it. Should i think about it? Snapd is not my child?!... Should i understand all the source ?20:20
sdhd-saschahmm, sorry20:21
mupPR snapd#8985 opened: snap/validate.go: disallow snap layouts with new top-level directories <Bug> <Created by anonymouse64> <https://github.com/snapcore/snapd/pull/8985>20:39
=== Eighth_Doctor is now known as Eleventh_Doctor
=== Eleventh_Doctor is now known as Eighth_Doctor

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