[12:36] ragazzi come si chiama il programma per fare le scrittone in ascii .. cacchio me lo dimentico sempre [12:51] OI [12:51] R. [ 18: launchpad-reviews-bo] Your message to launchpad-reviews awaits moderator approval [12:51] webmaster@ is getting spammed with that; can someone please whitelist that address? [12:56] sure [12:56] Merge to rocketfuel@canonical.com/launchpad--devel--0: [r=bradb] fix for bug 806: marking bug as dupe doesn't hide them; omits dupes from search listings by default. Renames IBugTarget.search to seearchBugs. Refactors BugTaskSet.search to be cleaner. Cleans up the search listing page's actions portlet. Removes lint from here and there. Tests hidden dupes feature. Minor cleanups to the attachment templates, essentially removing unused crap. Enjoy (patch-2221: [12:57] elmo, actually, fuck, it'sa n implicit target [12:58] yeah, moin's always done that :( [12:59] hummph === mpt [~mpt@200-171-140-32.dsl.telesp.net.br] has joined #launchpad [01:53] il mondo mio ( cit. il nemico di fantaman .. dr.Zero) === niemeyer [~niemeyer@200.103.136.236] has joined #launchpad === Lathiat [lathiat@gasp.bur.st] has joined #launchpad === glyph [foobar@c-24-147-173-95.hsd1.ma.comcast.net] has joined #launchpad === Seveas [~seveas@seveas.demon.nl] has joined #launchpad === robitaille [~daniel@d154-5-117-228.bchsia.telus.net] has joined #launchpad [05:29] Merge to rocketfuel@canonical.com/launchpad--devel--0: add cve report on distribution [r=stevea] (patch-2222: mark.shuttleworth@canonical.com) === mexiKON [~philipp@G12cc.g.pppool.de] has joined #launchpad === _Raptor_ [~KillerApp@dsl-253-122.monet.no] has joined #launchpad === _Raptor_ is now known as _Rappy_ === glyph [foobar@c-24-147-173-95.hsd1.ma.comcast.net] has left #launchpad ["Leaving"] === mvo [~egon@ip181.135.1511I-CUD12K-01.ish.de] has joined #launchpad === mvo [~egon@ip181.135.1511I-CUD12K-01.ish.de] has joined #launchpad === Mez [~Mez@cpc2-lich4-3-0-cust115.brhm.cable.ntl.com] has joined #launchpad [10:33] jamesh: any chance you could have a second look at the python-apt interface? it uses properties now (as you suggested) in the Package class === koke [~koke@169.Red-217-127-113.pooles.rima-tde.net] has joined #launchpad [10:36] hi all === Virtuall [~virtuall@blackbox.enio.lv] has joined #launchpad === mvo waves to koke [10:46] mvo: what will those binding be used for? [10:47] sivang: that are binding to write package managers in python using libapt [10:47] gnome-app-install, langauge-selector and update-manager use them (our growing amada of python based system software :) [10:48] mvo: I've seen someone is working on FindingPackages, how it's going? [10:49] koke: see for yourself http://www.niran.org/code/soc/ [10:49] mvo: but update-manager looks like is just using apt at the backend, is's able to show stuff the debconf stuff in the terminal window option it has, how does it achive that through libapt bindings? [10:50] mvo: I saw you are the package admin for g-s-t on soyuz, is it just dummy data for now? [10:51] mvo: I got a new job and I hve less free time :( [10:51] sivang: it figures what packages are upgradable with apt and uses synpatic as it's backend. the problem is that the actuall install support in python-apt is not yet that great (and well tested) [10:51] koke: the page has some screenshots and stuff [10:51] sivang: do you have a url for me (for package-admin)? [10:52] mvo: sec, I ust figured it should be garnacho, that's all [10:52] yay! the calander is rocking [10:53] (it didn't work yesterday) [10:53] how do I add stuff related to ubuntu there? [10:55] mvo: I can't find the package anymore weird [10:56] mvo: ah, it was in DOAP - found it https://launchpad.net/products/gnome-system-tools [10:57] mvo: you're the lead maintainer there, shouldn't it be garnacho? [10:59] sivang: I'm probably lead because I care for the packages [11:01] sivang: can't find package-admin [11:01] on the page === mexiKON is now known as philiKON [11:02] mvo: ah ok, so the lead there is the package maintainer? [11:04] sivang: I think so, yes [11:13] sivang: have you seen one of the last mails in rosetta-users, about a Hebrew translation team? [11:24] jordi: err, can you forward them to me? (I can't read those email from here) [11:32] mvo: we should probably have something to show who the upstraeam maintainer is [11:38] hmm, nice to see GNOME official translation is now done through rosetta [11:42] you serious? === Lathiat [lathiat@gasp.bur.st] has left #launchpad [] [11:49] sivang: huh? [11:51] sivang: http://lists.ubuntu.com/archives/rosetta-users/2005-August/000626.html [12:40] can someone with python experience please review the interface bits of the "apt/" directory of my python-apt archive? baz get http://people.ubuntu.com/~mvo/arch/ubuntu/python-apt--mvo--0? it's not very big (and some issues are already fixed thanks to ddaa and jamesh) [12:44] sivang? === Mez [~Mez@cpc2-lich4-3-0-cust115.brhm.cable.ntl.com] has joined #launchpad [12:46] mvo: one small issue: rather than doing "def getId(self):...\nid = property(getId)", use "def id(self): ..." [12:47] otherwise you are providing a property and a method [12:47] (i.e. use the same name for the property and the function used to define the property) [12:48] mvo: another stylistic issue: in Cache._runCallbacks(), you use "apply(callback)" [12:49] that can be written as "callback()", which is simpler [12:49] jordi: can I already mailed him to request memebership of the team [12:49] jordi: thanks [12:50] jamesh: thanks a lot! [12:51] jordi: is there a possibility to allow someone to import new po's and reviwe/approve stuff without being the main admin? [12:54] mvo: also, you can just use "name = property(name)" [12:55] rather than passing 4 args to property() [12:55] jamesh: this will preserve the docstring from the method? [12:55] the property's documentation will default to the documentation of the getter function [12:55] great, thanks [12:55] or if you can depend on Python 2.4, just use the "@property" notation [01:02] sivang: I'm not sure about that yet. [01:02] jamesh: thanks. we still provide python2.3 packages. but once they will be dropped I'll change to the @property [01:03] mvo: I take it the Cache class would be a lot slower if it created the Package objects on request [01:03] as opposed to the way it does it right now? [01:07] jamesh: I considered it. The time to build the dependency cache (in c++) is a lot bigger than the time it takes to populate the dictionary with the python wrapped packages. but a lazy dict may be possilbe without too much slowdown [01:08] mvo: I guess this is one place where the RPM database is a bit nicer -- looking up packages is very quick without loading the entire contents === BjornT [~bjorn@200-171-140-32.dsl.telesp.net.br] has joined #launchpad [01:09] jamesh: yes, in theory it's very fast with apt too (but only if no dependency calculation is used and the package cache is up-to-date) [01:10] but python-apt does not really support opening the cache without considering dependencies so that is always done :/ [01:10] (it's a limitation in the c++ wrapper code) [01:11] The RPM database has indices for package names, file names, provides, requires, and a few others [01:12] oh, that's nice [01:12] and it isn't a cache, so it isn't ever out of date === carlos [~carlos@200-171-140-32.dsl.telesp.net.br] has joined #launchpad [01:13] jamesh: can I use the properties in this way (or is there a way to provide that without having two get-methods: "property(canidatePriority(useCanidate=True))? [01:13] morning === sabdfl [~mark@200-171-140-32.dsl.telesp.net.br] has joined #launchpad [01:14] mvo: that would create a property that uses the return value of candidatePriority() as the implementation [01:15] mvo: you might want something like property(lambda self: candidatePriority(self, useCandidate=True)) [01:15] jamesh: right, that was what I was looking for. thanks again! [01:21] I'm going to need a catalan translators list for Rosetta [01:21] who should I ask this to? [01:21] carlos: morning, how are you ? [01:23] ah, I missed carlos' arrival [01:23] morning carlos [01:24] sivang was asking; if there are two team admins for, say, Hebrew, is one of the admins able to demote the other admin? [01:26] jordi: thanks :) [01:27] carlos: what are the plans to make Rosetta/LP translatable? [01:29] carlos: for instance, I got some requests fomr someone that wants to become and admin for the hebrew translators list as well, now this has the benefit of having two people who can upload PO files and review stuff, but if some havoc happens (when there are disagreemnets) admins might use their power to demote other admins etc, which would then result in having to bug you for permissions reset :) === cprov [~cprov@200-171-140-32.dsl.telesp.net.br] has joined #launchpad [01:31] sivang, morning [01:32] sivang, jordi if you are the owner of the team I think that would not happen [01:32] anyway that's a bad usage of the system [01:32] and if it happens, you should notify the admins (jordi, daf or me) [01:33] and that person will lose his rights [01:33] and the situation fixed [01:34] nod [01:35] jordi, what list do you need? [01:42] carlos: who do you do bold letters in the wiki [01:42] carlos: for the Catalan ubuntu team I guess [01:43] carlos: so I can basically give admin rights to anyone who says he wants to review translations and upload po files? (is it really needed for people to be admin in order to upload templates) [01:45] sivang, an admin is only needed to control who joins or not the team [01:45] sivang, any member should be able to upload .po files [01:46] carlos: ah I see, I didn't know that. I was sure you have to an admin to upload pos [01:46] sivang, no, that's not needed at all [01:46] jordi, https://launchpad.net/people/ubuntu-l10n-ca [01:47] carlos: mailing list. :) [01:47] carlos: and when someone uploads pos, who gets to review it and when? [01:50] jordi,? [01:50] jordi, did you asked for it? [01:50] ;-) [01:50] no :) [01:50] carlos: how do I make something bold in wiki markup? [01:51] err [01:51] sorry [01:51] sivang, a po upload done by a non editor just adds the updates as suggestions [01:51] it's on the fscking edit page [01:51] sivang, a po upload by an editor applies all translations automatically like translating over the web page [01:51] jordi, I think it's `foo` [01:52] or with three '''foo'''' [01:52] '''foo''' [01:52] jordi, I don't remember it, just check other page that has it [01:52] https://wiki.ubuntu.com/RosettaFAQ?action=diff&rev2=6&rev1=5 <--- review? [01:54] carlos: Admin = Editor ? who do I make people editors? [01:54] jordi, cool, thanks. Btw, could you change ProductRelease by Product series or branch? [01:54] sivang, no, member == Editor [01:54] Admin == Coordinator [01:55] carlos: hmm, I don't see where [01:56] jordi, sorry, "upcoming release" is the question before the one you added [01:56] oh [01:56] carlos: so any person who has been approved by me as a memeber of the translation team, with the most basic privilges is actualyl and Editor ? [01:56] sivang, right [01:56] sivang, look at the team as the QA team [01:56] to translate you don't need to join the team === spiv [~andrew@200-171-140-32.dsl.telesp.net.br] has joined #launchpad [01:57] jordi, could you add that information to the FAQ so we have it clear? [01:57] carlos: so he can upload PO files, override others' translation , and approve uploaded stuff as the officail translations. [01:57] sivang, a member is an official translator === stub [~stub@200-171-140-32.dsl.telesp.net.br] has joined #launchpad [01:57] * Make sure the upcoming release is registered in Launchpad (add product, add series, add release). [01:57] you mean here? [01:58] carlos: ok, so we realyl don't neem more then one admin :) if everybody can upload and everyint that's cool [01:58] * Make sure the upcoming product series is registered in Launchpad (add product, add series, add release). <- this? [01:58] jordi, yeah, we don't need releases anymore, just series [01:58] remove 'add release' [01:58] sivang, right [01:58] sivang, only if you need help to accept/reject people [01:59] done [02:00] spiv: how are you feeling? [02:00] carlos: cool, I'll email the hebrew list with this info whe I have acces sto my other mailbox again (from home) [02:00] (chickenpox, etc) [02:03] sivang, cool, thanks [02:06] Is the launchpad meeting happening now, or should I get some dinner? === mpt [~mpt@200-171-140-32.dsl.telesp.net.br] has joined #launchpad [02:07] jamesh, Steve says "get some dinner" [02:07] I can only guess what that means [02:07] jamesh: Getting better :) [02:11] carlos: enjoy :) https://launchpad.net/malone/bugs/1663/ [02:12] carlos: where do I ask for a mailing list? [02:12] mailman-admin@lists.ubuntu.com [02:12] k [02:15] jordi, my firefox shows me it correctly [02:16] jordi, your browser bug? [02:16] great... [02:16] what font? [02:16] no idea, default one === bradb [~bradb@200-171-140-32.dsl.telesp.net.br] has joined #launchpad [02:16] does ubuntu default to vera? [02:16] no idea [02:16] jordi, how can I see it? [02:17] I don't know if ff uses GNOME prefs for that [02:17] but checking the font capplet to start is a good idea [02:17] It just says sans === salgado [~salgado@200-171-140-32.dsl.telesp.net.br] has joined #launchpad === SteveA [~steve@200-171-140-32.dsl.telesp.net.br] has joined #launchpad [02:20] hrm [02:20] hi folks [02:21] can we have a launchpad meeting in 10 minutes' time? [02:21] should be a quick one, because many people are still in brazil [02:21] I can attend [02:21] just because I'm alone at work :) [02:21] B R A [02:21] Z I L [02:22] M P T! M P T! [02:22] jordi: Whereabouts in Launchpad did you have trouble reading "Valncia"? [02:23] I'm attaching a Screnenshot in a minute [02:23] oh, we have attachments now === mpt ph3ars [02:25] reload [02:29] kiko: see? [02:30] hi [02:30] so, who's around? [02:31] hmm, no one in particular [02:31] okay, let's shelve the meeting until next week [02:33] carlos: have time for another lesson? [02:39] sorry, I wasn't paying attention [02:46] Merge to rocketfuel@canonical.com/arch-pqm--main--0: r=spiv tidy ups to the pqm codebase and implement a trivial status page (patch-22: robert.collins@canonical.com) [02:47] carlos: it seems I have no perms to edit series details [02:47] https://launchpad.net/products/xqf/unknown/+edit [02:48] carlos: basically, I want to cleanup xqf's mess. [02:48] carlos is in meetings with mark right now [02:48] righto [02:49] /away lunch [02:49] oos [02:49] anyway, I'm off home. back later. === niemeyer [~niemeyer@brutus.conectiva.com.br] has joined #launchpad [02:57] Morning! [03:01] niemeyer: morning === Mez [~Mez@cpc2-lich4-3-0-cust115.brhm.cable.ntl.com] has joined #launchpad [03:07] Merge to rocketfuel@canonical.com/launchpad--devel--0: [trivial] fix various actions portlet icons (patch-2223: mpt@canonical.com) [03:08] morning niemeyer [03:08] jordi, are you not using ubuntu? [03:12] morgs: ping me when you get back. i know how to fix the rdf view problem. [03:12] It's possible jordi's Debian installation is older than Bitstream's Vera release is, so he's not benefitting from new OS defaults === Mez [~Mez@cpc2-lich4-3-0-cust115.brhm.cable.ntl.com] has joined #launchpad [03:17] we released Vera ages ago [03:18] I thought it was only three or four years [03:21] that's ages ago, right? [03:22] not for a Debian user :-> [03:22] hoho [03:22] 3 or 4 years is ~ 6 or 8 ubuntu releases :) [03:23] jamesh: Vera sounds familair , what is it? [03:24] sivang: the "Bitstream Vera" font family [03:24] sivang: Bitstream donated it to the Gnome Foundation [03:24] it was previously known as Bitstream Prima [03:24] jamesh: wow, tha'ts cool I didn\t know that [03:24] "Prima Vera" === mvo [~egon@ip181.135.1511I-CUD12K-01.ish.de] has joined #launchpad [03:25] sivang: http://www.gnome.org/fonts/ [03:25] Jim Gettys wanted to call it freedonia [03:26] what does freedonia mean? just a name? === Mez [~Mez@cpc2-lich4-3-0-cust115.brhm.cable.ntl.com] has joined #launchpad [03:26] (Prima Vera is something new or unique no?) [03:26] http://en.wikipedia.org/wiki/Freedonia [03:29] jamesh: enlighting. Was it really trying to be a satire about New York? [03:30] sivang, a reference to spring, I imagine === Mez [~Mez@cpc2-lich4-3-0-cust115.brhm.cable.ntl.com] has joined #launchpad [03:31] sivang: probably not. [03:31] fake european countries aren't that uncommon [03:31] like Molvania [03:32] "A Land Untouched By Modern Dentistry" [03:32] hehe === sivang tries to imagine how would that country look like [03:33] the travel guide for Molvania is very good [03:35] but noisy [03:35] noisy? [03:36] yes [03:36] jamesh? [03:36] do you think you could fix http://www.daa.com.au/mailman/listinfo/pygtk to point to the right archive location instead of http://localhost.localdomain/pipermail/pygtk/ [03:36] or was that done intentionally? [03:54] kiko: should be fixed now [03:55] mpt: the desktop I took the screenshot on was installed like 15 months ago. [03:55] Probably GNOME 2.6 at the time [03:59] thanks jamesh [03:59] jordi, it's totally broken, dude. those fonts are horrible. [03:59] kiko: dude [03:59] kiko: the Launchpad has been like ths for me since day one. [03:59] I'm not joking [03:59] Let's have a look in the desktop [03:59] your box is totally broken [03:59] ALL of them? [04:00] the distribution you're using, most likely [04:01] hmm [04:01] this box shows it ok [04:01] wtf [04:03] the fonts requested in plone.css are "Lucida Grande",Verdana,Lucida,Helvetica,Arial,sans-serif [04:03] you might have an evil Verdana or Arial [04:04] maybe russian [04:04] no, afaik I have no msttfcorefonts installed [04:04] let's see what I have here. [04:04] not Microsoft fonts [04:04] epiphany's about:config seems exactly the same as the one in the office [04:04] I've seen some systems that had some non-western fonts with the Microsoft names [04:04] so it's probably an evil font in my setup. [04:05] I have ttf-bistream-vera, ttf-dustin, ttf-freefont, ttf-opensymbol [04:05] try running "fc-list Verdana file family style" [04:05] and the same for Helvetica and Arial [04:06] none for Verdana [04:06] you might be getting bitmap Helvetica, actually [04:07] nothing for Helvetica here (good desktop), I get results from xfonts in one of th broken boxes [04:07] do you have DOM inspector installed? [04:07] in firefox? [04:07] it can be useful for testing issues like this [04:08] I'm using ephy anywahy [04:09] anyway [04:09] if you have anything matching Lucida Grande, Verdana, Lucida, Helvetica or Arial, then you won't get Bitstream Vera Sans [04:10] I get hits for Helvetica yeah. [04:10] So ubuntu does not install xfonts-*-transcoded or anything? === ddaa [~ddaa@ordo.xlii.org] has joined #launchpad [04:12] we should probably be overriding the font choice from plone.css to just "sans serif" [04:12] jamesh: I believe it's pretty common for people to have these fonts installed [04:12] assume the user has set up their browser how they like it [04:14] jamesh: hmm [04:15] this box has xfonts-* installed too [04:15] and it works. [04:15] I don't understand [04:15] I haven't changed any font setting. [04:15] jordi: does the "fc-list" command give different results for the various font family names? [04:16] if you were using firefox or Mozilla, I'd suggest trying the DOM inspector to fiddle with the CSS and see if it helps [04:27] jamesh: I will, when I'm back in a broken box [04:28] here it's working ok [04:28] NOT thanks to kiko! [04:28] kiko: dude! [04:28] Merge to rocketfuel@canonical.com/launchpad--devel--0: [trivial] HideObscureLanauges dump (patch-2224: stuart.bishop@canonical.com) === lamont [~lamont@15.238.5.30] has joined #launchpad [04:43] what did I do now [04:50] bashed my distro, which is cool! [05:02] jordi: it looks fine in Safari. You should use MacOS X [05:02] heh [05:12] kiko: would you be able to post a copy of the pending reviews page to the launchpad-reviews mailing list sometime, so I can see if there is anything that needs doing tomorrow? === tav [~tav@p54BD3D75.dip.t-dialin.net] has joined #launchpad [05:15] salgado: replied to your reply to my review [05:20] jamesh, now I see your point about BugTaskSet.search(). [05:20] we'll probably want to search for "bugs assigned directly to me or to any team that I'm a member of" and for "only bugs assigned directly assigned to me" [05:21] oops, there's an extra assigned there [05:22] that distinction doesn't seem as important as the "bugs assigned to me/my team" and "bugs reported on my products/packages" [05:22] indeed [05:22] given that bug tasks start out without an assignee [05:24] so, you'd prefer that doing a .search() with an assignee returns all bug tasks assigned to you/your-teams? [05:24] I think this is reasonable, but it probably deserves some discussion === koke [~koke@169.Red-217-127-113.pooles.rima-tde.net] has left #launchpad ["Konversation] [05:30] yeah. I think "assigned to me" and "assigned to my team" should probably be treated the same === Virtuall [~virtuall@who.is.virtuall.info] has joined #launchpad [05:57] sheesh... importd-archivelocation is annoying... I end up doing some significant refactorings, even though I know I should separate them... [05:57] (refactoring = mostly deleting big chunks of obsolete crap) === mp [horpah@hell.org.pl] has left #launchpad [] [06:16] jamesh, I believe the only person who has added stuff to pending reviews is mark === BjornT [~bjorn@200-171-140-32.dsl.telesp.net.br] has joined #launchpad [06:53] Merge to rocketfuel@canonical.com/launchpad--devel--0: [trivial] HideObscureLanauges.sql in pending (patch-2225) [07:28] Merge to rocketfuel@canonical.com/launchpad--devel--0: [trivial] DistributionMilestone.sql patch in pending (patch-2226: stuart.bishop@canonical.com) === dholbach [foobar@td9091b40.pool.terralink.de] has joined #launchpad [07:49] hi [07:51] hi dholbach [07:51] i recall having asked this already, but i can't remember the answer - is there any possibility to add one mail adress to a team? so we could 1) show who's in a team 2) make sure we route all the team's bugs to a mailing list, so nobody gets annoyed by 600 bug mails (in case of MOTU / universe) [07:51] hey salgado :) [07:53] dholbach, you can add an email to a team. if you go to the team page you should see a link there to do this [07:54] oh cool [07:54] i'll investigate [07:54] but I don't understand what you mean in 1) [07:54] i wouldnt want to chuck out people of a team because they dont want to get the mails :) [07:54] it's ok, if i can attach a mailing list [07:56] ah, ok. the link is called "Edit Contact Address", btw [07:56] as with all email addresses in Launchpad, though, we have to validate a mailing list address [07:57] to do that we have to send an email to the mailing list and one of the members of the mailing list will have to validate it [07:57] ok, super === tav_ [~tav@p54BD3D75.dip.t-dialin.net] has joined #launchpad [08:07] jamesh, around? [08:07] (I guess not, but anyway...) === Burgundavia [~corey@S0106000000cc07fc.gv.shawcable.net] has joined #launchpad === BjornT_ [~bjorn@200-171-140-32.dsl.telesp.net.br] has joined #launchpad === stub [~stub@200-171-140-32.dsl.telesp.net.br] has joined #launchpad === Burgundavia [~corey@S0106000000cc07fc.gv.shawcable.net] has joined #launchpad [08:42] Merge to rocketfuel@canonical.com/launchpad--devel--0: bug page cleanups and auto-alt-language [r=carlos] (patch-2227: mark.shuttleworth@canonical.com) === Seveaz [~seveas@seveas.demon.nl] has joined #launchpad === tav_ is now known as tav === Seveaz is now known as Seveas [08:52] carlos: ping [08:52] jordi, pong [08:52] carlos: should I talk about "Non-Members", "Members" and "Admins", or s/Member/Editor/g? [08:53] also, besides accepting new members, do team admins do anything else? [08:54] jordi, well, I suppose that you should make clear that a Member is an editor as the team membership pages talk about members not editors [08:54] jordi, no, admins just accept/reject people, nothing more [08:54] I have talked about members all the time [08:54] jordi, team admins can demote other team admins [08:54] change team information and stuff like that, too [08:55] jordi, but the concept of a member of a translation team is not the same and would be confusing [08:55] carlos: hmm. [08:55] have a look at my diff, let's see how to word it [08:55] you should make it clear that you don't need to be a member of the ubuntu-l10n-XX team to translate, it's just a QA team [08:55] salgado: I guess it's not FAQ what admins do exactly [08:55] carlos: nod [08:56] https://wiki.ubuntu.com/RosettaFAQ?action=diff [08:56] salgado, we talk more about what rights you get in Rosetta as a team admin [08:57] oh, I see [08:58] jordi, What's the difference between a 'Team Admin', a 'Team Member' and a 'Non Member'... [08:58] jordi, that title is better [08:58] ok [08:58] what about the rest? [08:59] jordi, perfect [08:59] I think you can leave it as it's [09:00] I love when you say that :) [09:00] and we will fix anything that would confuse our users later [09:00] jordi, :-D [09:00] mmkay. If you have a minute, I'd like to look at xqf. [09:01] it's in a very messy state afaict [09:01] I got a system error while playing with it :) [09:01] spiv, what will happen if we allow people to change/remove their wiki.ubuntu.com wikiname entries? [09:05] lifeless: ping [09:06] jordi, hmm I'm a bit busy atm [09:06] jordi, would we talk later? [09:06] sure [09:06] after my pizza :) [09:09] jordi, I will arrive to Valencia on Monday evening, if you want, we could have a meeting on Tuesday in my house [09:09] salgado: They won't be able to login to the wiki. [09:09] salgado: We need to ensure that all users always have a wikiname for UBUNTU_WIKI. [09:11] carlos: sure [09:12] jordi, anyway remind me the xqf issue later and I will take a look at it when I get a break. === SnakeBite [~SnakeBite@84.242.143.64] has joined #launchpad [09:12] jordi, even better, send me an email with the problem so I can take a look even if you are not around [09:19] I'd rather have a look [09:19] with you, there might be a permissions issue too [09:24] jordi, did you get your canonical/ubuntu email address? [09:24] jordi, I want to send the annoucement today [09:25] not yet, because my contract is taking it's time to get there [09:25] it seems. [09:25] oh... [09:25] nod... if you can delay it until at least tomorrow. [09:25] I could try to get it faxed for Claire at least [09:25] If I find a public fax [09:25] I wasn't lucky today. [09:26] jordi, do you have a scanner?, email should be enough... [09:26] hmm [09:26] yeah, I was abotu to say that. [09:26] I will do that tomorrow === Burgundavia [~corey@S0106000000cc07fc.gv.shawcable.net] has joined #launchpad [09:33] jordi, elmo will add your email alias later today [09:34] ok [09:52] sivang: in the end, you contacted Yaviv Abir and told him about the Hebrew team? [09:52] sivang: ie, can I ignore his request= [09:52] jordi: yes, I already added him to the team :) [09:52] great [09:53] kiko - yes [10:01] spiv, do you think it makes sense to enforce (with a DB constraint, probably) that all persons have only one wikiname with the ubuntu url? [10:04] salgado: Well, (wiki, wikiname, person) probably should be unique, regardless of which wiki it is :) [10:05] spiv, sure. I was thinking about making (person, wiki) unique. or at least make that unique it wiki == UBUNTU_WIKI [10:05] salgado: (person, wiki), yeah. [10:06] salgado: Definitely it needs to be unique where wiki == UBUNTU_WIKI, but I don't see any reason not to make it unique for all wikis. [10:07] spiv, agreed [10:08] I'll create the patch and merge as a [trivial] . (that's the rule during sprints, no?) :P [10:09] salgado: haha [10:09] salgado: I'd be happy to review it :P [10:10] salgado: I think the rule during sprints is [rs=bazSMASH!] ;) [10:12] heh. I'll use it, then [10:12] seriously, I'll try to find a free branch here and do this [10:13] btw, there's a question I always wanted to ask, about pqm. is it possible to tell pqm to do a 'baz replay' instead of a 'baz merge'? [10:13] I mean, will pqm accept that as a valid command or that bastard will tell me the command is not valid? [10:13] yes [10:14] but you should only do that for merges to production branches, which is istub and I only [10:15] why I can't do that to merge into rocketfuel's --devel? [10:15] because you will bork your ability to merge from that branch after that. [10:15] and create cherry-picked situations [10:15] ah, I see [10:15] its not a technical limitation per se, its a policy onme. === robitaille [~daniel@d154-5-117-228.bchsia.telus.net] has joined #launchpad === salgado would love to be allowed to do that. :) [10:16] why ? [10:16] thats r=spiv btw [10:17] I usually have some branches that I'm working on, and sometimes I want to make a trivial change but I can't [10:17] Merge to rocketfuel@canonical.com/arch-pqm--main--0: fix web ui to show only actual commands in scripts, not just the gpg foo (patch-23: robert.collins@canonical.com) [10:17] because all branches have unmerged changesets [10:17] salgado: so make it, then do undo and redo it later. or put it on your trivial-fixes branch or something [10:18] if its /really/ trivial you can actually send a plain patch to pqm [10:18] hmmmm. that's good [10:18] tell me more. :) [10:19] how do I do that? [10:21] the script needs to look like: [10:21] patch foo@example.com/foo--bar--0 [10:21] --- blarh [10:21] +++blarh [10:21] .. rest of patch content here [10:21] clearsign that and send to the pqm address as normat [10:21] *normal* [10:21] lifeless: Nice. [10:21] lifeless, cool. ta [10:21] subject becomes the commit message as normal. [10:22] lifeless, btw, when you said "if its /really/ trivial", were you suggesting that we may have some not-so-trivial merges going in? :P === salgado goes out for a bit. [10:22] dude, we definately have non trivial [trivial] patches occuring. [10:22] We should just give up and introduce [sprint] ;) [10:23] /no/ === bask [~bask@81-234-153-33-o260.telia.com] has joined #launchpad === bask [~bask@81-234-153-33-o260.telia.com] has left #launchpad ["Leaving"] [10:48] Merge to rocketfuel@canonical.com/arch-pqm--main--0: r=spiv incorporate kikos time foo so that we show timestamps in the ui (patch-24: robert.collins@canonical.com) [11:01] Merge to rocketfuel@canonical.com/arch-pqm--main--0: [trivial] show the current time in the web ui (patch-25: robert.collins@canonical.com) [11:19] Merge to rocketfuel@canonical.com/launchpad--devel--0: [trivial] tweaks to improve usability of color scheme (patch-2228: mpt@canonical.com) [11:31] cprov? === jordi looks for carlos === dholbach [foobar@td9091b40.pool.terralink.de] has left #launchpad ["Verlassend"] === mpt looks at carlos [11:39] is he having dinner or soemthing? [11:39] No, he's hacking [11:39] no, he's editing a spec [11:39] jordi, mpt with a spec [11:40] jordi, tell me [11:40] mpt with a candlestick [11:41] carlos: when you're free for 5 mins, tell me [11:41] ok [11:41] or if it's going to be a long while, tell me too and I'll go to sleep ;) [11:43] I think we have a break on 5 minutes [11:54] Merge to rocketfuel@canonical.com/launchpad--devel--0: [trivial] Gina band-aid (patch-2229: stuart.bishop@canonical.com) [11:55] only owneers of a group can make someone an administrator right/ [11:57] Mez, right [11:57] fair enough [11:57] how cna you tell who the ownder is [11:58] you should be able to see that in the team's page [11:58] Mez: It's printed on the team's page [11:58] ah kk [11:58] (attack of the invisible portlets!) [11:59] poor portlets. nobody looks at them [11:59] lonely and unloved [11:59] jordi, ping [12:00] Mez, other administrators can too [12:00] carlos: no they cant [12:00] salgado, or did you changed that? [12:00] carlos, if we're talking about regular teams, then they can't [12:00] and it's been like this since always [12:01] salgado, hmmm, good to know it... [12:01] salgado, I suppose that's the problem of being a superadmin... [12:01] you don't know exactly how the rights are... [12:03] carlos, eh? I'm not following you [12:04] salgado: He means if you're a Launchpad Admin (like carlos is and I'm not), you don't often get to see what Launchpad is like for a non-admin [12:04] mpt, that's it [12:05] so you get fuzzy on what non-admins can't do [12:05] ah, I see. /me was wondering what would be a superadmin [12:05] maybe someone who's admin of a lot of teams, like carlos? :P [12:06] salgado, and admin of a team is not the same as the admin of launchpad [12:06] :-) [12:06] so, one question for you, carlos [12:06] carlos: here [12:06] what's the point of being an admin of the Launchpad Admins team? [12:07] salgado, being able to bypass some restrictions we added for normal users? === salgado wonders if the Launchpad Admins team has any administrators [12:07] jordi, tell me [12:07] salgado, all launchpad.Admin protected pages are available to Launchpad Admins [12:08] carlos: I tried to cleanup xqf, as it apparently has a "main" branch but it appears to be broken [12:08] - when I tried to add a branch, I got a system error. PRobably because a branch named "main" already existed [12:08] carlos, you already get that if you're only a member of the team. my point was that there's no point in having administrators on that team [12:09] jordi: so, edit the existing branch rather than adding a new one. [12:09] lifeless: my second point: I can't, apparently. [12:09] jordi: your email exists, jordi@ and jordi.mallach@ [12:09] salgado: we could have WEGSNA permission on the launchpad.admins team [12:09] elmo: thanks! [12:09] elmo: is it a redirection, or is it a real mail server?