=== Laney is now known as Guest19654 === JanC_ is now known as JanC [06:27] Hi, was there any change in LP that it started to import comments from RH-BZs this morning [06:27] it seems still going on [06:27] I see many updates to old bugs for these updates [06:57] cpaelzer: from debian-devel [14:46:22] FYI, I'm going to be re-enabling the redhat-bugs LP bug tracker soon, so a whole bunch of bugs are going to get comment and status syncs from bugzilla.redhat.com [06:58] cpaelzer: so that was at about 12:46 UTC on Thursday [07:06] thanks ginggs [07:06] that would match my inbox [07:07] I like the feature in general, just wanted to understand why so many today - that makes sense now - so thanks ginggs for clarifying and thanks cjwatson for the feature [07:13] cpaelzer: Yes. We had somebody who actively wanted it, and it was only disabled due to a temporary problem at the RH end six years ago which we (collectively) forgot to follow up on once they fixed it. [07:14] All I did was a bit of cleanup. [07:50] Well, tbf the temporary problem lasted for about three years === JanC_ is now known as JanC === chihchun_afk is now known as chihchun [11:37] Hi [11:37] how do I build a cmae project on launchpad? [11:37] the debian/control is automatically generated by cpack [11:38] launchpad should just call cmake [11:39] Launchpad just calls dpkg-buildpackage; it's up to your packaging to call whatever the upstream build system is. If you use "dh" (see "man dh") then debhelper will normally make a reasonable guess. [11:45] cjwatson, what do you mean by "it's up to your packaging to call whatever the upstream build system is" [11:46] manuelschneid3r: Launchpad doesn't know or care whether you use cmake or autotools or anything else. That's all defined by debian/rules, normally using debhelper to do the hard work. [11:46] manuelschneid3r: It is up to debian/rules to do whatever is needed for your package. [11:52] manuelschneid3r: http://manpages.ubuntu.com/manpages/xenial/en/man1/dh.1.html has some short examples of rules files. The first rules file example there should detect cmake without any help, but you can add "--buildsystem=cmake" if it fails for some reason. You can then add override targets as shown to fix up any cases where the default behaviour is wrong. [11:53] manuelschneid3r: And you can test all this locally using (for example) sbuild; none of this is specific to Launchpad. [11:53] * cjwatson → lunch [13:05] supposing that ubuntu-keyring package didn't exist, how could i create the ubuntu-archive-keyring.gpg file using gpg/apt-key? [13:06] ie by fetching the key from the keyserver [13:06] i think it should be something like "apt-key adv --keyring /home/al/foo.gpg --no-default-keyring --keyserver keyserver.ubuntu.com --recv " [13:06] but i can't quite figure it out [13:08] nvm, got it... [13:24] what is the difference between /usr/share/keyrings and /etc/apt/trusted.gpg.d? [13:27] the latter is what apt actually looks at; it's configurable and is updated from the packaged (thus basically immutable) files in the former [13:28] well, actually /etc/apt/trusted.gpg is the one that's updated from /usr/share/keyrings/ [13:28] the .d one is there for non-default packages to drop things into [13:39] so apt shouldn't care about the contents of /usr/share/keyrings? [13:42] not directly; some packages' postinsts read files from there and push them into apt config [13:43] well, that's the problem i am trying to work around [13:43] i have two broken keyring packages... the first one is broken because it doesn't exist at all [13:43] the second one is broken because it installs a file into /usr/share/keyrings and then runs "apt-key add" from its postinst [13:43] can you explain how this relates to Launchpad? If it's related to Launchpad then presumably there's a build log somewhere that we could look at [13:44] oh, i'm in #launchpad? [13:44] you are [13:53] is there a debian bug equivalent of 'LP: #XXX' [13:53] in commit messages (git specifically) [13:55] smoser: Nothing I can point to as authoritative and consistent. It's going to depend on what's processing the commit messages. There do exist commit hooks on Debian git repositories that tag bugs as pending; I believe they generally use "Closes: #XXX", as in Debian changelogs. [13:56] hm ok. i dont crae for that in that its just not namespaced at all. [13:56] Not something I can fix for you. [13:56] no its not :) [13:56] thats fine, thanks. [13:56] If you aren't pushing to a repository with a relevant commit hook, then it doesn't really matter. [13:56] I've been known to use "Debian: #XXX" for instance. [13:56] yeah. thats what i was planning on doing. [13:56] thanks. [13:57] np === chihchun is now known as chihchun_afk === chihchun_afk is now known as chihchun === ahasenack is now known as andreas === JanC_ is now known as JanC [23:59] Quick question [23:59] Ask away [23:59] Is it possible to make a build recipe that uses both git and bzr repos?