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

=== JanC is now known as Guest15321
=== JanC_ is now known as JanC
=== chihchun_afk is now known as chihchun
mupPR snapd#3437 opened: tests: apt autoclean <Created by sergiocazzolato> <https://github.com/snapcore/snapd/pull/3437>05:15
=== chihchun is now known as chihchun_afk
=== chihchun_afk is now known as chihchun
=== chihchun is now known as chihchun_afk
=== chihchun_afk is now known as chihchun
zygagood morning!06:53
zygamvo: hey, did you see the resolution of the lock bug?06:53
iceyany idea why a snap would not list its aliases in `snap aliases`?06:53
zygaicey: that's something pedronis would know06:58
iceyto expand a bit, the app in the snapcraft.yaml hasthe alias listed (aliases: [rg]), but it isn't listed at all with the snap installed06:58
mvohey zyga - good morning07:01
mvozyga: yeah, looks like the root cause is found which is great07:01
mupPR snapd#3436 closed: tests: fix econnreset on staging <Created by fgimenez> <Merged by mvo5> <https://github.com/snapcore/snapd/pull/3436>07:03
mupPR snapd#3432 closed: tests: clean journalctl logs on trusty <Created by sergiocazzolato> <Merged by mvo5> <https://github.com/snapcore/snapd/pull/3432>07:04
mupPR snapd#3414 closed: tests: show available entropy on error <Created by fgimenez> <Merged by mvo5> <https://github.com/snapcore/snapd/pull/3414>07:12
mvomorphis: which PR did you asked me to review yesterday? sorry, forgot about it and want to do it now07:34
mvoapw: hey, good morning! are there any blockers for 2.26.4 into -propsed left? the artful arm build failure is fixed and afaics autopkgtests on artful are also happy07:52
morphismvo: hey!08:11
morphismvo: https://github.com/snapcore/snapd/pull/3365 and https://github.com/snapcore/snapd/pull/3222 are the most relevant ones08:12
mupPR snapd#3365: tests,packaging: add package build support for Fedora for our spread setup <Created by morphis> <https://github.com/snapcore/snapd/pull/3365>08:12
mupPR snapd#3222: many: fix test cases to work with different DistroLibExecDir <Created by morphis> <https://github.com/snapcore/snapd/pull/3222>08:12
morphismvo: where I would really like to get #3222 merged as its pending for nearly 1.5 months now08:12
mvoif someone could do a second review on #3348 that would be great08:12
mvomorphis: thanks, checking08:12
morphismvo: let me look at08:13
morphis#334808:13
mvomorphis: isn't 3365 blocking on a second gustavo review?08:13
morphismvo: it is08:14
morphismvo: both PRs are08:14
morphisbut I hope we can spot all minor things until he has time to look again08:15
mvomorphis: :) makes sense08:17
morphismvo: thanks for the review on the suse PR08:18
morphismvo: fixed the things you pointed out in https://github.com/snapcore/snapd/pull/340608:46
mupPR snapd#3406: tests,packaging: add package build support for openSUSE <Created by morphis> <https://github.com/snapcore/snapd/pull/3406>08:46
mvothanks morphis08:49
morphisnp08:52
* zyga will soon have time to do some reviews08:54
ChipacaTribaal: i like where (i imagine) you're going with your 'how to make a very simple deb package' post :-)09:01
zygaoookay09:13
* zyga has 93 patches09:13
mupPR snapd#3111 closed: snapd: initial implementation for systemd software watchdog for snapd <Created by mvo5> <Closed by mvo5> <https://github.com/snapcore/snapd/pull/3111>09:21
mvozyga: 93 patches for what?09:23
zygamvo: for allowing base declaration to be declared alongside each interface09:27
mvozyga: once you did that, I would love to talk about base-snaps and snap-confine, the next step for 3317 is snap-confine support09:29
zygaexcellent09:29
zygaho in 10 min?09:30
mvozyga: yeah, something like this, I'm in the middle of a branch myself, so make that ~15min :)09:33
apwmvo, so do i take it the build failure was triggered by an external artful specific issue which has been fixed and those builds retried ?09:41
Chipacapedronis: is this https://forum.snapcraft.io/t/auto-aliasing-and-duplicate-aliases/907 a question for you?09:42
mvoapw: correct, arm/armhf is now building with PIC by default and that required a non-change rebuild of apparmor, I did that and things are fine09:43
apwmvo, then no i don't think there are any blockers, and i'll go sort that out09:43
mvoapw: yay, thanks a lot!09:45
morphiszyga: can you add your PRs for snap-confine to https://forum.snapcraft.io/t/including-snapd-in-the-opensuse-factory-branch/863 ?09:46
zygamorphis: I haven't pushed them yet but I will do, I'm adding the last part of the base-policy work09:48
morphiszyga: didn't you push at least the spread test one?09:48
zygamorphis: then I'll have a call with mvo and then I'll resume snap-confine work, sorry for keeping you waiting09:49
morphisI am sure I saw one09:49
morphiszyga: np09:49
zygamorphis: ah, yes, that one landed I think09:49
* zyga looks09:49
pedronisChipaca: yes,  have bookmarked will answer to it09:49
Chipacapedronis: ok09:49
zygamorphis: done09:50
morphiszyga: thanks!09:51
zygaChipaca: hey, how to use http to POST some data to /v2/debug endpoint10:06
zygaChipaca: I try the naive "http snapd:///v2/debug '...'" but this fails on invalid header name10:07
Chipaca1 sec, let me try it here :-)10:07
zygaChipaca: should I redirect the actual input via < and make it look like a http request?10:07
zygaChipaca: I added a new debug method and I want to play with it10:07
zygaChipaca: if you can post things like "ensure-state-soon" that's enough10:07
zygaChipaca: ah, I got it10:08
Chipacazyga: http snapd:///v2/debug action=ensure-state-soon10:08
zyga:D10:09
zygathanks!10:09
Chipacanp!10:09
zygaI used more brute force way10:09
zyga<< EOF10:09
zygaand then I typed the JSON10:09
Chipacayes, that also works10:09
Chipacabut http knows about json body POSTs10:09
Chipaca:-)10:09
mvozyga: I need to have lunch soon, so we need to postpone the HO10:09
zygamvo: sure10:09
mupPR snapd#3438 opened: daemon: make snapd a "Type=notify" daemon and notify when startup is done <Created by mvo5> <https://github.com/snapcore/snapd/pull/3438>10:09
zygamvo: I'm in the HO for some time, just join me when you can :)10:09
=== ogra_ is now known as ogra
zygamvo: one more thing11:01
zygamvo: to get base snaps to work on core systems we will need to treat them the same way as we do on classic11:02
zygamvo: with pviot root and what not11:02
zygamvo: (which is actually nice)11:02
zygamvo: I won't make that change today11:02
Saviqhey all, any idea where did https://developer.ubuntu.com/snappy/guides/mir-snaps go?11:04
ograSaviq, i think davidcalle was working on getting it back11:08
zygamvo: ok, I have a branch with the --base snap option11:11
zygamvo: now to glue it to snap-exec11:11
zygamvo: did you land your branch that adds information about the base snap to snap info?11:11
zygamvo: ^ pushed as 343911:18
zygamvo: let's land your earlier branch and iterate11:18
mupPR snapd#3439 opened: cmd/snap-confine: add support for --base snap <Created by zyga> <https://github.com/snapcore/snapd/pull/3439>11:19
davidcalleSaviq: should be online by EOD or tomorrow11:45
zygamvo, Chipaca: can you please +1 a trivial 344011:58
zygaI'll merge it when it goes green, I have some stuff I want to propose on top11:58
mupPR snapd#3440 opened: interfaces: move base declaration to the policy sub-package <Created by zyga> <https://github.com/snapcore/snapd/pull/3440>11:59
mupPR snapcraft#1314 closed: catkin plugin: add support for rosinstall files <Created by kyrofa> <Merged by sergiusens> <https://github.com/snapcore/snapcraft/pull/1314>12:00
pedronisChipaca: I tried to answer12:01
mupPR snapcraft#1357 opened: tests: do not break a systems `bzr whomai` <Created by sergiusens> <https://github.com/snapcore/snapcraft/pull/1357>12:03
* Chipaca ~> lunch12:08
morphismvo: looks like we don't have .vendor.tar.* tarballs for the 2.26.4, right?12:15
morphisonly see one for 2.26.1 on https://github.com/snapcore/snapd/releases12:15
jdstrandogra: hi! friendly ping that 4.4.0-79 is out for bbb12:16
ograjdstrand, friendl pong that edge already has the new package ;)12:16
jdstrandI see it is in edge (nice!)12:16
ogra(waiting for my bbb to auto-upgrade12:16
ogra)12:16
jdstrandah12:16
ogra(because i want to test something alongside)12:16
jdstrandogra: curious if edge is auto-uploaded?12:16
ograonce i see it boots i'll push it to the other channels12:17
ograyeah, it is12:17
jdstrandnice12:17
ograwith my work on split-initrd i plan to re-ork the whole process to actually use build.snapcraft.io though12:17
ogra*re-work12:17
ograand move linux-generic-bbb to GH12:18
mvomorphis: 2.26.4 is missing indeed, I take care of it today12:18
morphismvo: thanks!12:18
zygaChipaca, pedronis: 3441 is for you12:19
mupPR snapd#3441 opened: cmd,daemon: add debug command for displaying the base policy <Created by zyga> <https://github.com/snapcore/snapd/pull/3441>12:19
mvozyga: re one more thing> indeed, it will behave like on classic right now12:19
zygamvo: yes, I agree12:19
mvozyga: ta12:20
mvozyga: and thanks for the branch!12:20
zygamvo: I think it's not a big deal (less code actually) but some stuff will need to change12:20
mvozyga: I check it out now12:20
zygamvo: I will do that but not today, I need to work on stuff for openSUSE for morphis first12:20
zygamvo: and then I want to return to the core/base snap staleness issue12:20
zygamvo: but if you are blocked by anything please ping me, it should be easy :)12:20
mvozyga: yeah, I think we need richer yam (as we talked about) in the medium term12:20
mvozyga: no worries, thanks! lets aim for EOW for some progress with bases12:21
zygamvo: I'm pretty sure we can run stuff today if you land your other branch that has the name of the base snap in snap info, and pull the base snap on install12:21
zygamvo: I can quickly patch snap run to pass --base next12:21
mvozyga: no worries, I can do the --base PR12:22
mvozyga: I will also need to look at some 2.26.4 releated release work :/12:22
zygaoh? more fun?12:23
mvozyga: yeah, need to investigate a potential trusty bug12:24
zygamvo: oh, anything I can help with?12:24
zygamvo: is it related to rshare of /snap/12:24
mvozyga: the snap confine profile rewrite is looking for "snap.confine.real" but on trusty it looks like we don't call it .snap-confine.real :/12:26
mvozyga: andy spotted this while reviewing the diff12:26
zygamvo: oh, interesting12:28
mvozyga: I have not looked at the details yet, I will finish 3438 and continue then12:28
zygamvo: I changed that later to always call it .real12:28
zygamvo: at least in testing12:28
zygamvo: but hmm hmm, indeed12:28
mvozyga: plus it looks like a test for this is missing or incorrect (in spread)12:28
zygamvo: are you talking about maintainer script or the code in snapd that relates to core and reexec12:28
mvozyga: feel free to grab it if you want :)12:28
mvozyga: core and re-exec12:29
mvozyga: but like I said, I have not looked into the details yet, just got word from andy that it may be fishy12:29
zygamvo: hmm, but isn't the core always 16.04 so the profile name is fixed?12:29
zygaaha12:29
zygaI'm jumping into a slot of calls, I can look with you after the standup12:29
mvozyga: aha, indeed, i think you are right, will double check12:33
mupPR snapd#3412 closed: tests: fix for snapd-reexec test cheking for restart info on debug log <Created by sergiocazzolato> <Merged by mvo5> <https://github.com/snapcore/snapd/pull/3412>12:56
Saviqdavidcalle, thanks12:59
ChipacaHO is having one of those days it seems13:07
didrocksjdstrand: hey, I'm having a weird issue/question on apparmor vs desktop snap13:42
didrocksjdstrand: so, there are some theme properties (like dark theme) which are in a file ~/.config/gtk-3.0/settings.ini13:42
didrocksit's basically gtk-application-prefer-dark-theme=113:43
didrocksI was going to test before adding access to that file in the unity7 interface13:43
didrocksthe snap is a confined one (gtk3-demo), which has the home plug. I create a symlink at launch in SNAP_USER_DATA/.config/gtk-3.0/settings.ini13:43
didrocksif I snap run --shell13:43
didrocksand $ cat $SNAP_USER_DATA/.config/gtk-3.0/settings.ini13:44
didrockscat: /home/didrocks/snap/gtk3-demo/x1/.config/gtk-3.0/settings.ini: Permission denied13:44
didrocksas expected (as you told, .* are forbidden by default in the apparmor profile)13:44
didrockssame with direct cat /home/didrocks/.config/gtk-3.0/settings.ini13:44
didrockshowever, running gtk3-demo, it applies the dark and white themes based on that file!13:45
didrocksif gtk-application-prefer-dark-theme=1 in settings.ini -> running gt3-demo -> dark13:45
didrocksif gtk-application-prefer-dark-theme=0 in settings.ini -> running gt3-demo -> white13:45
didrocksand that's the only thing I change!13:45
didrocksI'm wondering how come I can't cat it, but in some way, gtk is able to read it (and wonder if we don't have some security apparmor profile issues)13:46
=== cpaelzer_ is now known as cpaelzer
zygadidrocks: reading is done differently than writing in gsettings, no?13:55
didrockszyga: this isn't gsettings, it's a plain file13:57
didrocks(that's why I'm giving file path above, not gsettings schema path ^)13:57
zygadidrocks: can you show the apparmor denial you are getting?13:58
didrockszyga: there is none in sudo snappy-debug.security scanlog13:58
didrockswhen launching gtk3-demo14:00
didrocksbut if I cat in snap run gtk3-demo --shell, I'm getting the expected:14:00
didrocksLog: apparmor="DENIED" operation="open" profile="snap.gtk3-demo.gtk3-demo" name="/home/didrocks/.config/gtk-3.0/settings.ini" pid=21903 comm="cat" requested_mask="r" denied_mask="r" fsuid=1000 ouid=100014:00
didrocksFile: /home/didrocks/.config/gtk-3.0/settings.ini (read)14:00
zygadidrocks: dmesg | grep DENIED14:00
zygaaha14:00
zygaright14:00
didrocksso, basically, gtk has access to this file content, which sounds weird…14:01
zygadidrocks: note that dot-files in the real home are forbidden14:03
zygadidrocks: but in the remapped home you can do anything14:03
morphismvo: updated https://github.com/snapcore/snapd/pull/322214:04
mupPR snapd#3222: many: fix test cases to work with different DistroLibExecDir <Created by morphis> <https://github.com/snapcore/snapd/pull/3222>14:04
didrockszyga: yes, but that doesn't explain why gtk3 can read the original file in real ~/ though14:04
zygais it getting that via dbus perhaps?14:05
didrocksnope14:05
didrocksas told above, the only change is done via that file between 2 launchs that are applied14:05
zygawell, that doesn't rule out dbus14:05
didrockszyga: no, it can clearly access the file14:10
didrocks[pid 22370] access("/home/didrocks/.config/gtk-3.0/settings.ini", F_OK) = 014:11
didrocks[pid 22370] open("/home/didrocks/.config/gtk-3.0/settings.ini", O_RDONLY) = 1014:11
jdstranddidrocks: it sounds like the one where it reads the file is not running under confinement14:17
jdstranddidrocks: how are you launcing it? when it is running, what does 'ps auxwwZ' tell you the profile name is for that process?14:18
didrocksjdstrand: ohhhhhhhhhhhhhhhh, sorry to have bothered you, the snap path is still after the system one, well, scratch that…14:19
jdstrandheh, that would do it :)14:20
didrocksjdstrand: I was soooooooooooooooo puzzled14:21
jdstrandhehe :)14:21
TribaalChipaca: shhhh don't spill the beans about my master plan (yet) :)14:23
cachio_zyga, I left  a comment on https://github.com/snapcore/snapd/pull/343314:41
mupPR snapd#3433: tests: restoring the /etc/environment and service units config for each test <Created by sergiocazzolato> <https://github.com/snapcore/snapd/pull/3433>14:41
cachio_zyga, in the state dir we can store the snapd state, and also en env file and other stuff that could be needed independently14:44
mvomorphis: do you have a suse or fedora vm where snapd is not started by default? if you run there: "snapctl is-active snapd.service", what output do you get?14:57
mvozyga: or you maybe -^ ?14:59
psftwis there an official AMI or method to produce one for ubuntu core?15:01
psftwI've googled a bit and saw this was announced in 2014, but couldn't actually find an AMI today15:02
Pharaoh_Atemmvo: why do we use /etc/environment for the snapd units in Ubuntu?15:03
Pharaoh_Atemin Fedora, we use /etc/sysconfig/snapd15:04
Pharaoh_Atem(if it exists)15:04
Pharaoh_Atemthe Debianish counterpart would be /etc/default/snapd15:04
Pharaoh_Atem(though imo, /etc/default is a horrible name for this directory and what it does)15:05
morphismvo: let me check15:06
mvoPharaoh_Atem: this is used for a systemd environment, a typical use case is a system-wide proxy environment. its typically set there on debian/ubuntu. is /etc/environment not used in fedora at all?15:07
mvomorphis: thank you15:07
Pharaoh_Atemmvo: it exists, it's just empty15:07
Pharaoh_Atemin Fedora, we don't really use it15:07
morphismvo: https://paste.ubuntu.com/24801073/15:08
mvoPharaoh_Atem: if someone wants to configure a systemwide proxy (e.g. via http_proxy=http://proxy.internal) - whats the typcial way to do that?15:08
cachio_zyga, at the end I am implementing what you suggested15:08
mvomorphis: thank you15:08
morphismvo: that is on opensuse15:08
Pharaoh_Atemmvo: you can set that in NetworkManager15:09
Pharaoh_Atemit applies network wide15:09
ChipacaPharaoh_Atem: how?15:09
mvoPharaoh_Atem: do people use this on server too via nmcli? mostly curious15:09
Pharaoh_Atemmvo: Yep15:09
Pharaoh_Atemit's the preferred way to manage networking since RHEL 7 / Fedora 1615:09
ChipacaPharaoh_Atem: i mean, how does it set things "network wide", such that e.g. curl picks it up?15:10
mvoPharaoh_Atem: thank you! yeah, my next question is the one that Chipaca already asked, i.e. what do we need to do in snapd to honor this :)15:10
Pharaoh_Atemafaik, it's exposed via pacrunner?15:10
Pharaoh_Atemand libproxy15:11
Pharaoh_Atemand a few other means15:11
mvoPharaoh_Atem: thanks, sounds like we need to research that a bit deeper then, we definitely want to have seamless proxy support for nm15:13
Pharaoh_AtemI moved the snapd units to read /etc/sysconfig/snapd because you can set things other than proxy stuff to have snapd process it15:14
Pharaoh_Atemand since snapd doesn't support a config file, it's the best I have15:14
* mvo nods15:16
Chipacawe'll have a config file someday15:16
Chipaca… but not today15:17
Pharaoh_Atemmvo: not to mention, I can also forbid things other than snapd from manipulating the file15:17
Pharaoh_Atemthrough SELinux (or in your case, AppArmor)15:17
mvoPharaoh_Atem: heh, indeed!15:17
Pharaoh_Atemthe SELinux policy module already does this by default for distros that use /etc/sysconfig (RH, SUSE, Gentoo, Arch) and /etc/default (Debian, Ubuntu)15:18
* Pharaoh_Atem wishes /etc/default was renamed to /etc/sysconfig, as he thinks it's more accurate in purpose15:18
mupPR snapd#3440 closed: interfaces: move base declaration to the policy sub-package <Created by zyga> <Merged by zyga> <https://github.com/snapcore/snapd/pull/3440>15:32
zygacachio_: thanks, I'll chek that out15:34
morphisPharaoh_Atem: btw. you made any progress on snap-mgmt.sh?15:34
zygamvo: let me check15:34
zygamvo: I'm typing from suse :)15:34
morphisPharaoh_Atem: mvo brought this up at https://forum.snapcraft.io/t/share-code-between-debian-postrm-purge-and-snap-mgmt-sh/915/2 earlier today15:34
Pharaoh_Atemmorphis: I made changes but no one tested to tell me if it's all good yet15:34
Pharaoh_Atemmorphis: I submitted updates to snapd in Fedora that have been sitting in updates-testing with more changes15:35
morphisPharaoh_Atem: ah nice! based on 2.26.4?15:35
Pharaoh_Atemnot yet15:35
Pharaoh_AtemI wanted to know whether snap-mgmt.sh does all the things right first15:35
Pharaoh_Atemif there's something to fix, I was going to bundle it with snapd 2.26.4 update15:36
Pharaoh_Atemsnapd-2.26.3-3.fc{24,25,26} is the current build15:36
Pharaoh_Atemthe last time you gave me feedback was a month ago15:36
zygapedronis: hey, I'm looking at the assertion response but I think it was actually easier first time around15:38
zygapedronis: it seems that now I cannot just use Client().Debug() as I need to poke at headers and fire a custom decoder15:38
morphisPharaoh_Atem: hm, then I forgot to press the button15:38
zygapedronis: where all I want is the simple string for security team to review15:38
morphisbut I've tested 2.26.3 and it was working but left an empty /var/lib/snapd dir15:38
zygapedronis: I adapted the code to load assertion from the state as suggested15:38
zygapedronis: am  I missing something simple that lets me just access the response data as-is?15:39
Pharaoh_Atemmorphis: even 2.26.3-3?15:39
morphiszyga, mvo, Pharaoh_Atem: can you guys give a vote on https://github.com/snapcore/snapd/pull/3365 by your EOD?15:40
mupPR snapd#3365: tests,packaging: add package build support for Fedora for our spread setup <Created by morphis> <https://github.com/snapcore/snapd/pull/3365>15:40
morphisPharaoh_Atem: hm, let me power up my fedora VM and check15:40
coreycbis there any way to share files among different parts in a snap?  for example I want to use the dump plugin to dump patches. and then in another part use those patches to patch upstream code.15:40
zygamorphis: maybe, I'll try :/15:40
=== chihchun is now known as chihchun_afk
coreycbok i answered my question. yes it's possible to share files amoung parts. was having trouble getting it going due to my own error.16:06
mupPR snapd#3442 opened: snap: ensure security polices are re-created <Created by mvo5> <https://github.com/snapcore/snapd/pull/3442>16:09
=== mpt_ is now known as mpt
* zyga feels so-so and goes back to sleep16:37
pedroniszyga: sorry, I forgot about Client.Debug, what you were doing make sense, though you probably want to add a level more of indirection16:38
pedronis{"base-declaration": ... } or something16:38
cachio_zyga, change pushed16:49
cachio_zyga, question, how do you usually set a dependency between branches?16:50
Chipacaso... i have a first pass at the services branch16:56
Chipacahttps://github.com/snapcore/snapd/compare/master...chipaca:snap-services16:56
Chipacaone thing i'm unsure about16:56
Chipacais the lack of overlord in that code :-)16:56
Chipacaniemeyer: is that ^ how you imagined it working, or were you thinking that this would happen via tasks?16:56
niemeyerChipaca: Sounds like we can start without tasks, and move there if/when we need to16:57
Chipacaniemeyer: excellent17:11
Chipacabut now eod17:11
=== JanC_ is now known as JanC
morphisPharaoh_Atem: 2.26.3-3 still gives me the empty /var/lib/snapd17:26
Pharaoh_Atemanything in the logs that indicate why?17:26
morphisniemeyer: you have time to approve https://github.com/snapcore/snapd/pull/3365 today?17:27
mupPR snapd#3365: tests,packaging: add package build support for Fedora for our spread setup <Created by morphis> <https://github.com/snapcore/snapd/pull/3365>17:27
morphisPharaoh_Atem: not really17:27
=== chihchun_afk is now known as chihchun
morphisPharaoh_Atem: will have a more close look tomorrow morning17:30
Pharaoh_Atemokay, cool, thanks17:30
kyrofasdrobertw, I know how that goes! Thanks for keeping me on the loop :)17:33
kyrofasdrobertw, the idea was raised to put the series on https://www.96boards.org/projects/ . What do you think?17:34
sdrobertwThere is an AWS live stream going on right now (around IoT) for anyone who is interested: https://live.awsevents.com/IoTevent17:36
ograjdstrand, https://dashboard.snapcraft.io/dev/snaps/7788/rev/1/ one for you :)17:40
ogra(finally an ubuntu core board with proper SATA and gigabit ethernet ;) )17:41
ogra(and it uses linux-generic-bbb!)17:41
jdstrandogra: done18:26
ograwhee !18:27
ograi guess auto-approavl only after the next review-tools update as usual ?18:27
niemeyermorphis: Yes, I can look again18:28
niemeyermorphis: What's the status there?  I've seen conversations about it in the last couple of days18:28
jdstrandogra: yes. I updated the tools, but ping me until it auto-updates18:29
jdstrand(we need a store sync)18:29
ograjdstrand, no hurry, i'm fine with waiting18:29
sdrobertwkyrofa: would love to have the series on project page.18:34
sdrobertwkyrofa, is there any way you could send me an email with all links/resources consolidated into one place? robert.wolff@linaro.org18:35
sdrobertwThis would make things much easier for me18:36
kyrofasdrobertw, sure, though that sounds like the stuff that will be contained in the pull request I make to get it into projects. Want me to just do that?18:37
kyrofa(happy to send an email as well)18:38
sdrobertwkyrofa: sure! That work just fine actually. Please let me know if I can help with anything. You will be second person to test this process.18:41
sdrobertwIt is all very new18:42
kyrofasdrobertw, seems well-documented so far18:42
sdrobertw:)18:42
niemeyermorphis: LGTM... tests are broken with an error that seems real18:46
morphisniemeyer: yeah saw that already, comes from a merge with master, will fix tomorrow19:15
morphisniemeyer: thanks!19:16
niemeyermorphis: np, and thanks for pushing it forward19:46
=== chihchun is now known as chihchun_afk
sergiusens_niemeyer: hey, if you are still on, can I get your insight on this one https://forum.snapcraft.io/t/snapcraft-build-on-hint-for-builders/939?u=sergiusens ? I am trying to be future proof here and the build.snapcraft.io guys are interested in this to start supporting more arches out of the box21:19
=== sergiusens_ is now known as sergiusens
=== akash_ is now known as akash
=== psftw_ is now known as psftw
=== TinoGuest_ is now known as TinoGuest
=== cargonza_ is now known as cargonza
=== diddledan_ is now known as diddledan
=== tvoss_ is now known as tvoss
=== ulkesh_ is now known as ulkesh
mupPR snapcraft#1349 closed: plugins: clarify wording of cross-compilation unsupported error <Created by kalikiana> <Merged by sergiusens> <https://github.com/snapcore/snapcraft/pull/1349>22:13
mupPR snapcraft#1356 closed: common: find data files via sys.prefix <Created by kyrofa> <Merged by sergiusens> <https://github.com/snapcore/snapcraft/pull/1356>22:28

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