/srv/irclogs.ubuntu.com/2016/11/30/#launchpad.txt

=== maclin1 is now known as maclin
=== chihchun_afk is now known as chihchun
=== Ribesgg is now known as Ribesg
cjwatsonmuktupavels,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)10:34
jeroen___Hello11:11
jeroen___I have a question about launchpad11:11
jeroen___I have a launchpad repository that has a dependency on another repository11:12
jeroen___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
wgrantjeroen___: No, PPA dependencies declared in Launchpad are only used for builds within Launchpad.11:13
jeroen___Oh11:13
jeroen___So the user still has to figure out where to get depenency packages?11:13
wgrantUnless you document that or copy them into your own PPA.11:14
jeroen___OK thanks.11:14
jeroen___I have another question too11:16
jeroen___So I sign source packages with my gpg key before uploading them to launchpad11:16
jeroen___But the user actually installs binary packages11:16
jeroen___How is launchpad able to sign those? Launchpad doesn't have my private gpg key, right?11:16
=== chihchun is now known as chihchun_afk
wgrantjeroen___: Launchpad generates a key for each user and uses it to sign their PPAs.13:12
wgrantThat way you can change the key you use to sign uploads, without breaking users that have added your PPA.13:13
mitya57cjwatson, thanks! looking forward to seeing it deployed!13:13
=== verterok` is now known as verterok
=== hrybacki is now known as hrybacki|mtg
acheronukcjwatson: 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?14:11
=== 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
TheOnlyBouncerGood 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:38
TheOnlyBouncerah i just added a ssh key, i guess i have to add a gpg key as well?20:40
mbruzekHello lauchpaders. I am trying to open a bug on a project and I am getting an "Oops" error.20:45
mbruzekIs there something wrong with Launchpad today? Or is the problem me?20:45
mbruzekhttps://bugs.launchpad.net/charms/+source/ibm-platform-lsf-master/+filebug20:46
mbruzekI tried this and when I submit20:46
mbruzekOops!                    Sorry, something just went wrong in Launchpad.20:46
mbruzek We’ve recorded what happened, and we’ll fix it as soon as possible. Apologies for the inconvenience.20:46
mbruzek(Error ID:           OOPS-d328ebbcdd4c1c18be8c732604af5a42)20:46
ubot5https://oops.canonical.com/?oopsid=OOPS-d328ebbcdd4c1c18be8c732604af5a4220:46
dobeyTheOnlyBouncer: yes you need to add a gpg key20:50
TheOnlyBouncerdobey, ah yeah setting that up now, thanks :)20:51
dobeymbruzek: i haven't had any issues with launchpad myself; i have no idea about how the charms stuff is set up though20:52
mbruzekdobey: Can you tell me what is wrong with the  ibm-platform-lsf-master project?20:53
dobeyPackage ibm-platform-lsf-master not published in Juju Charms Collection20:53
dobeyso doesn't exist, not sure why that doesn't give a better error page though20:53
TheOnlyBouncerdobey, i set one up, i guess it takes a bit before i can push?20:54
dobeyTheOnlyBouncer: did you upload it to the ubuntu key server?20:54
TheOnlyBounceryups, added it to my account, got the email, used the token, lists on my page20:55
dobeyno no, not just on launchpad20:55
dobeyit needs to be on keyserver.ubuntu.com20:56
TheOnlyBounceryeah i synced with the password manager thingy20:56
dobeyseahorse has a simple UI for doing it20:56
dobeyok20:56
TheOnlyBounceryeah seahorse20:56
dobeythen yeah, just wait a bit20:56
TheOnlyBouncercool will do20:56
dobeyno idea how long, but it should eventually work, unless the key is expired or something :)20:57
TheOnlyBouncerjust generated, will get a cup of coffee and try again20:57
mbruzekdobey: I have acces to the Juju Charms Collection is there a way I can add this project?20:58
dobeymbruzek: i don't know. like i said, i don't know how the charms stuff works exactly in launchpad20:59
mbruzekok20:59
dobeyit seems like there isn't a release published for it20:59
dobeyThere is no current release for this source package in Juju Charms Collection.21:00
dobeynot sure if that matters, though21:00
TheOnlyBouncerdobey, after a half hour still problems....21:28
TheOnlyBouncergpg: skipped "TheOnlyJoey@System": secret key not available21:29
TheOnlyBouncerbut http://keyserver.ubuntu.com:11371/pks/lookup?fingerprint=on&op=index&search=0xB7047BE89E651E5AEF9AD1733E382156C6ECD79B21:29
dobeythat sounds like a local error21:30
dobeyit can't find your local secret to sign with because you're e-mail isn't set up right21:30
dobeyso backportpackage is sticking the wrong thing in the changelog21:30
dobeyso debsign fails21:31
TheOnlyBouncerhmm i could not find anything like this in the documentation21:31
TheOnlyBouncerso any hints now to fix this?21:33
tewardTheOnlyBouncer: 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
dobeywell i presume backportpackage is a script that takes a package and tweaks debian/changelog to create a new source package for an older series21:34
TheOnlyBouncerdobey, exactly, its in ubuntu-dev-tools21:35
dobeyi don't recall what the env vars for setting those bits are21:35
TheOnlyBouncerteward, i think so, there is no information regarding that21:35
tewardTheOnlyBouncer: well, not for backportpackage there isn't.21:35
tewardif you're having backportpackage run a local build (with -b) you might need to specify -k KEYID21:35
dobeyman backportpackage has plenty of information on what you need to do21:36
tewardwhere KEYID is the key ID for your own private key21:36
teward^ that too21:36
dobeyset DEBEMAIL21:36
tewardwow dobey's beating me to things21:36
tewardTheOnlyBouncer: make sure you set DEBEMAIL to the email address on your key, if it's not set it might cause issues.21:40
TheOnlyBouncerah yeah makes sense, sec21:41
tewardalso 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 backportpackage21:41
tewardwow 503 service unavailable when trying to test backportpackage21:41
tewardthat's new.21:41
TheOnlyBouncerit works, thanks!21:42
tewardfrom what I can tell that's just a standard call to debsign21:43
tewardas part of debuild and such, so there's other ways to force keys to use as well.  But meh.21:43
teward*goes back to what he was doing*21:43
cjwatsonacheronuk: 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:29
acheronukcjwatson: yesh, seems to be settling down now. thx :)22:30
acheronuk*yes22:30
TheOnlyBouncerthanks teward, dobey https://launchpad.net/~theonlyjoey/+archive/ubuntu/openhmd22:31

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