/srv/irclogs.ubuntu.com/2017/10/27/#launchpad.txt

=== Laney is now known as Guest19654
=== JanC_ is now known as JanC
cpaelzerHi, was there any change in LP that it started to import comments from RH-BZs this morning06:27
cpaelzerit seems still going on06:27
cpaelzerI see many updates to old bugs for these updates06:27
ginggscpaelzer: from debian-devel [14:46:22] <cjwatson> 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.com06:57
ginggscpaelzer: so that was at about 12:46 UTC on Thursday06:58
cpaelzerthanks ginggs07:06
cpaelzerthat would match my inbox07:06
cpaelzerI 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 feature07:07
cjwatsoncpaelzer: 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:13
cjwatsonAll I did was a bit of cleanup.07:14
wgrantWell, tbf the temporary problem lasted for about three years07:50
=== JanC_ is now known as JanC
=== chihchun_afk is now known as chihchun
manuelschneid3rHi11:37
manuelschneid3rhow do I build a cmae project on launchpad?11:37
manuelschneid3rthe debian/control is automatically generated by cpack11:37
manuelschneid3rlaunchpad should just call cmake11:38
cjwatsonLaunchpad 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:39
manuelschneid3rcjwatson, what do you mean by "it's up to your packaging to call whatever the upstream build system is"11:45
cjwatsonmanuelschneid3r: 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
cjwatsonmanuelschneid3r: It is up to debian/rules to do whatever is needed for your package.11:46
cjwatsonmanuelschneid3r: 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:52
cjwatsonmanuelschneid3r: And you can test all this locally using (for example) sbuild; none of this is specific to Launchpad.11:53
* cjwatson → lunch11:53
ali1234supposing that ubuntu-keyring package didn't exist, how could i create the ubuntu-archive-keyring.gpg file using gpg/apt-key?13:05
ali1234ie by fetching the key from the keyserver13:06
ali1234i think it should be something like "apt-key adv --keyring /home/al/foo.gpg --no-default-keyring --keyserver keyserver.ubuntu.com --recv <fingerprint>"13:06
ali1234but i can't quite figure it out13:06
ali1234nvm, got it...13:08
ali1234what is the difference between /usr/share/keyrings and /etc/apt/trusted.gpg.d?13:24
cjwatsonthe latter is what apt actually looks at; it's configurable and is updated from the packaged (thus basically immutable) files in the former13:27
cjwatsonwell, actually /etc/apt/trusted.gpg is the one that's updated from /usr/share/keyrings/13:28
cjwatsonthe .d one is there for non-default packages to drop things into13:28
ali1234so apt shouldn't care about the contents of /usr/share/keyrings?13:39
cjwatsonnot directly; some packages' postinsts read files from there and push them into apt config13:42
ali1234well, that's the problem i am trying to work around13:43
ali1234i have two broken keyring packages... the first one is broken because it doesn't exist at all13:43
ali1234the second one is broken because it installs a file into /usr/share/keyrings and then runs "apt-key add" from its postinst13:43
cjwatsoncan 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 at13:43
ali1234oh, i'm in #launchpad?13:44
cjwatsonyou are13:44
smoseris there a debian bug equivalent of 'LP: #XXX'13:53
smoserin commit messages (git specifically)13:53
cjwatsonsmoser: 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:55
smoserhm ok. i dont crae for that in that its just not namespaced at all.13:56
cjwatsonNot something I can fix for you.13:56
smoserno its not :)13:56
smoserthats fine, thanks.13:56
cjwatsonIf you aren't pushing to a repository with a relevant commit hook, then it doesn't really matter.13:56
cjwatsonI've been known to use "Debian: #XXX" for instance.13:56
smoseryeah. thats what i was planning on doing.13:56
smoserthanks.13:56
cjwatsonnp13:57
=== 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
QwertyChouskieQuick question23:59
luk3yxAsk away23:59
QwertyChouskieIs it possible to make a build recipe that uses both git and bzr repos?23:59

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