|
johnl: you read everybody loves eric raymond?
kiko: that's what they all say
kiko: I wrote code with ESR once
johnl: I meant the comic strip
johnl: nevermind.
kiko: I don't think that qualifies as loving him though
kiko: I hear his guns love him
kiko: oh, sorry, I got that backwards
kiko: wtf is bradb
johnl: ?
kiko: johnl?
johnl: 2mins
kiko: Kinnison, sorry for appearing to single you out, I was more concerned that others weren't aware, I hadn't noticed it was a dot-tac apologies etc etc
johnl: ok kiko
Kinnison: kiko: s'okay, it's a good rant to have
Kinnison: kiko: I hate tabs too
johnl: heh
johnl: The key I was registering is a sign only key yes. I have a sub key for encrypting.
Kinnison: johnl: launchpad won't like sign-only keys
Kinnison: (or it might now, I forget)
kiko: johnl, right, so your bug is a dupe. thanks for helping me out :)
mpt: Kinnison: Am I right in thinking that soyuz-index.pt isn't used any more?
mpt: i.e. we don't have a page in Launchpad any more that says "Soyuz is a Linux Distribution Management System ..."
johnl: hehe, that was easy
johnl: I take it you'll fix to accept sign only keys then?
kiko: yes, we will
kiko: but not today :)
johnl: :)
johnl: launchpad looks great btw. well done.
kiko: thanks, johnl -- kind words are very much appreciated (we get few of them)
Kinnison: mpt: not a clue
johnl: I marked my bug a dupe of #1972
kiko: johnl, and then I second-stepped you, wow, good work
johnl: I might have seen the dupe myself but the bug #1972 is marked as secret :)
johnl: ok, I just updated the crazy button jumping thing too. need any more on that while I'm here?
kiko: nope, that's more than enough
kiko: thanks
johnl: sleep for me then. bye all.
dilys: Merge to rocketfuel@canonical.com/launchpad--devel--0: [trivial] Ensure /etc/source-dependencies, rev launchpad-buildd to v10 (patch-2529: daniel.silverstone@canonical.com)
Kinnison: thanks dilys
Epix: What is Launchpad written in? Im impressed.
kiko: Epix, in python and zope3
Epix: cool. i was thinking RoR...
Kinnison: Which word is better... controller, coordinator, director or sequencer ?
kiko: it depends on what it is!
Kinnison: Well, its something which controlls, coordinates, directs, or indeed simply sequences, the build tasks
Kinnison: Its job is to run the slave scanner, the queue builder, etc in the right order, making sure they don't contend
Kinnison: because cron isn't good enough
kiko: sequencer maybe?
Kinnison: okay?
kiko: yep
Kinnison: * creating version daniel.silverstone@canonical.com--desktop/launchpad--buildd-task-sequencer--0
Kinnison: twistd .tac files are allowed to read canonical.config aren't they?
kiko: that I don't know
Kinnison: I'm gonna assume I can, since reading the config doesn't imply the db at all
lifeless: mpt: pong
lifeless: ddaa dunno
dilys: Merge to rocketfuel@canonical.com/launchpad--devel--0: [r=BjornT] fix a regression in the Malone menus where the menus had magically disappeared from many pages, likely during the conversion to the menu framework (patch-2530: brad.bollenbach@canonical.com)
lifeless: Kinnison: buildd-master ?
lifeless: ;)
lifeless: look, you're writing buildbot
Kinnison: pardon?
Kinnison: lifeless: if buildbot can do exactly what I want then I'll use it
Kinnison: lifeless: the four requirements are:
Kinnison: lifeless: 1. every N minutes, run the queue builder
Kinnison: lifeless: 2. as often as possible run the slave scanner
Kinnison: lifeless: enforce 10 second gap between each invocation
Kinnison: lifeless: enforce single invocation at a time
Kinnison: lifeless: 4. if the subprocess exits non-zero, mail the output to the nominated person
Kinnison: sorry, the two enforce's were (together) requirement 3
lifeless: Kinnison: I'm trolling, well 99% trolling
lifeless: Kinnison: its just that the more work you do, the more the architecture is resembling buildbots
Kinnison: It may one day collapse
Kinnison: for now we have too many bizarre requirements
Kinnison: poor thing has an avg 90m build job
bob2: eep
Kinnison: bob2: ?
segfault: that's why thunderbird is better.
segfault: oops
mpt: gneuman: <div class="discreet">Total: <tal:total here /></div> <table ...
bob2: 90m
Kinnison: bob2: oh, acl2
gneuman: mpt thx
dilys: Merge to rocketfuel@canonical.com/launchpad--devel--0: [trivial] Fix slight indentation bug which could cause absorbtion of successful builds to fail with obscure unrelated error (patch-2531: daniel.silverstone@canonical.com)
Kinnison: thanks dilys
kiko_: hey stub
stub: yo
kiko_: how's it going on your end?
stub: ok
kiko_: it's harsh on mine
kiko_: miles of reviews before the sun shines
kiko_: why is baz merge so flakey I wonder
stub: One day at a time here. I might have a chance to get back on with LibrarianGarbageCollection, although I havn't finished gardening my inbox yet so that might be wishful thinking
kiko_: my inbox is a disaster
kiko_: it says 515
kiko_: can you believe it?
stub: What particular problem do you have? Works fine here except for occasional memory issues, and I can work around them (baz library-add foo before baz whatever foo)
kiko_: it gives me spurious conflicts when doing side-ways merges
stub: kiko_: Can I interest you in some mail filters ;)
kiko_: I am considering filtering
kiko_: but I am so much more resposive without it
kiko_: responsive too
kiko_: man
kiko_: I just became a massive fan of baz replay
kiko_: wooo!
kiko_: rock rock rock!
kiko_: stub, any chance of cherry-picking the "return of bug titles" patch?
stub: Which patch?
kiko_: omg
kiko_: is it not fixed yet?
kiko_: stub, can you assign both bugs to matsubara?
kiko_: 2668 and 2669?
kiko_: for some reason I can't edit it.
stub: That would be a bug
kiko_: yeah
kiko_: I am already discussing it with brad
kiko_: stub, do you have access to a tree that still has bug-index.pt?
stub: No, not even in my production-1.34 branch.
kiko_: darn
stub: The poimport pending queue isn't shrinking. Looks like because the script is dying with that SQL violation later jobs are never getting processed.
stub: Should I fix that, or has someone else already handled it?
kiko_: wel
kiko_: I asked carlos about it
kiko_: he told me that your constraint is correct
kiko_: and that the code is broken
kiko_: so...
stub: I mean make the script log SQL exceptions and continue rather than die
stub: like it does with other non-dangerous exceptions (I think)
kiko_: hmmm
kiko_: maybe
kiko_: maybe
stub: Or I could just randomize the queue order ;)
kiko_: that might be more effective :)
stub: kiko_: Why arn't we setting the rawimportstatus to FAILED if it fails?
kiko_: that I don't know -- perhaps carlos would know better. I'm a bit unfamiliar with the database side of things :-(
mpt: EBEDTIME
dilys: Merge to rocketfuel@canonical.com/launchpad--devel--0: [trivial] Call flush database updates before redirecting to the next pending shipit order, when approving/denying an existing order. (patch-2532: guilherme.salgado@canonical.com)
bob2: mpt has been in brazil for a long time now
stub: He is there until december
kiko_: stub, can you please cherry-pick rocketfuel@canonical.com/launchpad--devel--0--patch-2532
bob2: wow
Kinnison: night all
Kinnison: only 14h day today
kiko_: only 11 for me
kiko_: I'm slacking
kiko_: oh ffs
kiko_: it's ridiculous
kiko_: stub, can you baz replay christian.reis@canonical.com--lozenge/launchpad--devel--0--patch-157 -- ?
kiko_: it's a one-liner that gets us titles back in bugs
kiko_: maybe I should add a test for it
kiko_: stub, do you know if pqm will accept merges from me that contain patchlogs from archives it doesn't know about?
kiko_: or lifeless
stub: kiko_: Both of those?
stub: ok
kiko_: yeah, both
kiko_: the latter might need to be a replay
kiko_: the former a direct merge
dilys: Merge to rocketfuel@canonical.com/launchpad--devel--0: [trivial] Link bugs more aggressively -- allow bug#XXX and bugno.XXX (patch-2533: christian.reis@canonical.com)
spiv: kiko_: pqm won't mind the patchlogs, so long as star-merging that branch into rocketfuel works ok.
kiko: spiv, that's killer -- I have about 7 patches lined up tonight
spiv: AIUI, anyway :)
kiko: friggin system errors right n left
kiko: stub, btw, is staging still hosed?
kiko: I'm still getting cve errormail
stub: If that was from yesterday, it was because the cve update script was scheduled too early, so the staging updates hadn't completed when it was run
kiko: Date: Wed, 28 Sep 2005 02:45:58 +0100 (BST)
kiko: yeah, ok
dilys: Merge to rocketfuel@canonical.com/launchpad--devel--0: r=kiko Fix bug 2539: The Wiki Base URL showed at Your Wiki Name's page is old. Changed UBUNTU_WIKI_URL from http://www.ubuntulinux.com/wiki/ to https://wiki.ubuntu.com/, and updated sampledata and tests. Patch by Diogo Matsubara <matsubara@async.com.br> (patch-2534: matsubara@async.com.br, christian.reis@canonical.com)
spiv: UBUNTU_WIKI_URL has changed? We'll need to make sure we update the authserver for the next rollout, then.
spiv: (or else wiki logins will be slightly broken)
kiko: spiv, it's changed to the correct value -- so yes.
kiko: are there no tests for the authserver? :-)
spiv: kiko: There are. It uses the same constant.
spiv: kiko: But I don't think it's usually updated with the weekly rollouts.
kiko: oh, I see
dilys: Merge to rocketfuel@canonical.com/launchpad--devel--0: [trivial] Commit publisher transaction before apt-ftparchive to reduce blockages (patch-2535: daniel.silverstone@canonical.com)
stub: spiv: ok.
kiko: spiv, I'm already reviewing bjorn's bug 1733 branch
kiko: okay?
spiv: kiko: Oh, sure. Fine with me.
kiko: cool
kiko: that way you have more time to FIX THE LIBRARIAN BUG
kiko: :)
spiv: Heh.
kiko: lifeless, can you please look at jamesh' patch that is sitting in your queue since the 13th? kthxbye
kiko: I removed all others, you should be safe to look at it
lifeless: kiko: I am looking at it
kiko: good
lifeless: kiko: You've missed me spending nearly a week chasing jasmesh long enough to talk with him about it
lifeless: kiko: which happened yesterday
stub: That librarian bug still open? Let me know if I can help with it.
kiko: there are telephones in australia last I heard
lifeless: couldn't prove it by me
kiko: also
kiko: I didn't see any cacherevs appear in rocketfuel/launchpad--devel--0 today
kiko: we're all still merging against 2422
kiko: lifeless, and /if/ you had started reviewing, you forgot to update the tag to needs-reply
kiko: which confuses everybody including james' magical chinstrap script
lifeless: kiko-zzz: 2472 is cachedreved on chinstrap
lifeless: kiko-zzz: I mirrored it across on tuesday
kiko-zzz: why am I not getting it when merging?
kiko-zzz: hmmm
dilys: Merge to rocketfuel@canonical.com/launchpad--production--1.34: [trivial] Cherry picks (patch-15: stuart.bishop@canonical.com)
stub: kiko-zzz: Argh - the wiki shouldn't mention Ubuntu. There is a bug report open that says it should be 'Launchpad wikis' or somesuch for all wikis that we run using the auth server.
stub: kiko-zzz: Because derivative distros will use it too, and it is rude to tell people to log into the Guadalinux wiki using their Ubuntu wiki username/password.
stub: Or mpt will cry
stub: lifeless: The commits mailing list reply-to is set to warthogs instead of launchpad. Is that your list?
kiko-zzz: hmmm
kiko-zzz: stub, yeah, I think you're right -- will be easy for matsubara to refix as soon as we give him a target, though
kiko-zzz: stub, can you help find reference so I know what to point him to tomorrow morning?
stub: I can't find the conversation
stub: We just need to pick a unique key - I'd suggest using 'launchpad.net'
kiko-zzz: it's tricky because that's not a real wiki URL
kiko-zzz: or not?
stub: Who cares?
kiko-zzz: god!
kiko-zzz: he's looking from up there
kiko-zzz: lightning bolts and all
stub: Use http://wiki.launchpad.net then, since that *should* be the URL of the launchpad wiki. But it is just a key - it is hidden from the user in the UI anyway.
kiko-zzz: there's UI however
kiko-zzz: that needs to be updated as well (again)
stub: You could keep using wiki.ubuntu.com as the key in the DB - only the wording on the UI needs to change (to something that is correct - it needs to tell people that this wikiname is constant across all the wikis we run)
kiko-zzz: okay
kiko-zzz: stub, can you at least comment on the bug and reopen it? I really need to go to bed
stub: I'll open a bug
kiko-zzz: thanks
dilys: Merge to rocketfuel@canonical.com/launchpad--devel--0: [trivial] Add a new index to TeamParticipation which the planner wants to use, already in production (patch-2536: stuart.bishop@canonical.com)
dilys: Merge to rocketfuel@canonical.com/launchpad--devel--0: Add support for shipit admins to add orders in behalf of other people. Lots of new tests. Add columns to store the shipping address in the ShippingRequest table. r=kiko (patch-2537: guilherme.salgado@canonical.com)
dilys: Merge to rocketfuel@canonical.com/launchpad--devel--0: [trivial] Fix for bug title not appearing in bug pages any longer -- add a missing interface attribute (patch-2538: christian.reis@canonical.com)
sivang: Morning all!
SteveA: hi
SteveA: anyone seen http://synchroedit.com/ ? looks interesting for wikis / bofs
spiv: SteveA: sounds a bit like http://jotlive.com/
SteveA: is it free?
spiv: It seems not. Well, unless you count the 5-page-a-month demo.
SteveA: the synchroedit thing is rumoured to be going to be under the lgpl
sivang: SteveA: are they open sourcing it ?
sivang: SteveA: seems nice, is it a wiki engine of some sort?
SteveA: not really
SteveA: a collaborative editor
lifeless: looked at gobby ?
lifeless: ddaa seems quite pro it
sivang: yuck, they use java to achive waht ajax can give them, I think
spiv: jotlive.com uses ajax. I think it uses Twisted on the server side.
spiv: It looks slick, but I think they want people to pay for the service :/
sivang: spiv: livejot works on fifie ?
spiv: sivang: fifie?
dilys: Merge to rocketfuel@canonical.com/launchpad--production--1.34: [trivial] Cherry picks into production--1.34 (patch-16: guilherme.salgado@canonical.com, stuart.bishop@canonical.com, rocketfuel@canonical.com)
sivang: spiv: ah sorry, my pet name for firefox :)
sivang: spiv: you see, I've seen ajax powered web sites that work badly under firefox
sivang: spiv: Twisted = the Python framework ?
bob2: yes
spiv: sivang: Yeah, I think they claim to work in at least firefox and IE. And yeah, I mean the Twisted framework for Python.
sivang: spiv: myabe we can bring this functionality to Launchpad, I have a couple ideas that will utilitze this, and I'd like to see in launchpad.
spiv: sivang: Sadly, jotlive doesn't appear to be open source :(
sivang: spiv: my point exactly :)
spiv: Ah.
sivang: well, at least if not opensource, then free to use
sivang: (although launchpad is not currently open, I think it's multitude of free offered services cover nicely)
dilys: Merge to rocketfuel@canonical.com/launchpad--production--1.34: Cherry pick christian.reis@canonical.com--lozenge/launchpad--devel--0--patch-157 into production 1.34 (patch-17: christian.reis@canonical.com)
jordi: mdke, Burgundavia: are you guys sorted out?
SteveA: BjornT: ping
carlos: morning
SteveA: hi carlos
SteveA: lifeless: is pqm jamed?
SteveA: there's still a merge from 03:23 at the number one spot
dilys: Merge to rocketfuel@canonical.com/launchpad--devel--0: [trivial] improve check-templates slightly -- add missing zcml bits (patch-2539: christian.reis@canonical.com)
SteveA: aha... guess not jammed any more
foxiness: hi am new member on launchpad and i want to send bug report about breezy but i can not find away from my launchpad
foxiness: home page
mloskot: Q: If I've found a bug in one of Universe packaged in Breezey, where should I report it: Bugzilla or Malone on Launchpad?
foxiness: i think i have the same Q mloskot have but may bug on main
SteveA: right now, bugs on things in "main" should be put into the ubuntu bugzilla
SteveA: bugs on other things can go in launchpad
foxiness: clear,but is there way on future to be on my homepage on launchpad to track it on easy way
SteveA: well, let's think about this
SteveA: your web browser says what OS you're using
SteveA: so, your home page on launchpad could see this
SteveA: and have a link to "report a bug in your own OS (breezy)"
mloskot: SteveA & foxiness: Thanks for the explanation.
SteveA: if you're apparently using some other OS, then it would depend if that OS is known by launchpad
SteveA: foxiness: if you like this idea, please file a bug on launchpad about it
foxiness: oh nice but becasue i can not use my modem from breezy im working from windows :)
SteveA: i see
mloskot: I've reported bug on Bugzilla for package from Univers (alexandria) so I think I should report it to Malone.
SteveA: mloskot: right
mloskot: So, should i move it to Malone? Report it again on Malone?
SteveA: mloskot: are you on any of the ubuntu irc channels?
mloskot: not at this mo
foxiness: SteveA, sure i like it and i will create a bug about it
SteveA: thanks foxiness
SteveA: mloskot: okay. try #ubuntu or #ubuntu-devel, because that's where the people who manage and read these bug reports will be.
mloskot: ok
mloskot: I will do so. thanks
SteveA: they'll be able to offer you better advice than i can about where to file bugs to ensure they reach the right people
SteveA: this channel is best for when you have problems with the launchpad website, or if you have ideas on how to make it work better for you
mloskot: I see, thanks again. so I'm going to the right channels. Cheers
sivang: SteveA: hmm, that sounsd fairly easy to implement, and while make things easier for bug reporters , is it already implemented?
SteveA: no. i don't think it has been discussed before.
carlos: stub, hi, did you see my answer to your email?
stub: I replied to you (or do mean you replied to my reply to your reply?)
stub: carlos: I don't think losing that information is a problem, but you are more familiar with the code that relies on that field.
carlos: stub, I just got your reply, sorry
carlos: stub, it's just that we are using that field to send the notification to hte user when the import is done
carlos: so that's the only problem I can think on
stub: Actually.... I don't see how we are losing any information
stub: daterawimport is currently only valid for imported objects
stub: I'm just giving it meaning if rawimportstatus == PENDING
carlos: stub, we use it to say... 'The file foo (uploaded XXXX days/minutes ago) has been imported
ddaa: Mh, there's a meeting today?
carlos: stub, daterawimport tell us when was the file uploaded
stub: carlos: I thought it was set after the import had succeeded?
carlos: stub, no
stub: ohh...
stub: bugger
stub: So it should be renamed dateuploaded?
stub: ahh... date it was attached.
stub: I guess that is a form of import ;)
carlos: yeah
carlos: that's the idea
carlos: but I'm happy to rename it if you think it's better
carlos: daterawfileattached
carlos: ?
BjornT: SteveA: pong
stub: Other things to worry about first I think
carlos: ok
carlos: stub, so, will we use the suggestion I did?
stub: carlos: We can do it without an extra column if we want (just store last seen locally). Is the dateimported useful to us do you think? If so, we can create the extra column. Otherwise I can fix it to just use pickle.
carlos: stub, I need to rethink a bit the import/attach process so I think it's ok to use that field now and think a better solution later
stub: It sounded like it would screw up the UI somewhat, though (?)
carlos: stub, well, we will lie a bit to the users if we have problems with an import
carlos: not a big deal in exchange to get the imports working
stub: carlos: I have another solution that should only take a few minutes. I'll post another diff.
carlos: stub, ok
Kinnison: 2h to meeting, yes?
SteveA: yes
Kinnison: coolio
ddaa: lifeless: merge your pybaz patch, pretty please
dilys: Merge to rocketfuel@canonical.com/launchpad--devel--0: [trivial] Adding CSS that renders disabled form fields differently from enabled ones, stolen from shipit (patch-2540: christian.reis@canonical.com)
BjornT: SteveA: pong again
SteveA: hi BjornT
BjornT: hi
SteveA: i had a question about the menus changes brad made last night, but i checked the changeset myself
toresbe: I've got a problem with launchpad
toresbe: I'm signing up for advance orders of the Ubuntu goodness that is Breezy CDs
toresbe: oops, phone, brb
nitwoh: sometimes this link doen't work : https://launchpad.net/distros/ubuntu/breezy/+lang/fr
nitwoh: it's down about 30% of time
toresbe: back
toresbe: anyway, I got a token link in the mail to sign up for shipments
toresbe: and it 404's
SteveA: toresbe: salgado works on shipit. he'll be around in 1 hour, for the weekly developers meeting.
SteveA: will you be around in 1 hour?
Nafallo: SteveA: shipit works now right? so that my order is really there? :-)
SteveA: Nafallo: do you see your order when you log in?
Nafallo: SteveA: I'll check :-)
Nafallo: SteveA: yay. guess it works then :-).
toresbe: SteveA: thanks, yeah, I will :)
Nafallo: didn't see the order before that, so I increased the cd amount for this round ;-).
dholbach: hi
dholbach: does anybody know how to make mailman happy with the new malone mails change? (From: -> Reply-To:)
dholbach: or can this only be changed by making the list not moderated
stub: dholbach: Use the spam filters. Set one rule to 'accept' email based on the Sender: header (or similar).
dholbach: stub: ok thanks, i'll try that
Kinnison: Where does python wrap the time() syscall?
SteveA: time.time perhaps
Kinnison: that's the doobry, ta
carlos: stub, it looks ok for me
nitwoh: on Shipping Address form, the Name input is fixed as the viewed name on launchpad. so I can't set a nickname for launchpad :(
asmodai: remind me again, warty is a version before 5?
dholbach: warty was 4.10 :)
dholbach: 4.10 = october 2004
asmodai: ah ok
asmodai: thanks
asmodai: I am not so into Linux versions/names and couldn't find it quickly on the ubuntu site
SteveA: launchpad meeting in 20 mins. /msg me any items for the meeting
jamesh: carlos: I took a stab at fixing rosetta bug 74
jamesh: carlos: would you like to look at it before I put it up for review?
carlos: jamesh, sure
carlos: jamesh, thanks
jamesh: carlos: I'm mirroring it now. I'll produce a diff
carlos: ok
dilys: Merge to rocketfuel@canonical.com/launchpad--devel--0: [trivial] removal of dead templates (patch-2541: steve.alexander@canonical.com)
SteveA: hi salgado
salgado: hi SteveA
SteveA: salgado: can you talk with toresbe about shipit please?
salgado: sure
salgado: yo toresbe
jamesh: carlos: my branch fixes both the RTL text issue, and should provide better rendering for CJK languages (since the correct glyphs will be used for the shared code points)
carlos: jamesh, cool, thank you!
jamesh: carlos: https://chinstrap.ubuntu.com/~jamesh/lp-bug74.patch
niemeyer: Morning!
mpt: Good morning
niemeyer: mpt: Good morning
jblack: weird. have you guys ever seen www.aypwip.org/webnote/ubuntu before ?
jblack: Its javascript postit notes. Enter a keyword on the upper dir, and get a pile of notes
SteveA: it's meeting time
niemeyer: jbailey: Nice :)
niemeyer: Erm
niemeyer: jblack: Nice :)
SteveA: MEETING BEGINS
SteveA: who's present?
BjornT: me
jblack: me
salgado: me
mpt: meee
jamesh: me
spiv: me
bradb: mo
niemeyer: me
stub: yo
SteveA: ddaa?
nitwoh: me
SteveA: hello nitwoh
nitwoh: hello SteveA
mpool: SteveA: here?
ddaa: *chomp* *chomp* mhhh noodles :)
SteveA: hi mpool
niemeyer: mpool: Just in time :)
gneuman: hi
SteveA: hi
SteveA: kiko-zzz: ?
SteveA: cprov?
SteveA: hi matsubara
matsubara: hi steve
SteveA: anyone seen kiko or cprov?
matsubara: nope, i just got here
jblack: I saw kiko ~ 6 hours ago
stub: kiko was up pretty late. Don't know about cprov
SteveA: okay, let's start anyway.
SteveA: == Agenda ==
SteveA: - roll call
SteveA: - agenda
SteveA: - activity reports
SteveA: - production / staging
SteveA: - problem with /errors on staging
SteveA: - new menus stuff
SteveA: - slow pages
SteveA: - three sentences
SteveA:
SteveA: any other items to add to the agenda?
SteveA: - time of next meeting
SteveA: same time next week?
toresbe: salgado: hey, pardon my delay
SteveA: jordi: ping?
Kinnison: SteveA: fine by me
jblack: aye
kiko-zzz: hey ho
kiko: sorry
kiko: was up late
SteveA: hi kiko
salgado: hi toresbe, we're in a meeting now, can we talk later?
toresbe: salgado: of course, pardon my interruption :)
salgado: no worries. :)
SteveA: activity reports: who's up to date, and who, with regret and other such things, isn't
SteveA: ?
mpt: up to date
kiko: I'm the hacker
jblack: up to date
bradb: My Sent Items folder is up to date...if I could only figure out where in the ether my last two days' activity reports are...
SteveA: bradb: mail them directly to me if you like
bradb: ok
carlos: jamesh, it looks great
SteveA: carlos: activity reports?
carlos: SteveA, sorry, I was distracted with the review
SteveA: gneuman, matsubara, jordi ?
gneuman: hi
carlos: I'm a week behind
mpool: up to date
SteveA: hi gneuman. how up to date are you with your daily activity reports?
kiko: not at all :)
matsubara: same with me
kiko: I haven't asked him or matsubara send them in -- is it time?
bradb: SteveA: just sent my last two days to you
gneuman: i am not sendind it yet
SteveA: okay. gneuman and matsubara, please talk with kiko about what to do
SteveA: thanks bradb
BjornT: bradb: your last two days' activity reports seem to have arrived to the activity list
SteveA: they arrived
gneuman: ok
bradb: really? hrm. maybe some weird gmail thing. it doesn't seem to fetch messages that I sent.
SteveA: next, production / staging. stub?
lifeless: present
jamesh: bradb: probably a mailman thing (see if you have the not-me-too option set)
lifeless: sorry for lateness
stub: lots of cherry picks have been going on into production - lots of people are in bug-fix mode which is good
mpool: irc is messed up, back in a bit
lifeless: up to date
stub: staging is business as usual.
kiko: crack, damn
kiko: stub, wait
SteveA: there's still a problem with /errors on staging
SteveA: i need to hassle the admins
stub: Load issues with Malone don't seem to be an issue
kiko: staging wasn't refreshing till yesterday, right? :)
|
|

