[12:08] mdke: pong [12:09] spiv, oh great, hi. [12:10] spiv, we would like to get hold of a list of email addresses of users who have accounts on the wiki. how hard is that going to be? [12:10] As in, a list of email addresses of users that have ever logged in to the wiki? [12:11] spiv, well ideally, those who have ever edited the wiki, but I think we'd settle for logged in [12:11] Hmm. [12:11] in normal moin i guess it wouldn't be very hard [12:12] but i don't know what the user database looks like on our moin [12:12] Well, the changes to our moin aren't that big. [12:12] It's basically a two-step process: [12:12] so some kind of search script for /data/user/* would do the trick? [12:13] 1) extract a list of user IDs from the moin files [12:13] 2) query the launchpad database for the email addresses for those users [12:13] ok, so maybe not too bad? [12:14] For step 1, you could even trawl through the history of all edits to narrow it down to people that have edited the wiki, but that's more work than just grabbing the id of every user file :) [12:14] yeah the id way works for me [12:15] spiv, do you have any idea how long something like that would take to write for one of you super geek guys? [12:15] We'll need an admin to do step 1, I don't have access to the wiki data files (although I can help by writing a script for them to run) [12:16] the admin thing shouldn't be a problem [12:16] it's just a question of getting the script written [12:16] Not very long, let me remind myself what the data files look like :) === SteveA [n=steve@195.182.78.95] has joined #launchpad === bradb_ [n=bradb@modemcable033.209-70-69.mc.videotron.ca] has joined #launchpad === Nafallo is now known as Nafallo_away === mdke_ [n=matt@ubuntu/member/mdke] has joined #launchpad [12:25] spiv, sorry, may have missed anything you said since "remind myself what the data files look like", got disconnected [12:25] mdke_: You didn't miss anything. [12:25] ah cool === mdke_ is now known as mdke [12:25] The script for the admins to run is easy, though: "ls [12:25] bah, [12:26] "ls $moin_user_dir" :) [12:26] mdke: Do you just need this as a once-off? [12:27] yup [12:27] we can work out the exact details with elmo another time [12:27] i just wanted to find out how hard/easy it would be [12:29] spiv, is stage (2) quite easy too? [12:29] mdke: Yeah, just a simple matter of SQL. [12:30] :) [12:30] spiv, ok great, thanks for your time === doko [n=doko@dslb-084-059-078-192.pools.arcor-ip.net] has joined #launchpad [01:15] bradb: ping [01:15] doko: hi [01:16] sorry, I strongly disagree on #3882 [01:17] doko: Why? [01:17] the whole distro team does work this way: work on one aspect on one package, and then go on to the next one. If I have to subscribe to each package I apply a fix ... that's just administration effort [01:18] doko: You don't have this feature in Bugzilla, AIUI, right? [01:18] bugzilla is not the measure === SteveA [n=steve@195.182.78.95] has joined #launchpad [01:20] if I look at debian, they some kind of this feature implemented. it's not just a malone thing. it's about tracking of an upload you make, and taking responsibilty about it. currently I have to poll many different sources for this information: [01:21] doko: I'm not saying your suggestion is a bad one, only that you're the only person I've heard ask for it and, IMHO, it would add more complexity than benefit. [01:21] people.ubuntu.com/~lamont/buildLogs, bugzilla/malone, anastacia output, colin's dapper-probs, etc ... [01:22] doko: How would Malone know when to subscribe you? Can it make these kinds of assumptions for every upload done to Malone? How would it know when to unsubscribe you? [01:23] bradb: because everybody just polls this information, which seems to be a ridicoulous waste of resources. [01:24] doko: Okay, let's walk through this. First question: how would Malone know when to subscribe you to all bugmail for a package? [01:24] SteveA: ping [01:24] bradb: launchpad should know about the uploader field, so that is the information you need. for unsubscription: either unsubscribe when somebody else uploads the package, or terminate the subscribte after some fixed time [01:24] bradb: subscribe: when somebody makes an upload [01:25] doko: Would that assumption be a helpful one for the majority of cases? [01:26] where upload is: upload signed by this person (which probably will not cover sponsored uploads, I'll have to check this) [01:26] spiv: ping [01:27] bradb: yes, manual uploads are usually signed by the people who work on the packages. exceptions are syncs from unstable and sponsored packages [01:28] doko: Okay, so will most developers want to start getting bugmail from packages at the moment they do an upload of that package? [01:29] we surely can formalize syncs from unstable. for sponsored uploads, we could maybe subscribe the sponsor (uploader) and the person in the changelog [01:30] bradb: yes, I think that would be helpful. that would elminate the work done by a bug master (currently mdz) assigning bugs to members of the distro team [01:31] bugs are one aspect, but this kind of sbscription feature should cover all other information related to a package [01:31] doko: And will it be the most helpful option to have Malone unsubscribe developers as pkg bug contacts automatically when someone else does an upload of their package? [01:32] s/their/the/ [01:33] bradb: that's one point to discuss. I'm not sure about it. I surely do not want to last the subscription forever. therefore the proposal to terminate the subscription after some time, or terminate it after the next upload done by another person [01:34] doko: What if the person were actually a pkg bug contact by choice as well? [01:34] then the point of contact has priority [01:34] This is the kind of complexity to which I'm referring? [01:35] er, s/\?/:)/ [01:36] From this other questions fall out about the complexity: can a user turn this off? If so, how? How do we communicate clearly to the developer why they suddenly started getting bugmail, and also somehow let them know that it won't continue forever, and don't-worry-we'll-auto-unsubscribe-you-soon-enough, etc? [01:36] I know ... please see it from my side. currently I have to poll several sources of information for each package I touch. a) that's work which can be automated b) if I forget/make mistakes, nobody will notice (at least for some time) === lifeless raises the spec flag [01:36] s/user/developer/ [01:37] doko: I agree fully with you that wasting your time is bad. [01:37] lifeless: pong [01:37] this may be more effective if a spec with use cases is worked through [01:37] that will make clear whats involved, and let other folk put in feedback, whereas IRC conversation is markedly opaque [01:37] spiv: yoyoyo [01:37] spiv: in DB interfaces [01:38] are related things like 'owner' normally presented as the object or as the underlying db type. [01:38] i.e. in IFoo [01:38] lifeless: agreed, but IMO there are use cases in the report. I'm just happy about the status change for needinfo->rejected [01:38] if there is an 'owner', and I have something implementing IFoo, would we expect thing.owner to be an 'int' or a 'IPerson' [01:38] lifeless: The object. So 'owner' would typically be something providing IPerson, for instance. [01:39] + owner = Int( [01:39] > + title=_('Owner'), required=True, readonly=True) [01:39] so that looks wrong to you? [01:39] Yep [01:39] Should be a ForeignKey. [01:39] yay [01:39] bradb: I agree that it would be not a minor change to malone/launchpad. should we make this discussion on a mailing list as well? [01:39] Oh, interface. [01:39] But yeah, not Int :) [01:40] doko: Sure. [01:40] doko: Do you want me to forward the information somewhere, and where would you prefer to have the discussion take place? (I'm not sub'd on any Ubuntu lists, FWIW.) [01:42] bradb: I think ubuntu-devel would be appropriate, let's prepare that mail, it's not that urgent. start of January should be fine [01:42] lifeless: Look at IBugSubscription, for instance [01:42] spiv: its ok [01:42] spiv: I needed to check the expected state, not the 'occuring state' [01:42] doko: Can non-subs post to that list? [01:42] spiv: which is why the source wasn't good enough ;) [01:43] spiv: thanks ! [01:43] bradb: if jdub takes care of these post, yes. so better subscribe ;-) [01:43] lifeless: Well, IBugSubscription's person attribute looks like what I expect :) [01:44] thanks [01:44] s/post/posts/ [01:47] doko: Hm, I'd rather not subscribe to the list just to get mail about this one thread. I wonder if you'd be happy with this solution: 1. I move the bug report back to "New", 2. You mail ubuntu-devel asking for input on the feature request and Cc me. Is that reasonable? [01:47] spiv: IBugSubscription exposes the bug number rather than the bug. [01:47] spiv: that seems wrong to me. [01:48] spiv: going off what we just discussed [01:48] spiv: while I have your attention, is exposing the 'id' de rigeur ? [01:48] bradb: ok. I'll prepare an email. let us polish that email until we agree on the points we disagree [01:50] lifeless: Hmm, there is a BugVocabulary, but it appears to be unused. I wonder why. [01:50] doko: Sure. BTW, it's not that I "disagree" with your time being important and that Malone should help reduce your development burden as much as possible, only that adding this feature would add a lot more complexity than benefit for most users, IMHO. But, I look forward to enlightenment from your email. ;) [01:51] (I guess because Int works well enough...) === thierry [n=thierry@modemcable084.72-131-66.mc.videotron.ca] has joined #launchpad [01:52] spiv: well it applies force on IBug to show the db id [01:52] spiv: as we are punning the number and db id [01:52] spiv: anyway, is showing the 'id' usual ? [01:53] or is it explicitly thought through each time ? [01:53] lifeless: To be honest, I'm not sure. [01:54] ok [01:54] And a quick survey of the existing code gives inconsistent results ;0 [01:54] doko: I marked the bug as "New" again, btw. Thanks for your feedback, and I'm looking forward to hearing what u-d says about it. [01:55] bradb: mailman allows you to "subscribe", but mark your subscription as "no mail". [01:55] spiv: Indeed. How would that help here? [01:55] bradb: So you can post unrestricted, without being flooded with mail. [01:55] Ah, ok, good point. [01:57] I think doko will do the best job of selling his feature request to u-d. [01:58] Fair enough. [01:59] lifeless: BTW, my code has spent all day in the #1 spot in pqm by now. It seems like the 40 min estimate earlier may have been optimistic. [02:00] Er, "upwards of 40 minutes or more", but that was two and a half hours ago. :) [02:00] bradb: I said upwards for a reason [02:01] bradb: this is what sftp push in bzr does at the moment [02:01] bradb: its extremely inefficient [02:03] right [02:04] FWIW, I hate whining about pqm and I'm mostly surely a pest about it, but I dislike even more not being able to do my job. [02:09] right [02:09] so right now, how is it blocking you ? [02:14] lifeless: I need to get at the most recent code in Launchpad to fix the tests and conflicts in my bug status changes branch. I could do a sideways merge, but you said earlier that I can't necessarily trust that. [02:14] bradb: I suggested you do one [02:15] bradb: the trust is whether pqm succeeds in its push or not [02:17] Ok, I'll do one tomorrow if for some reason I still don't have access to that revision in my usually rsync launchpad-upstream => local merge workflow. [02:19] It's all literally blocking me in the sense that if I'd done that and submitted it immediately after seeing that all the tests pass, it'd still be #3 in pqm's queue right now. This two patches I'm getting through right now are kind of particularly critical to land before causing painful conflicts in almost any other Malone changes. [02:19] unfortunately I cannot make it faster [02:19] this is where the tech is at at this point [02:19] the bzr group are working very hard to get improvements in place. [02:21] bradb: I'll update my bugzilla default assignees migration script to work with the initial-bug-contacts stuff [02:22] jamesh: Ok, great, thanks. === kjcole [n=kjcole@pchb1f.gallaudet.edu] has joined #launchpad === bradb heads off, later === bradb [n=bradb@modemcable033.209-70-69.mc.videotron.ca] has left #launchpad [] [02:26] Did you guys see http://geekz.co.uk/lovesraymond/archive/clique? [03:36] shuttleworth foundation empire [03:36] ;) === sevrin [n=sevrin@202.75.186.154] has joined #launchpad === stub [i=stub@sweep.bur.st] has joined #launchpad === robitaille [n=robitail@ubuntu/member/robitaille] has joined #launchpad === robitaille [n=robitail@ubuntu/member/robitaille] has joined #launchpad [06:30] jamesh: ping [06:30] jblack: pong [06:30] I think your http://people.ubuntu.com/~jamesh/bzr.smallfixes branch may be borked [06:30] jblack: oh? [06:31] bzrlib.errors.MissingText: Branch http://people.ubuntu.com/~jamesh/bzr.smallfixes is missing revision robertc@robertcollins.net-20050919060519-f582f62146b0b458 of cacheremoterevisions.diff-20050615041652-ec41056afda8ec11 [06:31] that's unfortunate [06:31] ohhh.... [06:31] orrr.. [06:31] the supermirror bzr may be too old [06:31] I don't think there are any unmerged revisions in that branch though [06:31] s [06:44] Nope. [06:44] That won't do it. [06:44] jamesh: Can you branch yourself? === jamesh tries [06:45] jblack: "bzr branch" seems to work with my local copy of the branch === jblack tries starting over. [06:47] jblack: I'm just pushing the branch again [06:47] my local copy includes some extra revisions I'd pulled from bzr.dev [06:49] finished pushing [06:50] thanks [07:07] jamesh: I think you may need to reweave your branch [07:08] Which I can provide instructions for === ubuntulog [n=ubuntulo@port49.ds1-van.adsl.cybercity.dk] has joined #launchpad === Topic for #launchpad: launchpad.net | developer meeting: Thur 22 Dec, 1200UTC (wiki:MeetingAgenda) | launchpad-users@lists.canonical.com (wiki:MailingLists) | Channel logs are here: http://tinyurl.com/72w39 === Topic (#launchpad): set by lifeless at Tue Dec 20 07:52:46 2005 [09:25] (SteveA/#launchpad) although, there are other forms for multiple men or men and women, and for multiple women [09:25] (sivang/#launchpad) eh, niec [09:25] (sivang/#launchpad) *nice [09:26] (lifeless/#launchpad) thats getting seriously kinky [09:26] (sivang/#launchpad) lifeless: lol :) === eruin [n=eruin@unaffiliated/eruin] has joined #launchpad [09:28] SteveA: seems that Lithuanian is very specific language [09:32] SteveA: were you pinging or just wasving ? [09:43] lifeless: you pinged earlier, when i was asleep === tuhl [n=tuhl@p5498D893.dip.t-dialin.net] has joined #launchpad [09:47] mmm, did I [09:47] oh right [09:47] style for interfaces. spiv helped me === carlos [n=carlos@23.Red-83-55-110.dynamicIP.rima-tde.net] has joined #launchpad [10:08] morning [10:08] carlos: Hola [10:08] sivang, hola! === fabbione [n=fabbione@port49.ds1-van.adsl.cybercity.dk] has joined #launchpad === jinty [n=jinty@205.134.224.215] has joined #launchpad === lamont [n=lamont@mix.mmjgroup.com] has joined #launchpad [10:27] sivang: for example if you're greeting a group of young women, "sveikos panels!" would be "hello girls!" === mdke writes that down [10:32] i meant, "sveikos panels" means "i smell of donkeys" [10:36] thats not MY donkey [10:37] that will work on the ladies [10:38] well, it won't work on *all* the ladies === SteveA decides to get out of this conversation, and go to lunch instead [10:48] SteveA: LOL === fabbione [n=fabbione@port49.ds1-van.adsl.cybercity.dk] has joined #launchpad === koke [n=koke@ubuntu/member/koke] has joined #launchpad === stub [i=stub@sweep.bur.st] has joined #launchpad === stub [i=stub@sweep.bur.st] has joined #launchpad [11:45] jamesh: So you had no luck with that odd foaf pagetest failure? [11:46] stub: I've added a couple of syncUpdate() calls in places that look like they need it [11:47] and I can't reproduce it anymore, but that might not mean it is solved [11:47] jamesh: Have these landed? We could reproduce consistantly on the PQM box for no apparent reason [11:48] jamesh: I was going to attack the problem with pdb thought I better ask in case I was wasting my time [11:48] stub: no. They're in my select-results-len-fix branch [11:48] ok. I might merge that in and see what happens on balleny [11:48] stub: search for syncUpdate() for the bits that might be the culprit [11:49] it might be easier to just pick out the hunks in question [11:49] there are two hunks which add syncUpdate() calls [11:51] ping Daniel Silverstone | Steve Alexander === Deepa [n=deepy@bb-dhcp-85-11-204-88.ornskoldsvik.com] has joined #launchpad [11:52] can you no longer get free ubuntu CD's? [11:53] Deepa: Sure - https://shipit.ubuntu.com [11:53] oops my mistake :P [11:53] i was searching around on launchpad.net XD === thisfred [n=thisfred@a80-127-80-154.adsl.xs4all.nl] has joined #launchpad === salgado [n=salgado@200-171-140-32.dsl.telesp.net.br] has joined #launchpad [12:06] stub, around? [12:07] yes === poningru [n=poningru@pool-68-238-172-74.tampfl.fios.verizon.net] has joined #launchpad [12:07] stub, do you have a couple minutes to take a look at my DB patch for mirror management (https://chinstrap.ubuntu.com/~dsilvers/paste/filei41vyp.html)? === matsubara [n=matsubar@200-171-140-32.dsl.telesp.net.br] has joined #launchpad [12:09] good morning! [12:10] salgado: Should distributionmirror.name have a constraint, or is any old rubbish acceptible as the name? [12:10] stub, it needs the valid_name constraint. I added it in the interface but forgot to add here [12:11] Are there comments available? [12:11] not yet, I forgot them again. will write now, though [12:17] salgado: What is an rsync_base_url look like? [12:18] c/is/does [12:19] stub, I expect it's something like rsync://host.tld/some/path === Seveas [n=seveas@ubuntu/member/seveas] has joined #launchpad [12:21] salgado: Ok. Just wanted to make sure it was really a url and not foo.domain:whatever syntax [12:21] speed > 0 ? [12:21] salgado: ^^ [12:21] Or is that a dbschema [12:21] yep [12:21] dbschema [12:22] and content dbschema? [12:22] yes [12:25] salgado: MirrorProbeRecord has a NULLable date_created? Is that correct? [12:26] and no default [12:26] no, it's not. it should default to NOW and be not null. my fault === stub tests out his updates [12:50] salgado: https://chinstrap.ubuntu.com/~dsilvers/paste/filee4kUpc.html [12:50] salgado: Approved patch-40-13-0.sql pending addition of good comments [12:50] stub, great. thank you === cprov [n=cprov@200-171-140-32.dsl.telesp.net.br] has joined #launchpad [12:53] morning ... === bradb [n=bradb@modemcable033.209-70-69.mc.videotron.ca] has joined #launchpad [01:00] tick. tick tock [01:00] it's meeting time! [01:00] SteveA: new items for the agenda === niemeyer_ [n=niemeyer@201.23.160.9] has joined #launchpad [01:01] I have a hunch I know what [01:01] thanks lifeless [01:01] MEETING TIME [01:01] who is here today? [01:01] me [01:01] I am [01:01] me [01:01] I am here in body [01:01] moi [01:01] me [01:01] me [01:02] me [01:02] me [01:02] ME [01:02] I am [01:02] sorry for the caps [01:02] kiko is on vacation [01:03] ddaa is on vacation too [01:03] stub? [01:03] me [01:03] Kinnison is on vacation, I think [01:03] me [01:03] he is, yes [01:03] hi fabbione [01:03] i am always here [01:03] Here [01:03] MHUAAA [01:03] * Roll call [01:03] * Agenda [01:03] * Next meeting [01:03] * Activity reports [01:03] * Items from last meeting [01:03] * Production / staging (stub) [01:03] * Requiring tests for merges. (lifeless) [01:03] * Keep, Bag, Change [01:03] * Three sentences [01:03] [01:04] next meeting, 5 january, okay? [01:04] ya [01:04] fine with me, I'll still be on leave ;) [01:04] aye [01:04] yep === ..[topic/#launchpad:SteveA] : launchpad.net | developer meeting: Thur 5 Jan, 1200UTC (wiki:MeetingAgenda) | launchpad-users@lists.canonical.com (wiki:MailingLists) | Channel logs are here: http://tinyurl.com/72w39 [01:04] ok. I should be there (I fly back from Penang in the morning on the 5th) === beyond [n=beyond@200-171-140-32.dsl.telesp.net.br] has joined #launchpad [01:05] activity reports: how's all that going? [01:05] Fine [01:05] up to date === SteveA hasn't sent one for a while. new year's resolution, perhaps... === daf just caught up [01:05] up to day [01:05] I'm two days behind with the activity reports [01:06] I'm up to date [01:06] up to date [01:06] up to date === jamesh is not === cprov is up to date === bradb is up to date [01:06] I'm up to date, I think [01:06] I'm behind. [01:06] * items from the last meeting [01:06] i've been slack with the meeting summary from last week [01:07] * RobertCollins to set up a bzr-for-launchpad meeting at a different time to the launchpad developers meeting. [01:07] oh yea, right. [01:07] * Kiko to set up a launchpad community meeting. [01:07] I've been 'getting to that' all week. [01:07] kiko's away, but this hasn't happened still [01:07] * Steve to announce the production of last week's summary on the launchpad-users mailing list. [01:07] no summary, no announcement :-/ [01:08] And me or Steve should schedule an infrastructure meeting when people are back from hols [01:08] there was a wiki page set up for bzr-for-launchpad-development priorities [01:09] i need to do some prioritization there [01:09] mpt wrote a proposal about product groups / projects [01:09] which now needs further discussion [01:10] i think that's it [01:10] i'd like to note that kiko and i now have access to change priorities on the admins' RT queue [01:11] or rather, on the launchpad tasks queue in RT [01:11] Do you have time to describe the intended process a little? [01:11] this should give us a better quality of service for the things that are immediately important [01:11] the intended process of getting admins to do RT stuff? [01:11] Of getting a bump [01:12] It went rough when you and I tried, because you didn't have the bug yet? [01:12] https://rt.admin.canonical.com/ === sivang is here [01:12] you can view the launchpad queue there [01:12] the username and password is the same one as for the wiki [01:12] the internal canonical wiki, that is [01:13] so, when you add an rt issue, it gets put into a "pending classification" queue, that is not public [01:13] salgado: MM spec was updated with your answers [01:13] when an admin has classified it, and put it in the 'launchpad' RT queue, then I or kiko can change its priority, and also change it in other ways [01:14] i'm using a priority of 99 to mean "this should be the next thing in the admins' queue" [01:14] and working down from there [01:14] the idea is to have urgent things or blocking things registered with a priority of 99 [01:14] and to have a mix of quick and longer-term things there [01:14] jblack: does that answer your question? [01:15] How do you want to be requested? [01:15] in order to make something a high priority, i need to understand why it is important [01:15] strictly email? both email and irc? [01:15] email or irc is okay [01:15] irc, when i'm here and listening [01:16] email when i'm not, and whenever [01:16] Thanks [01:16] an email saying "RT issue X is important!" isn't much use unless we've already discussed that issue being important [01:16] so, it's important to communicate the rationale [01:17] * Production / staging (stub) [01:17] Asuka (the server) was upgraded to breezy and PostgreSQL 8.0 earlier today. Expect it to be unavailable for the next few days as I test out PostgreSQL 7.4 -> 8.0 migration procedures and iron out the bugs. [01:17] Gina has been run on production. Yay. Might need some love from the publishing scripts to be useful, as Gina just creates 'PENDING' packages. [01:17] and let's talk about the gina run and bugzilla imports too [01:17] are we using the launchpad dependencies package in production? [01:18] Production update will happen Tuesday from head as of now, unless people require otherwise. [01:18] As far as I'm aware, we are not using the launchpad dependencies package in production. That is elmo and Znarl's turf really. [01:18] we should be using it [01:18] I just put some updates for ErrorReportManagement up for review. It might be nice to have that rolled out === stub isn't using it either... not sure where to install it from [01:18] we should all be using it on our systems too === sivang is using it === carlos too [01:19] stub, universe [01:19] what's the name of the package? [01:19] jamesh: ok. I'll consider rolling out that revision when it lands. [01:19] SteveA: launchpad-dependencies === duchier [n=duchier@AOrleans-152-1-70-232.w86-195.abo.wanadoo.fr] has joined #launchpad [01:20] SteveA: and launchpad-database-dependencies [01:20] thanks [01:20] steve@einheit:~$ apt-cache policy launchpad-dependencies [01:20] W: Unable to locate package launchpad-dependencies [01:20] maybe it is only for dapper [01:21] it's in dapper/multiverse [01:21] i'll file an RT issue to ask the admins to use that package [01:21] heh... it tells me I don't have bison and ncompress ;) [01:21] I see it - probably it is in -backports or something [01:22] on gina and bugzilla imports [01:22] i'm concerned about the packages not being visible in the web app [01:22] i don't know what needs to run to make them so [01:22] i think we should not run the bugzilla import until these things are actually visible [01:22] cprov: do you know anything about this? [01:23] SteveA: not much about bugzilla-import touched the code yesterday ... [01:23] otherwise, i'll try phoning people who aren't here [01:23] (launchpad packages are in breezy-updates) [01:23] cprov: do you know what we need to do to get packages showing up in the web pages of launchpad? [01:23] Merge to devel/launchpad: [r=bjornt] Soyuz/Buildd UI fixes, introducing batched list and ordering soyuz tests. (r2934: Celso Providelo) [01:24] SteveA: but of course we need a publisher run after gina imports to have "visible" pkgs === duchier [n=duchier@AOrleans-152-1-70-232.w86-195.abo.wanadoo.fr] has left #launchpad [] [01:24] SteveA: they need " publishing" transition from PENDING to PUBLISHED [01:25] so that's another script for stub to run? [01:25] i'll see if i can talk with kiko later [01:25] SteveA: I'm not sure about the current status of RF publisher, but it works fine from my branch [01:25] I think that requires Daniel in fact [01:25] scripts/publish-distro -Cvv -d ubuntu [01:25] kiko will be able to say if it is okay to run on production [01:26] ok. We have backups ;) [01:26] it will mode all PENDING to PUBLISHED and obviously create an archive [01:26] DoIt :) [01:26] on this subject, https://wiki.launchpad.canonical.com/BugzillaImportProcess [01:26] move not mode [01:26] cprov: We should probably talk about that branch integration at some point [01:26] a-moving on with the meeting... [01:26] * Requiring tests for merges. (lifeless) [01:26] niemeyer_: NOW ;) [01:26] cprov: I mean, with Steve [01:27] requiring test coverage in commits. Brought up by kiko two weeks back, has my complete support. The idea is that reviewers will be allowed to say [01:27] 'this cannot be merged' based on test coverage, irrespective of other criteria. [01:27] niemeyer_: right, it probably requires some review team love [01:27] this needs lp management to say 'ok' before I can ask the review team to enforce it [01:27] or its just dog-wagging. [01:27] i'm more in favour of cat-swinging [01:27] so +1 from me [01:28] it has my +1. [01:28] what does it need ? [01:28] how about adding needs-tests as a pending reviews status [01:28] (on cat swinging, see http://en.wikipedia.org/wiki/Cat_o%27_nine_tails) [01:28] please ping me when we discuss product-groups instead of projects..I have to attedn to something in the office :-/ [01:29] why the new state ? [01:29] sivang: that's not on the agenda today [01:29] I mean, the new tests will need review [01:29] so its no different to 'not ready yet' from my perspective [01:29] SteveA: ah, ok. thanks [01:29] i suggested it so that the fact that it's good to go except for tests is made clear [01:29] i'm not attached to the idea [01:30] quite possibly, it needs nothing other than a note in the reviewer guidelines [01:30] I'll add that to the next review meeting as a specific process question [01:30] ok [01:30] so - we have the go ahead on this ? [01:30] also [01:30] i'd encourage people to ask those who are good with tests, for help on how to write good tests for a branch [01:30] while the branch is being worked on, even at the start [01:31] it is a good discussion to have [01:31] yes. this should go in the hacking faq too [01:31] maybe add a "test plan" to specs? [01:31] could do [01:31] yes, you have the go-ahead with it. [01:31] this is something to use common sense with [01:31] and not be fanatical about [01:31] of course. [01:32] we all benefit from having better test coverage [01:32] * Keep, Bag, Change [01:32] but before it was quite possible for someone to write 4K of pep8 ok code and get it 'oked' [01:32] Bag: slacking off on meeting summaries [01:33] anything else? [01:33] 4 [01:33] 3 [01:33] 2 [01:33] 1 [01:33] * Three sentences [01:33] DONE: lots of bug triage, bug prioritisation, docs work on wiki [01:33] TODO: more bug triage and prioritisation, land various branches, send list of headings to MPT [01:34] BLOCKED: no [01:34] DONE: b.l.n mirroring, several days of reviews, pqm on balleny [01:34] TODO: story tests, test task list, baz2bzr [01:34] BLOCKED: steveA-Zope3 update, week 5 [01:34] DONE: fixed bug on malone being unable to display a public bug that has a private dupe, fixed bug on spec name field triggering database constraint and other trivial bugs [01:34] TODO: more bug fixing, merge most of the bugs above [01:34] BLOCKED: nope [01:34] DONE: PoMsgSetPage, TranslationUploads merge (finally) and bug triage [01:34] DONE: supermirror initial rollout, some launchpad rocketfuel docs, lots of bzr support+mail [01:34] DONE: MirrorManagement, landed ProperSignUpWorkflow, code review, small fixes. [01:34] TODO: more of same, primarily rocketfuel [01:34] BLOCKED: None [01:34] DONE: Assorted supermirror stuff. [01:34] TODO: Supermirror, christmas! [01:34] BLOCKED: no [01:34] DONE: fixed bugs in the email interface. landed reviewed branches. got started on reducing the number of statuses in the support tracker. reviews. general malone discussions. [01:34] TODO: finish reducing the number of statuses and getting a decent test coverage of the support tracker. [01:34] BLOCKED: no [01:34] TODO: PoMsgSetPage, TranslationReview, bug #5751 [01:34] DONE: management stuff, bug triage stuff, brad in vilnius stuff [01:34] TODO: vacate, zope3 update [01:34] BLOCKED: no [01:34] Error: I cannot access this bug [01:34] BLOCKED: no [01:35] TODO: Finish first round of MirrorManagement tomorrow, then vacation [01:35] muhahaha ubugtu muhhahaa [01:35] BLOCKED: no [01:35] ? [01:35] DONE: Soyuz work, Gantry discussions and researching, Smart 0.41 work and release, USA visa, etc [01:35] TODO: Vacation [01:35] BLOCKED: Nope [01:35] DONE: delivered/tested new queue script and old soyuz branch catch up [01:35] TODO: uploader-test clean up and review setup for this branch [01:35] BLOCKED: dapper-uploads generation (RT # 1310) [01:35] DONE: SelectResults.__len__() removal, ErrorReportManagement stuff, team branch traversal fix, other bug fixes [01:35] TODO: bugzilla import, code reviews [01:35] BLOCKED: publishing run (before bugzilla import) [01:35] DONE: fti rollout improvements [01:35] TODO: PostgreSQL 7.4 -> PostgreSQL 8.0 migration testing [01:35] BLOCKED: Nothing [01:35] DONE: Sprint in Vilnius with SteveA. Landed a few bugfixes. Landed InitialBugContacts. [01:35] TODO: Land status changes. Small bugfixes if time. Holidays. [01:36] BLOCKED: No. [01:36] anyone else? [01:36] TODO: get a festivus pole (http://www.festivuspoles.com/pages/Festivuspoles.htm) [01:37] cprov: i'll ask about RT 1310 [01:37] jamesh, stub, SteveA: maybe I can help with publisher if you can't contact Kinnison or kiko ... [01:37] cprov: but this might be delayed until elmo is back [01:37] thanks cprov [01:37] SteveA: this is BAD ... [01:37] it is festvus tomorrow [01:38] cprov: do you know if anyone other than elmo can do RT 1310 ? [01:38] SteveA: I was expecting the upload for the before the crew leave [01:38] SteveA: not that I know, it requires katie-fu [01:39] i think infinity knows about katie [01:39] also Kamion does [01:39] SteveA: could be, but he is also on leave, isn't he ? === jinty_ [n=jinty@205.134.224.215] has joined #launchpad [01:40] SteveA: Kamion looks like a good bet, if he was available during this time [01:41] DONE: Getting up to date with mailing list, some comments on RFS, going over some bugs, commenting and providing info. [01:41] he's going to be around for the distro team meeting [01:41] TODO: Help matsubara reproduce spec tracker registeration bug , complete rockefuel checkout using jblack's script [01:41] SteveA: don't know if he can handle DC issues like anonymous rsync access setup and storage, but I hope so [01:41] will anyone but elmo understand what is written in https://rt.admin.canonical.com/index.html?q=1310 [01:41] SteveA: any word on z3 ? [01:41] lifeless: just "argh" [01:42] Anybody going to the FSF gplv3 meeting in Boston? [01:42] BLOCKED: not enough time, still. === lifeless drafts up 'blocked; z3 week 7' [01:42] SteveA: yes, I think, if not call me anytime [01:42] ok [01:42] that's it then [01:42] we have time for a countdown of doom today [01:42] 0 [01:43] MEETING ENDS [01:43] happy festivus everyone [01:43] thanks folks. have a vacation. [01:43] lifeless, do you have a few minutes? (there's one point from your review that I'd like to discuss. it should be quick) [01:43] salgado: sure === bradb & # shower [01:44] ok [01:44] lifeless, in the subclass of GeneralFormView I've created, the default process() method shouldn't accept a *args, because it must be generic and it won't know how to handle that *args === carlos -> lunch [01:45] lifeless, although, any subclass can override that method if they want to have *args. [01:45] salgado: its just unusual to see **kwargs without *args [01:45] if its deliberate, I'd make a comment and its fine [01:46] lifeless, I thought about making the generic process method be "def process(self, *args, **kw)" and then raise an AssertionError if *args was provided [01:46] note separately that **kwargs in hierarchives should be very juidiciously used. I haven't look at this region of code sufficiently to comment on it here yet [01:46] *args and **kw are kinda evil [01:46] SteveA: jinx! [01:46] what's the reason for wanting them? [01:47] SteveA, 1sec. I'll paste it [01:47] SteveA, https://chinstrap.ubuntu.com/~dsilvers/paste/fileVJSuYl.html [01:47] SteveA: its another general form concept [01:48] SteveA, it's a generic generalform that can be used for editviews [01:48] SteveA: very similar to the existing general form, something I think we should look at at a sprint [01:49] salgado: why can't you use SQLObjectEditView? [01:49] salgado: what is going to call process() with kw args? [01:49] BjornT, because I want to do some schema validation [01:50] SteveA, GeneralFormView's process_form() [01:50] salgado: what kind of schema validation? [01:50] SteveA, BjornT, I also extended the GeneralFormView to make it easier to do schema validation [01:51] BjornT, check if at least one of three widgets is not-None [01:51] for instance [01:51] i get worried when i see methods with generic names calling each other [01:51] it becomes unclear what the division of responsibilities are === bradb_ [n=bradb@modemcable033.209-70-69.mc.videotron.ca] has joined #launchpad [01:53] i don't think that we should have both SQLObjectEditView and GeneralFormEditView, we should only have one of them. [01:53] SteveA, well, the GeneralFormView is pretty well documented, I think. it says clearly that if your processing should be done in the subclass' process() method [01:53] s/if your/your [01:53] I think we need to review the structure of the general form stuff [01:54] it has **kwargs in there already as I recall [01:54] lifeless, yes, it does [01:54] and this new use is sympomatic of a flaw in the underpinnings [01:54] i see [01:54] rather than the introduction or regression of a concept [01:54] also, there is an equivalent thinggie in the new zope3 code [01:54] which we should adopt / improve [01:54] which is why I am suggesting some intense pair face to face stuff to address this [01:55] either that or someone who has spare cycles and a refactoring fetish to spend time on it now. But its not AFAICT a design or use problem in salgagos patch per se [01:56] I can't see how to make a generic form view without **kwargs, though [01:56] salgado: it really depends what you want to factor out [01:57] for instance, the current 'process' really is 'set_attributes_from_form_request_variables' [01:57] which would not be a kwargs method [01:57] lifeless: well, having two different edit view classes is confusing. i think we should create a new GeneralFormView when the new zope3 stuff lands, and until then it's better to customize SQLObjectEditView to fit salgado's use case [01:58] BjornT: I've no opinion on that at this point. salgado - can you please look at that other view, and if they really are this close, and you think its safe to change, do as BjornT is suggesting [01:58] BjornT, we already have the SQLObjectAddView and the GeneralFormView [01:59] salgado: I think BjornT is saying that there is already another SQLObjectEditView form [01:59] salgado: which has the same role as your new class [01:59] salgado: that's two different things. SQLObjectAddView is for adding things, GeneralFormView is for general form processing. [01:59] salgado: so would rather tweak it to do what you need.. [01:59] I don't think I'm making things more confusing with this patch === lifeless leaves salgado and BjornT to it. I'm happy code wise with my comments. [01:59] if you two come to an agreement - cool [02:00] BjornT, but GeneralFormView can be used only for processing forms that create new objects [02:00] it can't be used in edit forms [02:00] I could easily change it so it can be used in edit forms [02:01] salgado: you're adding an edit view with different semantics than the existing edit view. it's easy to customize the existing edit view to do what you like. [02:01] and then I'd do the generic part of my GeneralFormEditView in my own subclass of it [02:04] salgado: mark told me that he didn't want us to create a GeneralFormEditView, and instead use the existing SQLObjectEditView. (i think we should create new form classes later with the new zope3 stuff, replacing the old ones, though) [02:05] BjornT, okay, what would be the better solution: customize SQLObjectEditView (in the same way I already did for GenericFormView), or change the GenericFormView so it can be used in editforms and do the actual processing in my GenericFormView's subclass? [02:06] salgado: so, to sum up what i think. if you want to solve your use case generally, customize SQLObjectEditView. otherwise use GeneralFormView and do the extra processing in your specific view classes. [02:07] salgado: remind me, why can't you use browser:generalform? [02:07] stub, cprov: i just spoke with kiko about publisher runs etc. [02:07] BjornT, because it doesn't set the initial values [02:07] SteveA: so, what does he suggest ? [02:08] BjornT, initially, I simply changed it to set the initial values and was doing the processing on my own subclass [02:08] let's talk on the c-m channel [02:08] BjornT, but then I got tempted to write something generic so I could share between all my subclasses (I have 3 of them in this patch, IIRC) [02:08] (subclasses of GeneralFormView, I mean) [02:09] salgado: ok. let me take a quick look at it. although, if you have 3 classes that requires this, i would suggest to modify SQLObjectEditView to cover your use case. [02:12] salgado: Any reason you didn't just extend GeneralFormView to make it more 'general'? [02:13] salgado: the branch that you did these changes aren't on the PendingReviews page? i'd like to see the changes you did to GeneralFormView [02:14] c/extend/enhance [02:14] stub, I did that. you can subclass it, define an 'initial' property and then it can be used in an edit form. but then I got tempted to write a generic editview that would also set the attributes back in your object when the form is submitted [02:14] BjornT, it's there but I forgot to mirror. I'll mail you the diff [02:15] BjornT, sent [02:16] salgado: cool. because i think it's worth making GeneralFormView to set initial values, i just want to see how you did it. [02:16] call it 'initial_values' or something more explicit than 'inintial' [02:17] the patch is at https://chinstrap.warthogs.hbd.com/~salgado/distro-mirror.diff too [02:17] (in case anybody else wants to look at it) === Nafallo_away is now known as Nafallo === eruin [n=eruin@unaffiliated/eruin] has joined #launchpad [02:26] salgado: why do you need two different error lists? (self.errors and self.schema_errors, where the first one actually contains errors related to the schema) [02:28] BjornT, because self.errors is for the errors that are going to be displayed as a box around the widget that triggered that error. while schema_errors has to be displayed at the beginning of the page, because it will probably apply to multiple widgets [02:43] salgado: hmm, it's still a bad name. i can't think of a better name, though. in zope3 terms it would be invariant_errors, but since you don't use invariants directly, that doesn't seem right. i guess it's ok for now, and we can re-think it later. [02:44] this is a view class [02:44] so top_of_page_errors would work too [02:44] outside_of_form_errors [02:45] yeah, those are better names [02:45] I prefer top_of_page_errors [02:45] salgado: so, i'd say, keep the modifications for initial values (renaming it to inital_values as SteveA suggested), but drop GeneralFormEditView. [02:46] BjornT, right, and keep using the GeneralFormView on my edit views or use SQLObjectEditView? [02:47] salgado: i don't care if you modify SQLObjectEditView or do the logic in your specific view classes, do what's easiest for you to do. (modifying SQLObjectEditView would probably be the most useful solution, though) === mgalvin [n=mgalvin@ubuntu/member/mgalvin] has joined #launchpad [03:04] daf: hi. do you want to do some more rosetta bug discussion today? [03:04] carlos: how's the performance refactoring going? want to talk about it at all? === cprov leaves for lunch, PQM is damm slowishhhhhhhhhh. === WaterSevenUb [n=WaterSev@195-23-220-11.net.novis.pt] has joined #launchpad === GoRoDeK [n=gorodek@p5083EF6D.dip.t-dialin.net] has joined #launchpad === beyond is now known as beyond-rango === xester good morning [03:40] BjornT, I changed SQLObjectEditView in the same way I did to GeneralFormView. would you review it for me? [03:41] salgado: sure [03:42] jamesh: does your import script convert default assignees to package bug contacts? [03:42] BjornT, mailed it to you [03:42] SteveA: no. I have a separate script for that [03:42] which needs some small tweaks for InitialBugContacts [03:43] what is the name of this script? [03:43] it isn't in the launchpad tree at the moment [03:43] i need a name for BugzillaImportProcess [03:43] let me find it [03:44] migrate-bugzilla-maintainers.py === matsubara is now known as matsubara-lunch [03:48] o_O [03:48] I have a highlight in here? [03:57] bradb_: where's the status changes branch up to? [03:58] SteveA: #3 in pqm's queue [04:02] bradb: please update https://wiki.launchpad.canonical.com/BugzillaImportProcess when it lands [04:02] SteveA: ok [04:02] SteveA: I've got a second round of ErrorReportManagement changes in the review queue. The main bits are: remove /errors/* pages, put day-of-month in oops ids, better handling of non-ascii data and the port of kiko's log analysis script [04:05] jamesh: can we talk about the log analysis? [04:05] sure [04:05] i'm interested in NotFound errors where the Referer's host is one of the ones we care about [04:06] to start with, that includes launchpad hosts, shipit, wiki stuff... [04:06] anything with ubuntu.com or launchpad.net in the host name, i guess [04:06] these indicate a bad link that we can fix [04:07] i'm also interested in NotFound errors that aren't by robots [04:08] should be pretty easy to get some regexps to detect search engine bots [04:09] I suppose this could be presented in a report as "all NotFounds caused by bots", "all by humans", "some of each" [04:09] 800 error reports for 2005-12-21 [04:09] some of each? [04:09] the first and third cases usually indicating that we've changed links, the second usually being humans pruning URLs [04:10] some NotFound errors caused by bots, some by humans [04:10] lunch [04:12] Exception-Value: Unknown SQL builtin type: for [04:12] this is a malone bug [04:13] from the advanced search page [04:13] chinstrap:/srv/gangotri-logs/2005-12-21/72434.A369 === lbm [n=lbm@x1-6-00-13-10-7a-d1-e4.k233.webspeed.dk] has joined #launchpad [04:20] https://launchpad.net/distros/ubuntu/+source/cnews/+bugs [04:20] interestingly, that causes a system error [04:23] SteveA, about the suggestions thing... I'm changing most of the methods to use SQL queries, but I need some changes I did as part of the cleanup to implement PoMsgSetPage [04:23] more than that, https://launchpad.net/distros/ubuntu/+source/cnews also crashes [04:23] SteveA, so I'm going to add the changes for the suggestion part to the PoMsgSetPage branch [04:24] SteveA, the main thing is that with our current code, there are some situations when you don't have an IPOMsgSet and that's why Mark created the methods inside IPOTMsgSet [04:25] but they are not used, as far as i can see [04:25] I added a DummyPOMsgSet object like the DummyPOFile that will let us to assume that we always have such object [04:25] SteveA, they are used [04:25] SteveA, the IPOMsgSet calls the IPOTMsgSet [04:25] methods [04:25] yes [04:25] so [04:25] why? [04:26] why have something exist just so it is called by something else? [04:26] well there are some of those methods that are also called from another part of the code... but I cannot give you a rationale as I didn't write that code [04:26] i grepped the code for the methods i mentioned in that bug report [04:27] and i cannot find them called [04:27] that is why i talked about removing those methods from IPOTMsgSet [04:27] and making them occur only in IPOMsgSet [04:28] that's what I'm doing, but for all the methods not just the ones that are called only from IPOMsgSet [04:29] so they are methods of the context they use [04:30] okay, i think === bradb heads off to catch a flight, back in about 6-8 hours === eruin is now known as beskyddaren [04:31] i don't really understand. so long as you're making the code use SelectResults, make specific SQL queries, and only use shortlist() to listify things rather than list() or list comprehensions, [04:31] then that sounds like good stuff [04:32] SteveA, well, the idea is to do SQL queries and nothing else [04:32] there are many python code that can be moved back to the DB [04:32] SteveA: where are the production error reports in chinstrap ? [04:32] so no more lists or sorting using python or getting a bunch of records to filter them out using python [04:33] cprov: /srv/gangotri-logs [04:33] carlos: sounds good [04:33] SteveA: thx [04:33] carlos: it may be good to do this one step at a time, rather than all at once as a very big change [04:33] such a change is harder to review [04:35] hmm [04:35] ok I will try to extract the needed bits from PoMsgSetPage branch and add them to this new branch [04:35] SteveA, ok? [04:36] that will help reviewers [04:37] so, please do so [04:37] but also, consider breaking the refactoring into sql queries into smaller chunks [04:42] ok === kjcole [n=kjcole@pchb1f.gallaudet.edu] has joined #launchpad [04:47] Merge to devel/launchpad: [r=BjornT] Malone bug status changes. See (r2935: Brad Bollenbach) === matsubara-lunch is now known as matsubara === beyond-rango is now known as beyond === mdke_ [n=matt@ubuntu/member/mdke] has joined #launchpad === WaterSevenUb [n=WaterSev@195-23-220-109.net.novis.pt] has joined #launchpad [06:24] SteveA, dude... IPOMsgSet.getCurrentSubmissions is the same as IPOMsgSet.publishedSubmission [06:24] wow [06:24] but using a lot of python code [06:25] i see [06:39] stub: staging seems rather dead === Nafallo is now known as Nafallo_away === Seveas [n=seveas@ubuntu/member/seveas] has joined #launchpad === carlos goes out for a while, will be back later === reed [n=maffulli@213-140-6-112.ip.fastwebnet.it] has joined #launchpad [08:02] hi there [08:03] can somebody point me to a description of what Launchpad is and wether it is free (as in freedom) software? [08:04] uhm, never mind, it seems that the wiki answers the first question :) [08:05] launchpad isn't free software [08:05] Merge to devel/launchpad: [r=spiv] fix bug 2676, work around python's unfolding of email headers, to make gpg signatures verify properly. (r2936: Bjorn Tillenius) [08:05] it's like google or freshmeat: a free service but not free software [08:08] SteveA: do you know if there are plans to release it as a free sw package? [08:08] or also, would that make sense technically or is launchpad just too Ubuntu specific? [08:11] there are no concrete plans [08:11] mark shuttleworth has said that he wants it to be free software at some point in the future [08:12] SteveA: thank you === Seveas [n=seveas@ubuntu/member/seveas] has joined #launchpad === koke [n=koke@adsl229-164.unizar.es] has joined #launchpad === jinty [n=jinty@205.134.224.215] has joined #launchpad [10:14] night guys === xester good night === lamont__ [n=lamont@mib.fc.hp.com] has joined #launchpad === LarstiQ_ is now known as LarstiQ === Hieronymus [n=jeroen@cp413115-a.tilbu1.nb.home.nl] has joined #launchpad [11:09] https://launchpad.net/malone/assigned?name=motuscience points to my own assigned bugs. The page was linked to from https://launchpad.net/distros/ubuntu/+source/ghemical/+bugs