=== balloons is now known as Guest62641 [06:28] * doko welcomes Laney into the club of empty library package uploaders === balkamos_ is now known as balkamos === athairus is now known as athairuzzz [08:56] cjwatson: ♥ thanks very much! [11:42] cjwatson, hmm, i have some weird differentce in building snaps locally vs building them on LP (http://paste.ubuntu.com/12573213/ vs https://launchpadlibrarian.net/218891649/buildlog_snap_ubuntu_vivid_amd64_wget_BUILDING.txt.gz both install different sets of packages for the same snapcraft.yaml) ... what would i file that against, snappy or LP ? [11:43] s/snappy or/snapcraft or/ === _salem is now known as salem_ === salem_ is now known as _salem [13:20] ogra_: I *think* that's snapcraft's fault for not explicitly setting whether it wants to follow Recommends or not [13:21] yeah, smells a bit like recommends [13:21] * ogra_ will file against snapcraft [13:21] ogra_: The difference is whether it follows wget Recommends: ca-certificates [13:21] ah [13:22] And it doesn't set it explicitly, so it depends on the apt environment it's run it [13:22] *run in [13:22] yeah [14:11] hello ogra_, I remember you from the snappy open house [14:13] :) [14:22] ogra_: That open house is what really showed me that anybody can be part of a team, and that is what got me started with where I am. I currently do QA and soon Development for Lubuntu. Pass along a thanks for me, as that really showed me the way. [14:23] this is awesome to hear :) [14:25] ogra_: If you wanna have a somewhat informal chat, I am either in ##tsimonq2, #lubuntu-offtopic, or #phillw. Don't be afraid to stop by either of those and say hi! :) [15:34] doko: It's a pretty exclusive club. Which library did he break? :) [15:35] socket++ [20:20] pfft, gcc5 uploads, nothing *real* then :) [21:47] apw: ping [22:08] Hello, how I can build only one flavor regarding a .deb kernel package via launchpad ? I'm using git to configure the kernel, I have created a new flavor , I can build this flavor without problems, but I cannot exclude any other(flavor). [22:08] My propose is to minimize the building time, by removing any not required flavors. === not_phunyguy is now known as phunyguy [22:09] I have removed some files from debian.master/config , debian.master/control.d/, also modified debian.master/rules.d/amd64 and i386, but apparently this is not the right way. I guess I need to modify some scripts as well, but I don't know what scripts. [22:10] Here is a build fail log that might help: https://launchpadlibrarian.net/218918782/buildlog_ubuntu-trusty-amd64.linux_4.2.1-999.2015Sep26_BUILDING.txt.gz [22:18] NikTh: I usually use something like: "fakeroot debian/rules skipabi=true skipmodules=true flavor=lowlatency binary" [22:54] TJ-: Thanks for answering. I have already configured these parameters inside amd64.mk and i386.mk . There is no problem with abi and modules. Where can I configure the flavor ? I'm not using this command, I'm building the appropriate files and upload them in launchpad. [22:56] NikTh: you'd need to grep for it then; I build the packages to ensure the entire process is successful