=== Ursinha-bbl is now known as Ursinha === Chex changed the topic of #launchpad to: Launchpad https://launchpad.net/ | Read https://help.launchpad.net/ for help | Help contact: - | Join https://launchpad.net/~launchpad-users | This channel is logged: http://irclogs.ubuntu.com/ | Launchpad is open source: https://dev.launchpad.net/ [04:09] I have merged two of my accounts [04:10] subinsebastien-gmail to subinsebastien [04:10] but after this, I can't do bzr push lp:nscripts [04:10] No such Launchpad account: subinsebastien-gmail [04:10] Permission denied (publickey). [04:10] bzr: ERROR: Connection closed: Unexpected end of message. Please check connectivity and permissions, and report a bug if problems persist. [04:10] How can I fix this? [04:11] napster: 'bzr lp-login subinsebastien' [04:12] spiv: Should I do this each time before I do push? [04:15] napster: You should just need to do that once [04:15] (per computer) [04:15] StevenK: And how can I change the username from subinsebastien@yahoo.com to subinsebastien@gmail.com ? [04:16] napster: The username reported by bzr, or Launchpad? [04:16] napster: username where? The name recorded in bzr commits? [04:16] StevenK: spiv The email I used to login to launchpad.net [04:17] napster: just add that address to your launchpad account [04:17] spiv: I did so [04:17] Will that work by itself with the separation of login to OpenID? [04:17] then you can use it to login to launchpad.net (once you have confirmed the address) [04:17] You'll need to add it on login.launchpad.net too. [04:17] That makes more sense. [04:17] wgrant: oh, dang. [04:18] oh ok [04:20] spiv: persia StevenK I'm unable to add the gmail account on the page login.launchpad.net, but here I can see the gmail account only : https://launchpad.net/~subinsebastien [04:20] does that mean I should use subinsebastien@yahoo.com for login and subinsebastien@gmail.com for mailing list?? [04:20] * persia suspects weirdness and leaves it to people who understand [04:21] persia: Its not weird! It happening here :-( [04:23] napster, Oddities in the code. I suspect you've hit a special case of some sort, which differs from the imaginary user stories which attempt to describe how people might use the services. As a result, I think you'll get best responses from someone who knows the internals, rather than me. [04:23] persia: ok [04:24] persia: spiv StevenK wgrant Please take a look : http://imagebin.ca/img/L192l8l.png [04:24] napster: If you click the Manage e-mail addresses link, does that allow you to change them? [04:25] StevenK: Yes, I removed the yahoo address already! [04:25] napster: There are two separate sets of email addresses. [04:25] The one on launchpad.net, and the one login.launchpad.net. [04:26] wgrant: on login.launchpad.net, When I try to add that gmail account, it says "Email already registered." [04:27] this is weired! [04:28] StevenK: wgrant: may be a minor bug with the code [04:29] StevenK: wgrant And also I can't see my projects in my overview page [04:31] napster, What happens if you try to log into the now merged account? [04:31] persia: Let me try [04:34] persia: StevenK wgrant Now I can login to launchpad.net with both the email address (both has same passwords) and my projects are not displayed. Is this the expected behaviour? I would like to remove the yahoo login at all. [04:34] both logins to the same account! === Ursinha is now known as Ursinha-afk [04:35] I don't think it ought be expected, and believe it ought be a bug (and that you should file it), but it's not very surprising that it works that way, given the architecture. [04:36] persia: hmm, ok thats good. But is there any way I can put my projects on my overview page? or rather I should browse them through address bar? [04:37] No idea. [04:37] persia: ok [04:37] StevenK: persia wgrant spiv : Thanks for the help. See ya later... [04:38] Please file some bugs. [04:38] persia: sure [04:38] The experience was very much not smooth, and it ought be. [08:04] hi, how can I create a bold text in bug report editor? [08:04] You can't. [08:05] Why do you want to do that? [08:05] I saw in some bug reports people made important messages in bold font [08:05] I have bug https://bugs.launchpad.net/bzr-explorer/+bug/650708 with many duplicates [08:05] Launchpad bug 650708 in Bazaar Explorer "[master] bzr: ERROR: exceptions.TypeError: argument 1 of PyQt4.QtCore.QVariant() has an invalid type (affected: 16, heat: 120)" [Critical,Fix released] [08:05] I want highlight important message to user [08:06] to users [08:06] Could you indicate an example where there is bold? You really shouldn't be able to do it. [08:06] one sec [08:12] no, I can't find it [08:13] ok, I can't [08:13] I can;t have bold [08:13] that's pity, but I should live without it === hyperair is now known as Guest68417 [10:06] persia: About this PPA strange behavior: our PPA Release.gpg file keeps ending up in /var/lib/apt/lists/partial/ after an apt-get update [10:07] persia: This is a bit of a problem as it makes the PPA an untrusted source. This ends-up preventing the installation of PPA packages from the desktop icon :( [10:07] persia: The strangest thing about this "partial" stuff is that apt-get update returns no error [10:10] vstehle: which ppa? [10:10] Does your key appear with `apt-key list` ? [10:11] maxb: It's a private PPA (private-release) for team tiomap-dev. persia: yup. [10:11] * persia is stumped [10:11] * vstehle wonders if this is due to sources for PPA being described under sources.list.d/ [10:11] That won't make a difference. [10:11] persia: Ogra told me it does, and it did make a difference for the proxy I think. [10:12] persia: Or the way it is updated/fetched. I don't remember exactly. [10:12] I didn't think it made a difference. Might at a low level. That's probably a bug. === jtv is now known as jtv-afk [10:13] persia: One hint: during apt-get update, the Release.gpg is d/l fine, then Translation-* are ignored but... the command stalls at 99% for a moment [10:13] does apt-get update tell something helpful when it fetches that file? [10:16] Not really. Only, it gets "stuck" for a moment. [10:16] Right now I am trying the following: moved the PPA line to sources.list, commented out everything else. Same behavior... [10:17] Confirmed: the .gpg is still under partial/ [10:17] is it complete? [10:18] Could try `apt-get --option Debug::Hashes update` [10:18] http://pastebin.ubuntu.com/512993/ [10:19] geser: Yes, the .gpg under partial/ looks sane. [10:19] geser: size is ok [10:22] have you tried deleting the files in partial/? [10:22] I wonder why your apt-get "Ign" the Release file [10:25] Is that Debug::Hashes=1 ? [10:26] rm + apt-get update is way faster. I don't know why [10:29] I reverted sources.list and sources.list.d/*, apt-get update and packages now show-up as trusted under aptitude. Thank you very much! [10:30] I would like to file a bug about this rm thing, but I don't really know how to reproduce :( [10:32] vstehle, Sorry, yes, but if it's working now, no point with the debug settings. === mrevell changed the topic of #launchpad to: Launchpad https://launchpad.net/ | Read https://help.launchpad.net/ for help | Help contact: mrevell | Join https://launchpad.net/~launchpad-users | This channel is logged: http://irclogs.ubuntu.com/ | Launchpad is open source: https://dev.launchpad.net/ === bilalakhtar_ is now known as bilalakhtar === 30BAABE3F is now known as jordi [12:03] I can't still see my related projects on my overview page :-( [12:03] how to fix it [12:03] ? [12:13] where should I report bugs related to launchpad.net itself? [12:15] napster: https://bugs.launchpad.net/launchpad ? [12:16] ari-tczew: Do you whats wrong with my projects? I can see my projects in https://launchpad.net/~subinsebastien/+related-software but not in https://launchpad.net/~subinsebastien [12:17] napster: I think that it's OK. [12:18] ari-tczew: But till yesterday, I was able to see my projects on the overview page! :-( This is so bad! [12:22] napster: You merged your accounts just a few hours ago, right? [12:22] wgrant: yes [12:22] napster: Did they show under "Most active in"? Or something else? [12:24] wgrant: on my overview page I can't see something like "Most active in"! But I can see my projects on https://launchpad.net/~subinsebastien/+related-software [12:24] wgrant: I was able to see "Most active in" before [12:24] merging [12:24] napster: The "Most active in" list is generated from a cache which is updated daily. [12:25] So give it 24 hours and they should be back. [12:25] wgrant: ok, thats fine [12:25] wgrant: btw can I file a bug? [12:26] You could file a bug, but I'm not sure it's likely to be fixed very quickly. [12:27] wgrant: Is this the same problem with the karma? [12:27] napster: Exactly. === jtv-afk is now known as jtv [12:28] The displayed karma value is a cache that is regenerated daily. [12:28] wgrant: hmm, now everything makes sense :-) Thanks for the help === matsubara-afk is now known as matsubara [13:56] Hi [13:57] Is there a way to access projects under a project group like you can do for users? ie, bzr branch lp:~username/project/branch => brz branch lp:super-project/project/branch [13:58] sjamaan: not really. I'm not sure what that would mean. [13:59] sjamaan: what are you trying to do? [13:59] jml: I'm trying to figure out if there's a way to scope projects [13:59] AFAIK project names have to be global now [14:00] sjamaan: that's right. there's no namespacing for projects at all. [14:00] sjamaan: a distribution can have packages underneath it [14:00] sjamaan: but that's all we've got right now [14:04] jml: How does that work? [14:26] hi [14:27] either i'm being incredibly stupid or something was recently changed on edge, but i can't quite figure out how to retarget a bug to a different milestone [14:27] there is no edit icon and the milestone link on the bug page is just a plain hyperlink to the milestone itself [14:28] naturally as soon as i ask my question and refresh the page (for the third time) the edit icon appears === Ursinha-afk is now known as Ursinha [14:31] jonathanj: I've seen that happen when the javascript doesn't load (forcibly or otherwise) [14:33] bigjools: ah, annoying [14:33] sometimes it's just slow to load and you end up clicking the link "too early" [14:33] what happened to the favicon [14:34] nothing as far as I can see [14:34] on edge it looks like the href is broken: [14:35] that's a valid link [14:35] strange, now Firefox *does* load it, when just 5 minutes ago it told me it couldn't [14:36] bigjools: yeah, i seem to be having an off-by-one day today [14:37] there are only two real problems with programming: naming, cache invalidation and off by one errors [14:38] yeah, that's been doing the rounds ;) === salgado is now known as salgado-dr === LinuxJedi is now known as LinuxJedi|away === ivoks-af1 is now known as ivoks === ivoks is now known as ivoks-afk === james_w` is now known as james_w === zyga is now known as zyga-dinner === LinuxJedi|away is now known as LinuxJedi === beuno is now known as beuno-lunch === linuxjedi_ is now known as LinuxJedi [16:54] lifeless: ping === zyga-dinner is now known as zyga [17:05] lifeless: considering using pyjunitxml for payments - but JUnitXmlResult inherits from TestResult and not _TextTestResult [17:05] lifeless: at the moment I've got it working fine by changing it to inherit from _TextTestResult after import (assigning to JUnitXmlResult.__bases__) [17:06] lifeless: we *probably* won't use that technique in production - but uhm... thought I should talk to you about it ;-) [17:09] I'm trying to understand how releases work on Launchpad. I read https://help.launchpad.net/Projects/SeriesMilestonesReleases and https://help.launchpad.net/Projects/FileDownloads but I didn't really learn what I wanted to learn from them. [17:10] There's series and milestones and releases and I guess they all interact somehow, but I can't tell how. [17:10] exarkun, hey there [17:11] kiko`: Hiya [17:11] exarkun, so series contain milestones [17:11] exarkun, releases are made from milestones -- they are a special type of milestone [17:11] that's basically it [17:11] downloads are associated with releases [17:11] So https://launchpad.net/pyopenssl/main/0.11a1 is a milestone I guess [17:12] And if I want to do 0.11a2 then I'll create another milestone? [17:13] And not worry about creating a non-main series because I don't intend to worry about 0.11.1? [17:13] I found creating a series to be tempting because of the "Release URL pattern" field that a series can have [17:14] I assumed that would tell Launchpad to go get some files to associate with a release, but I haven't found any documentation that actually describes the feature. [17:15] Aside from fixing the weird ordering of things on https://launchpad.net/pyopenssl, what I really want is a way to avoid manually uploading all of the release files. [17:16] exarkun: http://blog.launchpad.net/cool-new-stuff/automatically-import-files-to-launchpad-using-product-release-finder is the closest we have to docs for the automatic tarball thingy === deryck is now known as deryck[lunch] [17:17] ugh, "every day" [17:17] What time is the cronjob set for? [17:19] exarkun: don't know off the top of my head... finding out [17:25] exarkun: and the answer is that it's harder than I expected to find out. === LinuxJedi is now known as LinuxJedi|away [17:26] Sorry :( [17:27] exarkun: well, I'm sorry that this is so hard to figure out for yourself. [17:30] bbiab, lunch === matsubara is now known as matsubara-lunch === mrevell changed the topic of #launchpad to: Launchpad https://launchpad.net/ | Read https://help.launchpad.net/ for help | Help contact: - | Join https://launchpad.net/~launchpad-users | This channel is logged: http://irclogs.ubuntu.com/ | Launchpad is open source: https://dev.launchpad.net/ === beuno-lunch is now known as beuno === ivoks-afk is now known as ivoks === matsubara-lunch is now known as matsubara === deryck[lunch] is now known as deryck === salgado-dr is now known as salgado === Lcawte|Away is now known as Lcawte === cjohnston_ is now known as cjohnston === JanC_ is now known as JanC [20:12] voidspace: hi [20:40] how do i checkout a branch without putting in a passphrase === ivoks is now known as ivoks-afk === kiko` is now known as kiko === dendrobates is now known as dendro-afk === dendro-afk is now known as dendrobates === dendrobates is now known as dendro-afk === dendro-afk is now known as dendrobates === LinuxJedi|away is now known as LinuxJedi === mordred_ is now known as mtaylor === askhl__ is now known as askhl === maco2 is now known as maco === oubiwann is now known as oubiwann-away === oubiwann-away is now known as oubiwann [22:53] hello === matsubara is now known as matsubara-afk [22:57] joaopinto: hello [22:58] was something recently changed on LP urls like https://launchpad.net/people/getdeb-uploaders/+rdf ? [22:59] I get an rdflib.exceptions.ParserError: https://launchpad.net/~getdeb-uploaders/+rdf:16:12: Invalid property attribute URI: http://www.w3.org/1999/02/22-rdf-syntax-ns#resource [23:00] on a python script which was paring the RDF data [23:01] not that i know of [23:08] joaopinto, https://code.edge.launchpad.net/~sinzui/launchpad/rdf-links-0/+merge/36475 [23:11] james_w, it seems to have broken the RDF syntax, as list per the python rdflib parsing [23:11] telling me isn't the right thing to do, I would say file a bug [23:11] from rdflib.Graph import Graph [23:11] g = Graph() [23:11] g.parse('https://launchpad.net/~getdeb-uploaders/+rdf') [23:12] I will do, I was just being verbose :P [23:15] thanks [23:23] in case someone else can validate and set to confirmed, bug 660832 [23:23] Launchpad bug 660832 in Launchpad itself "invalid syntax on team members RDF (affected: 1, heat: 6)" [Undecided,New] https://launchpad.net/bugs/660832 === _thumper_ is now known as thumper [23:36] hey :) Is it possible to create ppa's in my launchpad project? [23:37] I can only see that option in my personal account or the team account overview [23:40] Genscher: ppas are associated with people or teams, not projects [23:40] (for better or worse)