/srv/irclogs.ubuntu.com/2017/03/17/#launchpad.txt

=== JanC is now known as Guest79577
=== JanC_ is now known as JanC
=== chihchun_afk is now known as chihchun
acagastyaHello, can anyone help me? I can't obtain fingerprint for OpenPGP.10:00
cjwatsonCan you be more specific about what you're trying to do and what you've tried so far?10:02
acagastyaI need to sign the Ubuntu Code of Conduct on Launchpad.10:08
acagastyaI am struck at the first step, where we are supposed to Change OpenPGP keys.10:09
Mchttps://help.ubuntu.com/community/SigningCodeofConduct ?10:09
Mc( https://help.ubuntu.com/community/GnuPrivacyGuardHowto#Signing_Data more precisely )10:09
cjwatsonExactly which sequence of steps are you following at the moment?  Presumably you're going from a web page somewhere.10:11
acagastyaI can't get the fingerprint (https://launchpad.net/%7Eacagastya/+editpgpkeys).10:11
acagastyaI use Elementary OS, so I can't retrieve the key in the key from System > Preferences > Passwords and Encryption Keys.10:12
cjwatsonWhat have you done so far?  Have you generated a key, for instance?10:12
acagastyaYou mean the fingerprint, no.10:13
cjwatsonI mean what I said.10:13
Mchave you generated the keypair itself ?10:13
acagastyaNo, I don't know how to.10:14
Mcyou might want to read https://help.ubuntu.com/community/GnuPrivacyGuardHowto10:14
cjwatsonor https://help.launchpad.net/YourAccount/ImportingYourPGPKey#Using_GPG_to_manage_OpenPGP_keys10:14
=== chihchun is now known as chihchun_afk
=== chihchun_afk is now known as chihchun
=== chihchun is now known as chihchun_afk
om26erHi! my debian/rules have a `export DEB_BUILD_OPTIONS='<something>' entry, when I upload that package to my ppa, apparently that var is not being read. is launchpad eating that variable ?16:43
cjwatsonLaunchpad doesn't control anything at a level that could eat that.16:44
cjwatsonHowever, you're probably doing it wrong anyway.  DEB_BUILD_OPTIONS is supposed to be something that debian/rules may check, but not something that it should set itself.16:45
cjwatsonAnything you could do by setting DEB_BUILD_OPTIONS you should probably just be doing more directly.16:46
om26ercjwatson: there are multiple ifeq blocks that are controlled by DEB_BUILD_OPTIONS - -doing something around that is doable but could break if upstream changes anything.16:48
om26erso if we can't export DEB_BUILD_OPTIONS from within rules file, then I guess I have to go that way16:48
cjwatsonYou should still be able to; it's just wrong.16:48
cjwatsonCan't you reproduce this in sbuild?16:49
cjwatsonIt should be no different for this purpose.16:49
cjwatsonom26er: export DEB_BUILD_OPTIONS:="$DEB_BUILD_OPTIONS nocheck testkeys" doesn't seem like correct make syntax16:51
cjwatsonI think perhaps you're confusing make variable syntax with shell variable syntax16:51
cjwatsonSo the variable isn't going to include testkeys as a separate word, because it'll actually have the " at the end16:52
om26ercjwatson: I also tried without appending i.e export DEB_BUILD_OPTIONS="nocheck testkeys"16:52
cjwatsonom26er: correct syntax would be: DEB_BUILD_OPTIONS += nocheck testkeys16:52
om26eroh16:52
cjwatsonyou can export if you like but it's not necessary16:52
om26erand that would be 6hours16:53
cjwatson(since it's only checked within this file)16:53
cjwatsonA good strategy for debugging this kind of thing is to use make's $(warning) function16:53
om26ercjwatson: prepended by export ?16:59
om26erre: correct syntax17:00
om26erfigured.17:02
cjwatsonexport> doesn't matter unless it's used outside this file17:02
om26erthanks cjwatson, seems its finally working.17:02
cjwatsonor rather, in a child process17:02
acagastya-afkI am getting an error while uploading Ubuntu Code of Conduct.20:04
wxlacagastya-afk: which error is that?20:05

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