[00:04] * wgrant likes the new picker widget. [00:11] wgrant, where did you see it? neat! [00:19] kiko: https://edge.launchpad.net/launchpad/+edit-people [00:20] ho ho ho, it's quite buggy, though === matsubara is now known as matsubara-dinner [00:26] intellectronica: I never tried a second search, it seems. Now I see the problem. [00:26] Ah, it's just for big searches. [00:26] wgrant: yes. filed bug #358815 [00:26] Launchpad bug 358815 in lazr-js "Person picker paginator overflows when there are too many results" [High,Triaged] https://launchpad.net/bugs/358815 [00:26] It feels like it should automatically search. [00:27] but otherwise it's really gorgeous [00:27] Maybe after a little timeout without typing. [00:27] wgrant: i think that will happen too at some point. the problem with doing that is that you need to plan carefully in order to not hammer the server [00:27] But I guess the request is a bit slow. [00:27] Right. [00:27] but that's definitely coming [00:28] When does the bug page get AJAXed? [00:29] wgrant: most of it will happen next week [00:29] Ooh. [00:29] it got slightly delayed because of performance week, but that and +filebug are what we're going to be doing for the rest of the cycle === lamont` is now known as lamont === matsubara is now known as matsubara-afk === oubiwann is now known as WilliamPenn === WilliamPenn is now known as oubiwann === rgreening_ is now known as rgreening [06:40] hi guys. for a universe package, is my translation .pot pulled out of my package automatically during build? https://translations.edge.launchpad.net/ubuntu/jaunty/+source/mythbuntu-control-centre I don't see anywhere to upload the pot manually [06:56] superm1: No - only main (and possibly restricted) can be translated through Launchpad. [07:00] wgrant, somehow some exception was made for this package, because translation templates were uploaded at some point [07:01] the resultant translations need to be manually exported from LP and imported into the package [07:01] superm1, Were the translations perhaps part of a project other than Ubuntu? [07:02] take a look at that URL i posted [07:02] "Template "mythbuntu-control-centre" in Ubuntu Jaunty package "mythbuntu-control-centre"" [07:05] Right: I was more wondering if they lived somewhere else once, and got manually moved. [07:06] not that i'm aware [07:09] It doesn't look like it was ever imported. [07:09] Which seems impossible. [07:10] It's certainly outside of common experience [07:10] why don't we translate universe ? [07:10] lifeless: Because langpacks are a hard problem. [07:11] lifeless: Each language is currently distributed in just a couple of binary packages, and if universe was to be included in those they would be very big. [07:11] It remains to be seen whether Debian's tdebs will solve this problem well. [07:11] And if we split it into lots of packages, it gets very confusing. [07:12] i'd personally be fine with keeping translations for individual packages in those packages for universe [07:12] that's what we do with mythbuntu-control-centre (well when it works right...) [07:12] superm1, The problem there is that users end up with extra translations on-disk for languages they don't use. In well-translated packages, this can become large. [07:12] * wgrant snoops at build logs. [07:14] persia: then they shouldn't install languages they don't use :) [07:15] lifeless: Then you need a package for every package-language, which is... insane. [07:15] But that would be the ideal solution. [07:15] lifeless, See, that's the balance: either translation data comes with binaries, in which case users end up with extra languages, or translations are split by language, which makes the translations data large for any given language, and the number of useful strings small. [07:15] wgrant, Isn't tdebs a variant on that line of thought? [07:15] persia: IIRC tdebs is all languages in one. [07:15] But one per package. [07:16] And updateable without a source upload. [07:16] So it's not much better than the current situation in Debian and universe. [07:16] Just a little more easily and cheaply updateable. [07:16] Huh? Based on http://www.emdebian.org/emdebian/langupdate.html I thought it was one tdeb per package/language combination. [07:17] Or are emdebian tdebs different? [07:17] * wgrant is looking at emails. [07:18] DEP-4 is the spec. [07:18] Ah, I found a chart. emdebian is per locale, but the big spec is per-source. [07:18] Right. [07:18] And I can't get to DEP-4 at the moment... [07:18] That does make sense, though. [07:18] http://people.debian.org/~codehelp/tdeb/ is a draft, I think. [07:19] Looks like it. [07:19] Anyway, I like the emdebian solution better, but it's a huge pain to manage that many little packages. [07:19] Certainly. [07:19] I wonder how much overhead there is in the Emdebian solution. [07:19] Space-wise, I mean. [07:20] Packages is not geared to handle it I suspect [07:20] tdebs presumably don't have changelogs or things like that duplicated. [07:20] way tooooooo much redundancy [07:20] Ooh yes. [07:20] but the debs themselves should be able to be a nonissue [07:20] Well, if there's no changelog for tdebs, how do you track independent tdeb upload changes? [07:20] persia: same as porter NMU's [07:21] lifeless, I suppose, but I'm becoming convinced I'm the last person left who still reads changelogs. [07:21] I guess you should know that +tN means translation changes only. [07:22] wgrant, For source or binary upload? [07:23] persia: Binary. +tN is invalid for source uploads. [07:23] lifeless: It looks like tdebs aren't in Packages (or similar) files at all. [07:24] Ergh: [07:24] "A tdeb needs usr/share/doc/copyright and changelog.Debian and dpkg will create the necessary files, just as with a normal .deb. " [07:24] wgrant: if its not in Packages, how does apt find it [07:24] That's just ugly. [07:25] lifeless: It generates the filename by looking at the binary's Translations-Version field. [07:25] wgrant, Doesn't that imply a binary upload for each translations update? [07:25] http://people.debian.org/~codehelp/tdeb/ch7.html#s7.2 [07:25] persia: Overrides, I suppose. [07:25] I suppose. [07:26] Although this is only the draft, and dep.debian.net seems to be missing. [07:26] wgrant: ah thats why there is only one tdeb per package [07:26] because its broken by design :P [07:27] lifeless: I think that one tdeb per package per language would be fine with that setup, as long as the changelog doesn't have to be duplicated. [07:28] wgrant: oh? how would 'current za translation tdeb be found' be satisfied [07:29] lifeless: That's true. [07:29] lifeless: Maybe it could be in the DDTP files. [07:30] wgrant: it needs to be mirrored [07:30] lifeless: Aren't the DDTP files mirrored? [07:30] oh, could be [07:31] They certainly should be. [07:31] They are. [07:31] http://mirror.pacific.net.au/ubuntu/dists/jaunty/main/i18n/Translation-ar [07:37] In that case, perhaps it isn't so hard to manage several million tdebs, assuming one allows tdebs to contain *only* the .mo files and minimal overhead in /var/lib/dpkg/ [07:40] Right. [07:40] persia: Do you know how Emdebian does it? [07:40] I don't, other than from the document I linked above. [07:40] It's just that about half the email I've seen about tdebs seems to come from Neil. [09:41] any progress about bug 128324 ? [09:41] Launchpad bug 128324 in rosetta/2.2 "translator-credits remains "untranslated", so the percentage is < 100%" [High,Triaged] https://launchpad.net/bugs/128324 === gord_ is now known as gord === sale_ is now known as sale [13:47] Hi! I had to change a project's name in LP and now the checkout on my computer isn't accepted as a branch of that project anymore... I made a new checkout already, but just out of curiosity: Is it possible to tell Bazaar that the other branch is the correct branch to use? === barry-away is now known as barry [13:51] technopagan: You could unbind and bind to the new one. [13:54] wgrant: Thanks! But how will bzr know that the path is now "/foo/" instead of the old "/foobar/"? [13:56] technopagan: because you told it in the bind command. [14:03] wgrant: I apologize for this possibly dumb question beforehand, but I only tell bzr the local paths on my machine - How will it know that the path on LP has changed? It changed when I had to rename the project... [14:05] technopagan: You need to tell 'bzr bind' the URL to bind to. [14:05] When you create a checkout, it will automatically bind to the URL that you check out from. [14:06] If that URL changes, you need to 'bzr unbind' and 'bzr bind lp:~user/project/branch' [14:12] Where is the 'register a release' button? [14:12] I can't seem to find it for some reason. [14:18] ... [14:22] Why do you need a milestone to register a release? [14:25] Flimm, It's a convention: one presumably has a set of milestones, some of which are releases. [14:25] As a benefit, one can target certain bugs to be fixed in a given release this way. [14:26] As of 2.2.3, a release is a special milestone. [14:26] In 2.2.4, I hear the UI will suck less. [14:26] Of course, for those not using that sort of development method, it's a bit of overhead. [14:26] OK, thank you, it makes sense now. [14:26] (for example, you should be able to create a release and a milestone at the same time) [14:27] I see all my old releases have been linked to completed milestones [14:27] wgrant, Except that if one follows the method that practices having milestones, one creates the milestones in advance, and then makes some subset of them into releases later. [14:27] (not that this makes sense for other development models) [14:28] persia: In that case one doesn't use the integrated button, but creates a release from an existing milestone like one must now. [14:29] wgrant, Right. I should stop being an apologist. I taught development methodology too much in the past, and some things stuck in odd ways. === thekorn_ is now known as thekorn [14:35] Where can I set a codename for a release? [14:37] I can't find UI for that anywhere. [14:38] sinzui: ^^ [14:41] Flimm: Edit the milestone, the release only contains the release notes, changelog, and files [14:41] I can't see a codename field on the milestone page. [14:42] wgrant: Flimm: right, I intend to change the label on the form [14:43] * sinzui looks for real code_name on bloody milestone [14:46] hi i trying to set my project part of project_B and this is part of project_A but when i search project_B just appears project_A, how i can resolve this issue? [14:46] * sinzui files big fat bug that code_name is hidden on milestone! [14:47] Flimm: you are the victim of a lapse of reason. I will get a fix landed for next week. It will not be available on launchpad.net until the next big release at the end of the month. [14:48] That's alright, I'll just have to release my project without a funky codename [14:48] Should I file a bug? [14:48] There seems to be confusion in the code as to the use of milestone name and code_name...there should probably be only one [14:48] Flimm: I'm doing that noe [14:48] now [14:56] Flimm: I reported bug 359078 [14:56] Launchpad bug 359078 in launchpad-registry "milestone code_name is not editable" [High,In progress] https://launchpad.net/bugs/359078 === abentley1 is now known as abentley [15:32] did anyone see bug 358755 :) [15:32] Launchpad bug 358755 in firefox-3.0 "follows" [Undecided,Invalid] https://launchpad.net/bugs/358755 [15:32] i seem to get all the losers [15:39] gnomefreak: oh well, what can you do. this is more a 'mistake' than spam [15:39] people make mistakes [15:40] intellectronica: mistake is not asking for illegal info mistake == typo or filing a bug instead of a question [15:42] sometimes people make really bad mistakes :) [15:42] :) [15:45] gnomefreak: the user will be banned, and we're conducting a traditional goat flogging ritual to purify the bugtracker from his presence [15:46] intellectronica: thanks i was just thinking about removing bugs like that so others don't see it while i hav eoutside smoking [15:47] i always need a cigarette after seeing a bug like that [15:47] it's very bad for my health [15:48] mine too but sometime im going to die. Might as well enjoy life but that is my twisted brain at work [15:49] * intellectronica realises he's out of cigarettes. runs, shaking, to the store [15:50] off to gym see you later :) [16:20] what happens if the connection drops and I'm uploading a package to PPA? [16:20] start again? :) [17:00] savvas: I think that's a fair assumption [17:27] hello, I wanna to delete : https://edge.launchpad.net/~ubuntu-tn-editorial [17:28] can somebody desactivate or delete, please ? [17:42] How to add a project to a team [17:42] I recently create a new team, than a new project, but I can't find how to add this project to the team ? [17:45] hi RachedTN-away [17:45] hi joey [17:45] RachedTN-away, let me see if I can help you. [17:46] k [17:46] ok :) [17:46] RachedTN-away, you want to delete https://edge.launchpad.net/~ubuntu-tn-editorial? [17:46] yes [17:46] ok [17:46] good [17:47] RachedTN-away, ok I'll get that done. Did you have another question? [17:47] joey: I recently create a new team, than a new project, but I can't find how to add this project to the team ? [17:47] RachedTN-away, ok, can you paste in the link to the project? [17:48] joey: https://edge.launchpad.net/drafting-project [17:48] and this is the link of the team : https://edge.launchpad.net/~ubuntu-tn-drafting [17:50] RachedTN-away, for the editorial team, it appears that I'll need you to fill out an Question so we can verify you are the owner, even though I can see you are. Please ask for that team to be deleted here: https://answers.edge.launchpad.net/launchpad [17:51] ok [17:52] RachedTN-away, https://edge.launchpad.net/drafting-project/+edit-people [17:52] joey: https://answers.edge.launchpad.net/launchpad/+question/67070 [17:52] RachedTN-away, you go to "change details" and then click on the black "people" mini-bar [17:54] joey: sorry, but I can't see "change details" in this page : https://edge.launchpad.net/drafting-project/+edit-people [17:54] RachedTN-away, from this page, https://edge.launchpad.net/drafting-project/ or use the +edit-people to add the teams [17:56] joey: ok [17:56] :) [17:56] I see :P [17:58] thanks a lot joey : it's OK now :) [17:58] RachedTN-away, you bet! Enjoy === rgreening_ is now known as rgreening === rgreening_ is now known as rgreening [20:31] hi there! [20:34] I cannot seem to find any link like "Register a Release" on the series overview page of the trunk series in twittare ... [20:34] It should be there according to the docs ,) [20:58] hello. i'm looking for help with https://launchpad.net/rain8net which i've never developed, only created in sf and asked people for help. the development seems to be done now and it's now about packaging it for distros. will anyone want to help? [21:03] otherwise, where would be a good place to ask for such help? === DawnLight1 is now known as DawnLight [21:19] how to i mark a bug as being blocked by another? === RachedTN is now known as RachedTN-away [22:32] I wonder why : https://staging.launchpad.net [22:32] isn't working correctly [22:32] I often get this error : Timeout error [22:32] !! [22:32] really RachedTN [22:33] mthaddon, ^^ [22:33] it doesn't happen I work on https://edge.launchpad.net [22:33] joey: yes? [22:34] RachedTN: it's a staging server, not a production server, so the hardware isn't as beefy, and it's often down without warning for maintenance or other reasons [22:35] mthaddon: ok, I see, but I don't bother you by creating and discativating teams and projects ^^ [22:35] I don't want to bother you by creating and discativating teams and projects ^^ [22:36] I am the owner of a team, and I wanna to delete a reltaed project from the team, how should I do ? [22:36] 's/reltaed/related/' [22:36] RachedTN: you want to delete the project, or just remove it from "related projects"? [22:37] mthaddon: just remove it from "related projects" [22:37] RachedTN: I don't believe there's a way to do that - I think that list is auto-populated based on inferences from usage [22:37] RachedTN: it will update over time and if it's no longer related it'll be removed [22:38] mm [22:38] joey: is that correct? ^ [22:39] depending on which panel you are looking at, it's autopopulated [22:39] so mthaddon, you are correct [22:39] the front page though with Featured projects, is set by an admin [22:40] joey : if I desactivat the admin who add this project, will the project be removed from the related projects [22:40] ? [22:41] RachedTN, if you deactivate the person listed in the maintainer field? [22:41] yes [22:42] RachedTN, then you have a problem and you'll need a LP admin to help you :-) [22:43] joey: LP , what's that ? [22:43] LP : LauncPad [22:43] RachedTN, please paste in the url of the page you are looking at. [22:43] yes, lp = launchpad [22:43] https://edge.launchpad.net/~ubuntu-tn-drafting [22:43] https://edge.launchpad.net/~ubuntu-tn-drafting [22:44] https://edge.launchpad.net/~ubuntu-tn-drafting/+related-software [22:45] joey : if I desctivate this person : https://edge.launchpad.net/~ubuntu-tn-drafting/+member/mawale [22:45] who added the project to the related projects [22:45] RachedTN, it's related because that team is associated with those two projects [22:46] it's automatically added [22:46] let's suppose that Idont wanna my tema to be associated to a project, what should I do ? [22:46] remove the team from the project :-) [22:46] but it's not my project [22:48] RachedTN, how strange. [22:49] kiko: yep :) [22:49] the spec associated with that is owned by your team [22:50] so it seems in all three cases you are the admin [22:50] the tn-drafing team, https://edge.launchpad.net/drafting-project, and the spec https://edge.launchpad.net/tn-drafting-project/+specs [22:50] here is the situation : I have created a team (that means I am the owner), one of the administrator has associated a project that I don't like, so I wanna to remove that project [22:51] joey : I wanna to keep https://edge.launchpad.net/drafting-project and remove  https://edge.launchpad.net/tn-drafting-project [22:51] because it's a redondancy [22:51] ah I see [22:51] Wajih made your team the owner [22:52] yep [22:52] that's easy! [22:52] how ? [22:52] RachedTN, just file an Question (same link as earlier) and ask for that project to be deactivated. You have to do it thought since you are the owner of the team that maintains that project [22:53] ok, how easy is that :P [22:53] That way we know it's a valid request :-D [22:53] RachedTN: if you let me know the question URL once you've created it, I can do that for you right away [22:54] Now that's service! :-) [22:55] joey: https://answers.edge.launchpad.net/ubuntu/+question/67091 [22:55] mthaddon: https://answers.edge.launchpad.net/ubuntu/+question/67091 [22:56] you are really cool guys, VIVA Ubuntu and Canonical :) [22:57] RachedTN, thank you for speaking English. My Arabic isn't very good :-) [22:57] ok, all done [22:57] mthaddon: thank you [22:57] sure [22:57] joey : I hope you'll leran arabic oneday, it's really amazing :) [22:58] and thanks very much :) [22:58] RachedTN, there are few people here who speak it. I learned Esperanto so I could have fun. :-) [22:59] joey: I think that Mr Taher Achour ( atunisian man who made the LPI199) work with you, isn't he ? [23:00] RachedTN, I don't know him personally. [23:01] joey : If you see him, tell him that ubuntu-tn LoCo are proud of him and they wanna to see him one day :) [23:01] joey: have a nice day and take care, sorry to bother you :) [23:01] no worries. Come back here if you have any more Launchpad questions === mpt_ is now known as mpt === sale_ is now known as sale [23:51] Hi, a question on merge. I rry to merge my dev branch on a 'trunk' branch . The merge is caaepter and apporved on trunk, but I don't see the code in the trunk . It is a matter of time ? The branch maeged is here : https://code.launchpad.net/~nico-inattendu/luciole/nico-0.7 and try to merge here https://code.launchpad.net/~nico-inattendu/luciole/main [23:53] nicoInattendu: you have to merge it yourself with bzr merge [23:53] (I think) [23:53] In which branch ? in the main ? [23:53] the web interface is just to show other what's going on :) [23:54] erm... [23:54] you want to merge nico-0.7 into main right? [23:54] Right [23:55] while in main, try: bzr merge lp:~nico-inattendu/luciole/nico-0.7 [23:56] I could be wrong though, so don't trust me :) [23:59] No , it was great :). But now I dont' understand the goal of the web interface for merge stuff. [23:59] 00:54:13 < savvas> the web interface is just to show other what's going on :) [23:59] *others