=== maclin1 is now known as maclin === chihchun_afk is now known as chihchun === Ribesgg is now known as Ribesg [10:34] muktupavels,mitya57: I've prepared a backport and sent a ticket to our sysadmins to deploy it (which is just a PPA copy, so should be reasonably quick) [11:11] Hello [11:11] I have a question about launchpad [11:12] I have a launchpad repository that has a dependency on another repository [11:13] Does that mean that when a user adds my repo to their system, they will be able to install my software, including the dependency packages from the other repo? [11:13] jeroen___: No, PPA dependencies declared in Launchpad are only used for builds within Launchpad. [11:13] Oh [11:13] So the user still has to figure out where to get depenency packages? [11:14] Unless you document that or copy them into your own PPA. [11:14] OK thanks. [11:16] I have another question too [11:16] So I sign source packages with my gpg key before uploading them to launchpad [11:16] But the user actually installs binary packages [11:16] How is launchpad able to sign those? Launchpad doesn't have my private gpg key, right? === chihchun is now known as chihchun_afk [13:12] jeroen___: Launchpad generates a key for each user and uses it to sign their PPAs. [13:13] That way you can change the key you use to sign uploads, without breaking users that have added your PPA. [13:13] cjwatson, thanks! looking forward to seeing it deployed! === verterok` is now known as verterok === hrybacki is now known as hrybacki|mtg [14:11] cjwatson: the lcy01 builders are back, and now the publisher is taking forever and a day. it that cause and effect, or just an unrelated issue or slowdown? === cmars` is now known as cmars === hrybacki|mtg is now known as hrybacki === icey is now known as Guest28168 === Guest96457 is now known as karstensrage === JanC is now known as Guest103 === JanC_ is now known as JanC === icey_ is now known as icey === jeblair is now known as inserted_human === inserted_human is now known as jeblair [20:38] Good day, i just added a pub key to my account but when using backportpackage it still tells me there is no secret key available, is there a processing time i need to take in account? [20:40] ah i just added a ssh key, i guess i have to add a gpg key as well? [20:45] Hello lauchpaders. I am trying to open a bug on a project and I am getting an "Oops" error. [20:45] Is there something wrong with Launchpad today? Or is the problem me? [20:46] https://bugs.launchpad.net/charms/+source/ibm-platform-lsf-master/+filebug [20:46] I tried this and when I submit [20:46] Oops! Sorry, something just went wrong in Launchpad. [20:46] We’ve recorded what happened, and we’ll fix it as soon as possible. Apologies for the inconvenience. [20:46] (Error ID: OOPS-d328ebbcdd4c1c18be8c732604af5a42) [20:46] https://oops.canonical.com/?oopsid=OOPS-d328ebbcdd4c1c18be8c732604af5a42 [20:50] TheOnlyBouncer: yes you need to add a gpg key [20:51] dobey, ah yeah setting that up now, thanks :) [20:52] mbruzek: i haven't had any issues with launchpad myself; i have no idea about how the charms stuff is set up though [20:53] dobey: Can you tell me what is wrong with the ibm-platform-lsf-master project? [20:53] Package ibm-platform-lsf-master not published in Juju Charms Collection [20:53] so doesn't exist, not sure why that doesn't give a better error page though [20:54] dobey, i set one up, i guess it takes a bit before i can push? [20:54] TheOnlyBouncer: did you upload it to the ubuntu key server? [20:55] yups, added it to my account, got the email, used the token, lists on my page [20:55] no no, not just on launchpad [20:56] it needs to be on keyserver.ubuntu.com [20:56] yeah i synced with the password manager thingy [20:56] seahorse has a simple UI for doing it [20:56] ok [20:56] yeah seahorse [20:56] then yeah, just wait a bit [20:56] cool will do [20:57] no idea how long, but it should eventually work, unless the key is expired or something :) [20:57] just generated, will get a cup of coffee and try again [20:58] dobey: I have acces to the Juju Charms Collection is there a way I can add this project? [20:59] mbruzek: i don't know. like i said, i don't know how the charms stuff works exactly in launchpad [20:59] ok [20:59] it seems like there isn't a release published for it [21:00] There is no current release for this source package in Juju Charms Collection. [21:00] not sure if that matters, though [21:28] dobey, after a half hour still problems.... [21:29] gpg: skipped "TheOnlyJoey@System": secret key not available [21:29] but http://keyserver.ubuntu.com:11371/pks/lookup?fingerprint=on&op=index&search=0xB7047BE89E651E5AEF9AD1733E382156C6ECD79B [21:30] that sounds like a local error [21:30] it can't find your local secret to sign with because you're e-mail isn't set up right [21:30] so backportpackage is sticking the wrong thing in the changelog [21:31] so debsign fails [21:31] hmm i could not find anything like this in the documentation [21:33] so any hints now to fix this? [21:34] TheOnlyBouncer: is the key that it's trying to use the correct GPG key for your system? Is that key's private key in your keyring? [21:34] well i presume backportpackage is a script that takes a package and tweaks debian/changelog to create a new source package for an older series [21:35] dobey, exactly, its in ubuntu-dev-tools [21:35] i don't recall what the env vars for setting those bits are [21:35] teward, i think so, there is no information regarding that [21:35] TheOnlyBouncer: well, not for backportpackage there isn't. [21:35] if you're having backportpackage run a local build (with -b) you might need to specify -k KEYID [21:36] man backportpackage has plenty of information on what you need to do [21:36] where KEYID is the key ID for your own private key [21:36] ^ that too [21:36] set DEBEMAIL [21:36] wow dobey's beating me to things [21:40] TheOnlyBouncer: make sure you set DEBEMAIL to the email address on your key, if it's not set it might cause issues. [21:41] ah yeah makes sense, sec [21:41] also make sure that if you don't set DEBEMAIL, you set the signing key that you *do* want to use with the '-k KEYID' option in backportpackage [21:41] wow 503 service unavailable when trying to test backportpackage [21:41] that's new. [21:42] it works, thanks! [21:43] from what I can tell that's just a standard call to debsign [21:43] as part of debuild and such, so there's other ways to force keys to use as well. But meh. [21:43] *goes back to what he was doing* [22:29] acheronuk: Just had a few more suites than normal to publish, I think. I've been away all day but it seems back to normal. [22:30] cjwatson: yesh, seems to be settling down now. thx :) [22:30] *yes [22:31] thanks teward, dobey https://launchpad.net/~theonlyjoey/+archive/ubuntu/openhmd