[01:00] if a bug was mistakenly assigned to two packages instead of being reassigned, is there a way to remove the first task rather than just set its status to invalid? [01:00] psusi: no [01:01] you could remove the package if it's totally inappropriate [01:01] micahg, blast... can't even change the ordering? if you look up the bug by number it pulls up the first project where it is invalid [01:02] bug #401627 never had anything to do with the GNOME Terminal project, but that's what comes up when you open the bug via reference that does not specify the shadow package, like the link in the bug mail [01:02] Launchpad bug 401627 in shadow (Ubuntu) "Poor diagnostic when run by a non privileged user" [Low,Triaged] https://launchpad.net/bugs/401627 [01:03] there's no way to fix that? [01:03] psusi: that's a project, you can change it to the null project [01:03] hrm... then it would just come up as a bug in the "Null Project" wouldn't it? [01:14] It seems that the font in launchpad just changed after a page refresh. Was there something done at the server level recently? [01:19] yes [01:19] we just deployed a new version of the code base [01:19] we're now following the canonical web site style guidelines, which should make it more readable and we shouldn't be changing it as often [01:20] lifeless: ah ok, just checking. Thanks :) [01:20] looks good! [01:21] micahg: psusi: you can't fix that [yet] because you cannot delete bugtasks. [01:21] we're actively discussing how to do something that behaves (mostly) like deletion [01:23] what's wrong with ACTUAL deletion? ;) [01:24] psusi: its very hard to undo [01:24] psusi: things that are hard to undo you then need to make hard *to do* [01:24] it is? doesn't seem any harder than it was to add the task in the first place? [01:24] psusi: it is [01:24] consider [01:25] bug on terminator upstream and linux-kernel in ubuntu [01:25] someone deletes the linux-kernel task [01:25] someone else remembers the bug and searches in ubuntu, can' find it. [01:25] if we don't actually delete, but just don't show, then they can find via advanced search. [01:26] psusi: and what about deleting the last task? [01:26] a bug with no tasks can't be shown or search by LP at the moment. [01:27] yea, shouldn't be able to delete the last one obviously ;) [01:27] well, if the user model is 'they can be deleted', why not ? [01:28] because you have to have at least one [01:28] well [01:28] I'm pointing out the discussions that will happen [01:28] they take time and effort [01:28] hrm... how is this problem any different than reassigning the project to the null project? [01:28] and the friction makes the product feel less polished [01:29] better to avoid it by designing something more graceful in the first place === jasono_ is now known as jasono === Ursinha is now known as Ursinha-afk === Ursinha-afk is now known as Ursinha [09:13] quick poll, does lp feel fast or slow at the moment (production, not edge or *staging) [09:15] fast-ish? [09:18] maxb: fingers crossed === head_v is now known as head_victim === matsubara-afk is now known as matsubara [12:45] hey there, is there any way to disable the "Successfully built" emails from daily builds? [12:45] i really don't care if it was built successfully [12:46] Unfortunately, no. [12:47] those emails need to be stopped [12:47] They kinda-sorta serve a purpose [12:47] hmm.. too bad [12:47] It is mildly interesting knowing the ~bzr daily PPA recipes did someting [12:48] we could make it opt-in, but now that the service is out of beta and supposedly reliable, it's probably more interesting to only know about failures :)( [12:48] and another one: can i mark a branch in a recipe to not trigger daily build? ie i merge multiple branches in a recipe and don't want a rebuild everytime any of them changes [12:49] ...just the primary one [13:35] hey [13:35] how long does it take for a dep-wait to be retried automatically in a ppa? === dpm_ is now known as dpm [14:14] Hi! According to http://blog.launchpad.net/code/git-branch-imports-now-in-public-beta , importing Linux Kernel (or parts of it?) is not supported by Launchpad's code import. Well, I'd like to do this anyway, is there a workaround somehow? [14:20] diwic: The existence of https://code.launchpad.net/~vcs-imports/linux/trunk would suggest that it is no longer an issue [14:22] maxb, aha, interesting. Although when I try to look at the files present I get an error saying "Sorry, there was a problem connecting to the Launchpad server. [14:22] Try reloading this page in a minute or two. If the problem persists, let us know in the #launchpad IRC channel on Freenode. " [14:23] Unfortunately the web branch browser is a bit flaky [14:23] gmb: it looks like bug 28738 ended up Invalid in error. It was previously Invalid in launchpad and Confirmed in malone, but I think that when all the Launchpad projects got merged it ended up simply being Invalid [14:23] Launchpad bug 28738 in Launchpad itself "Launchpad Bugs doesn't know about the Flyspray BTS" [Low,Invalid] https://launchpad.net/bugs/28738 [14:23] gmb: should it be reopened? [14:23] I wonder how many bugs this happened to [14:24] diwic: However this shouldn't affect accessing the branch from a Bazaar client [14:25] cjwatson: Urk. That's slightly concerning. I'll re-triage it anyway. [14:25] sinzui: Do you know if any other bugs have been bitten by this ^^? [14:25] Whoops [14:25] * gmb accidentally WONTFIX'd it. [14:28] gmb: I believe there were about 200 bugs where there were multiple tasks. I reviewed many of conflicting ones, they were fine. I know that some had their status fixed because the guess was wrong [14:28] Ah, right. [14:29] I think the invalid in Lp is a special case. We (as the authors of this mess) should have known to retarget [14:32] gmb: ta muchly. (not that I *hugely* care about this bug, I just happened to run across a use case for it.) === vednis is now known as mars === Ursinha is now known as Ursinha-lunch [15:09] sinzui: I'm exposing setPackaging over the API, so that we can update it in-line. Do I need to export both ProductSeries.setPackaging and SourcePackage.setPackaging, for the permissions to work right? [15:10] sinzui: And do you have a position on whether we should take SourcePackage or Distroseries,SourcePackageName as a parameter? [15:10] abentley: I do not think so. Any logged in user can do it [15:11] sinzui: That's a bit surprising. Okay. [15:12] abentley: are you thinking that if the distroseries is not specified, we choose the current series for the distribution? [15:12] sinzui: No, I just see that some operations use SourcePackageName/DistroSeries, and others use SourcePackage, and I don't know what's The Right Way. [15:14] sinzui: e.g. ProductSeries.setPackaging takes SourcePackageName+DistroSeries, but the inverse operation is SourcePackage.setPackaging, which is a method of SourcePackage. [15:14] abentley: okay, this related to the surprise in permissions. Lp does not know who is qualified to state what is packaged from where. User have made really stupid mistakes in the past. 1/3 of all packaging links were bogus... [15:14] sinzui: eeps. [15:16] sinzui: I just assumed it was restricted to DistoSeries or ProductSeries admins. [15:16] ...user could/can link from the PS to a DS in Ubuntu or Debian. We actually do not trust them since 90% of the time project contributors do not understand packaging. The form suggest the current distroseries. They really do not have choice... [15:18] We believe distro contributors have a better understanding, The SP is badly names. It is a DistributionSeriesSourcePackage. It knows its distro and series. We only need to PS. [15:18] I don't understand "We only need to PS". [15:19] sinzui: Agreed about the poor naming. [15:20] abentley: Context is SP (disto and distroseries). PS provides product and productseries. We know the user [15:20] We know the time, so we have the 6 pieces of information [15:21] abentley: I think some of the underly trouble we have is that if you have an SP or DSP, we know the SPN. we often only know the SPN, so we need the distro and series clarification to know what obj to get [15:22] abentley: We may be able to factor this out... [15:23] abentley: User once could create a packaging link with no more than an SPN. We did not care if it was real or if it was ever published. We enforce that now, so maybe we could require an SP in the methods [15:23] sinzui: I think that if we decided to favour SourcePackage over SourcepackageName+DistroSeries, we would be able to work backwards to the point where the SourcePackageName+DistroSeries were retrieved. But it would take some effort. [15:24] sinzui: Aha! I did not realize that. [15:24] yes. since the SP and DSP are mostly virtual, we are always working with an SPN [15:25] (that is a lie though, DSP does have a schema representation now) [15:25] sinzui: Do you know why? I've been looking around this area, and it seems that SourcePackage was once a real database object. [15:26] abentley: packaging links have a sordid history. I should have blogged about the issue when I started fixing the bugs because people did not realise that we had started bridging-the-gap the same we were assigned it [15:28] sinzui: Anyhow, ISTM that SourcePackageName is not a good identifier of a SourcePackage, because it's not required to provide the same software across all distroseries. [15:28] abentley: the sp and dsp is really a pointer to a place and a moment in time. The real data is an SPR that can be in several distros and series. We use the dsp and sp to look up what is this moment. [15:29] abentley: that is very true [15:30] sinzui: Though I suppose the problem is more that packages get renamed from time to time and so we miss associations. [15:30] abentley: so we removed the DB backing to normalise the data. we put some dsp back in the db because denormalised data can be fast [15:30] abentley: yes that too has happend. gaim -> pidgin [15:31] sinzui: bazaar -> baz [15:33] sinzui: Okay, so I think we should favour SourcePackage when writing new functionality. Client that have DistroSeries+SourcePackageName can easily acquire a SourcePackage. [15:34] agreed. [15:34] sinzui: The reason why it mattered this morning was because I was going to expose ProductSeries.setPackaging over the API, but now I think SourcePackage.setPackaging will be enough. [15:35] abentley: oh, sorry that I misunderstood the point from the start. I prefer SourcePackage.setPackaging when I write tests. ProductSeries.setPackaging could be factored out at this time. [15:36] abentley: I think PackagingType was the historical reason they were different [15:36] sinzui: Sure. Going into this, I assumed that they would have different permissions, so both might be needed. [15:36] We are ignoring that at this time [15:37] sinzui: right. [15:40] Launchpad bug imports use some xml format [15:40] What should I do with a bug comment that includes \x1b? [15:41] exarkun: maybe convert non-unicode to the (?) character [15:41] * sinzui looks for code [15:42] it's only a couple places, I can do it manually [15:42] let's call that the "destroy some data" option [15:42] are there other options? [15:43] exarkun: deduce the charset that was used, look up the character, replace it with the unicode char [15:43] did someone just nuke launchapd? [15:44] I'm getting a strange amount of 503's and the Please Try Again page [15:44] sinzui: It's really \x1b [15:44] Is loggerhead down? [15:44] I'm getting the "Try Again" message that says "Try reloading this page in a minute or two. If the problem persists, let us know in the #launchpad". It is in trying to view a merge proposal and it has been happening for at least 10 minutes. The project is private, but for what it's worth here is the url: https://bazaar.launchpad.net/~economist-magic/economist-magic/austin-janus-210-pretty-up-search-results/revision/3492 [15:44] CoffeeIV: same here [15:44] sinzui: ie, it's not character data [15:45] oh escape [15:51] exarkun: I would replace the instances with ESC or [15:52] and launchpad is still 503'ing :| [15:52] Is it launchpad or codebrowse that's 503-ing/ [15:52] sinzui: okay, thanks [15:55] nigelb: bazaar. so I'm guessing codebrowser [15:56] yeah, loggerhead (the code browse thingy) has been crashing for me too. === zyga is now known as zyga-food === losing is now known as pifantastic [16:20] File tdc_1.0.orig.tar.gz already exists in TDC PPA, but uploaded version has different contents. <-- GRRR!! === matsubara is now known as matsubara-lunch [16:20] I almost feel like this is a bug more than a feature.. [16:21] I know the contents changes.. I changed it. Now I need to somehow figure out how to grab the original and do the changes as a patch.. or idk.. unless I change version numbers and I don't want to go to 1.1 [16:25] Actually... the only change was a couple man page fixes and adding a changes file. [16:30] Change == new version [16:31] Don't lie to yourself about that and you'll never hit this error :-) [16:31] Just picture yourself having to ask someone "Do you have the first 1.0 or the second 1.0 version?" and it should be easy to see why this constraint is made === beuno is now known as beuno-lunch [16:45] maxb: that's one of the best ways of explaining it I've ever seen [16:46] :-) [16:47] makes sense [16:47] I still don't like it :P [16:48] your apt client will also barf if it sees the same file with different contents [16:48] s/barf/silently do wrong stuff/ [16:48] heh [16:49] barfing would be preferable [16:49] (Not something I thought I'd ever say :-) ) [16:49] I've often felt that way :) [16:51] I wonder if this thing will ever make it to a 1.1 release.. [16:52] This will be 1.0.1 === mdeslaur_ is now known as mdeslaur === beuno-lunch is now known as beuno === jussi01_ is now known as jussi === matsubara-lunch is now known as matsubara === yofel_ is now known as yofel === tubadaz_ is now known as tubadaz === JayFo is now known as JFo === pifantastic_ is now known as pifantastic === pifantastic is now known as losing === losing is now known as pifantastic === leonardr__ is now known as leonardr [19:10] I'm getting duplicate emails from LP at the moment - is this a known issue? [19:15] Meths: I don't believe so. The most common cause of this is mailing lists that receive the same email as you. [19:15] Meths: can you post full headers of two duplicate emails? [19:21] Two emails here: http://pastie.org/private/qgzyjuaozlpvgiklfrcea [19:24] Seems LP has suddenly started including me separately. Before I got emails with just the mp+@code.lp.net in the To field. [19:28] That first post seems a bad example of that. This is the example of the new, duplicated merge message I'm getting with the two entries in the To field: http://pastie.org/private/jcldgzspbnxsrrpivb2zw [19:29] Meths: That is nuts. Tim Bentley is my father's name. [19:30] Ah, so it's worse than duplication - it's cloning! ;) === apachelogger_ is now known as apachelogger [19:34] Meths: This is more of a duplicate than I was expecting. The only differences I can see are timestamps. [19:36] Does that mean you want a bug filed or if I told you it's only been happening as far as I can see for about the last 1.5 hours has anyone made changes that it could be linked to? [19:38] I've also got 3 OOPS IDs for failing to email a code review comment [19:39] Meths: I probably want a bug filed. This has been consistent for the last 1.5 hours? Is it all code review mail? [19:40] Meths: I expect the oopses are unrelated. [19:43] Yes it's all code review email, yes all code review email for the last 1.5 hours is duplicated but on closer inspection I hadn't got any code review email for quite a while before then so couldn't pin the time. Bug email seems fine but unhelpfully I don't have any bug emails during the time period I have duped code emails! [19:43] I'll file the bug and let you guys ponder it. [19:44] Ah, just got bug email (non-duped) and code email (duped) so it's definitely just the code emails. [19:45] Meths: okay. Please tag it "code-review". [19:49] Do you want me to include the contents of the pastebins? [19:53] Meths: yes please. [19:59] abentley: Done. Bug #728659 [19:59] Launchpad bug 728659 in Launchpad itself "Getting duplicate code review emails" [Undecided,New] https://launchpad.net/bugs/728659 === _thumper_ is now known as thumper === losing is now known as pifantastic === popey_ is now known as popey === cody-somerville_ is now known as cody-somerville === marienz_ is now known as marienz === matsubara is now known as matsubara-afk === Lcawte is now known as Lcawte|Away [21:38] hello? [21:38] may someone help me to debug an upload error to a PPA? [21:38] I do not understand: [21:38] http://launchpadlibrarian.net/65476693/upload_2296710_log.txt [21:43] ti4mi: have you seen the advice on https://help.launchpad.net/Packaging/UploadErrors about that error? [21:44] (search for the phrase "already exists" on that page) [21:44] yes, but my error says that the package is already in the PPA but in the PPA there is none [21:45] https://code.launchpad.net/~grass/+archive/grass-devel/+packages [21:46] Error msg: File grass_7.0.0+0ubuntu1+23002~maverick1.tar.gz already exists in GRASS Development Packages [21:47] Ok, at this point I'm out of my depth... hopefully someone more knowledgable will turn up. [21:48] ti4mi: You can't have two different files of the same name in a PPA. [21:48] Well, that was good timing. [21:49] so I will put this question to launchpad QA [21:49] ti4mi: You just missed: ti4mi: You can't have two different files of the same name in a PPA. [22:00] ok got it. there were hidden super seeded files from previous uploads that failed to build [22:00] i increased the ~ubunutX version number in the recipie