[00:01] dickelbeck: that re-build of the archives is underway as we speak; give it a few minutes.... [00:01] cool [00:03] dickelbeck: and done; I noted yesterday that your browser may cache; so refresh to verify? [00:03] spm: the launchpad webpages say that all maillists are archived at http://mail-archive.com/ [00:03] anything special I need to do to get all old postings in there, or is that even possible? [00:04] ahh. good Q. no idea. you can see our copy here: https://lists.launchpad.net/kicad-developers ? which is what I've just updated. [00:04] i suspect you'll need to contact the mail-archive folks directly? [00:05] spm: at first glance I think we have a winner on the import. thanks again for your help. [00:05] \o/ [00:06] spm: there is nothing blocking usage of the list then, I can sound the bells and bring in the stampede? [00:07] dickelbeck: shouldn't be. (fingers crossed, touching wood etc...) :-) [00:07] one of my guys tested it this AM, and I got a message from kicad-developers-bounces+dick=softplc.com@lists.launchpad.net [00:07] did not know what bounces in that email was indicating [00:08] dickelbeck: actually - trial a test message and verify it winds up on the archive; it should be near as instant [00:08] It's to let mailman detect if an address is repeatedly bouncing. [00:08] not a configuration problem then? [00:08] No. [00:09] wgrant: will all email from the list have that in the "sender" then? [00:11] dickelbeck: Looks like it. But why it should be in Sender I do not know -- I would have thought that Return-Path would be the important one. [00:19] spm & wgrant: the new list seems to work OK, messages I send there come to my inbox without the "bounces" in the "sender", although they do not even show the "sender". [00:19] so I am going to announce to the old list to come join. Thanks again for all your help spm! [00:20] dickelbeck: excellent; np! [00:21] Excellent. [01:49] how odd, if you put double slashes in your branch URI it'll say no such branch exists (at least when accessing branches on launchpad). [01:49] ie .lp:~moo/foo//test will fail [01:49] There was a bug filed overnight about double-slashed lp: branch alias requests hanging bzr. [01:57] entertaining but not surprising [01:58] foo/bar and foo//bar are not the same url [01:59] They are the same path, though. [01:59] in a local fs, sure [02:01] bzr: ERROR: Not a branch: "bzr+ssh://bazaar.launchpad.net/~moo/foo//test/". [02:01] lifeless, regardless, we're not git. It should Just Work (TM). :P [02:06] cody-somerville: uhm, perhaps. OTOH first report of this in 5 years, I don't think its a high frequency issue at all. [02:06] and normalising urls can do bad things if some has a 'clever' server setup. [02:11] lifeless: first report in 5 years, or second report in 5 hours :-) [02:12] james_w: well [02:12] both :) [02:12] I mean, whatever has changed is a problem [02:12] so we should figure that out === Ursinha is now known as Ursinha-afk [02:14] lol [08:53] I need some help regarding anonymous API access (non-launchpadlib). [08:53] I'm told that I should pass an empty string for the auth token and secrt. [08:54] I'm not sure where though. To +request-token? To +auth-token? [08:54] access-token* [08:55] Or shouldn't I access +request-token/+access-token at all? [08:55] rdb: Neither. [08:56] Oh. [08:56] You could just say https://api.edge.launchpad.net/devel/ubuntu?oauth_consumer_key=foo&oauth_token= [08:56] Aah. [08:57] So I was thinking way too hard about this. [08:57] Thanks. :D [08:57] Yep. [08:57] * rdb ditches 100 lines of PHP code [08:57] Hahah. [08:57] wgrant: Hi! Did you mean for build_state/status to be on BuildFarmJob at http://people.ubuntu.com/~wgrant/launchpad/buildfarm/new-build-model.png [08:58] Also, I'm not sure what you were meaning by 'result' on the same table. [08:58] noodles775: Yes no maybe handwave handwave. [08:58] lol [08:58] See the Unresolved Issue™ [08:58] I don't have a solution to result field placement yet. [08:59] Do you have any ideas? [08:59] Ah right. OK, so for the moment I'll include the state there and we'll see what develops (I'm just doing an initial schema change to see how big it is). [08:59] Hi! When I commit something to Launchpad with bzr, it doesn't get linked to my Launchpad account. I imagine there's some bzr command I need to do? [08:59] rww: bzr whoami "First Last " [09:00] wgrant: as I said, I'm not sure what you meant by result? I mean, it's not the BPR/SPR, and the log is already there... [09:00] wgrant: email@address being the same one that's attached to my LP account, I assume? [09:01] noodles775: It was probably me playing with keeping status and result separate. Like at the moment we have Job.status, and Build.buildstate is used mostly to indicate the result, and is type-specific. [09:01] I see. [09:01] But Job.status is what we look at to determine candidates. [09:01] rww: Any one of those attached to your Launchpad account, yeah. [09:02] OK, so for the moment I think it makes sense for it to be subsumed by BuildStatus.PENDING? (as we won't have a job record etc.), and pending will at-least be common to all jobs. [09:03] noodles775: I guess. [09:04] But we should allow for job types to have their own build statuses. Most make no sense for translation jobs, for example. [09:05] wgrant: but a subset of BuildStatus does make sense for translation jobs right? (PENDING, FULLYBUILT, etc) [09:05] noodles775: Right. [09:05] noodles775: For all job types we have (WAITING, BUILDING, BUILT) [09:06] For most we can split BUILT into (SUCCESSFUL, FAILED) [09:06] For builds we can further split FAILED into DEPWAIT, CHROOTWAIT, FAILEDTOBUILD, FAILEDTOUPLOAD [09:08] Yep, so it looks like it's worth factoring to a general BuildFarmJob.status, and then other build types can provide their own custom statuses. hrm. [09:08] Here is my dilemma. [09:09] For the moment, it would be *easier* refactoring-wise, to just use the current BuildStatus and ensure that each type is satisfied by a subset. [09:09] But whether it's the best refactoring path is another question. [09:10] * noodles775 should have started this conversation on lp-dev. [09:10] I somehow can't find a way in the 1.0 API to get the blueprints for a project. Am I blind or missing something? [09:10] rdb: Blueprints aren't exposed through the API yet. [09:10] o_O [09:10] You're kidding, I hope? [09:11] sadly not. [09:11] Bah! BAH! [09:11] When in doubt, check https://edge.launchpad.net/+apidoc [09:11] I am looking in it, thats why I asked why I couldn't find blueprints [09:11] Is it planned anytime soon? [09:12] Blueprint has no active developers. So it would be up to a community developer. [09:12] I kind of relied on it to be available. :-/ I could of course just http get the blueprints page and parse it, but using the API would be a lot better. [09:12] Uh, could I volunteer? [09:13] I wouldn't have that much time to work on it, but it's a feature I need soon. [09:13] rdb: Of course. [09:13] read-only access should not be difficult. [09:13] wgrant, https://code.launchpad.net/~ajmitch/launchpad/blueprint-api [09:13] Write access is harder, though. [09:13] Ah, yes, forgot ajmitch was working on it a while ago. [09:13] It seems "in progress" [09:13] Yeah, I just need read access [09:14] I just need to be able to get a listing of blueprints and most important information [09:15] rdb: I might point you at the last commit dates on that branch. [09:15] I noticed. [09:15] December... buh. [09:15] ajmitch, ping [09:16] wgrant, looks like jml also worked on something, that was rejected for merging into devel [09:17] jml: Do you recall why your blueprint exposition branch was rejected? [09:17] There is no comment. [09:18] Aa, wait, I see that jml's branch was merged into ajmitch's branch [10:22] wgrant, rdb: I rejected my branch [10:22] because it was done at UDS to demonstrate a thing, and I couldn't be bothered making it ready to land [10:22] Ah, OK. === mthaddon changed the topic of #launchpad to: Launchpad will be down/in read-only from 11:00 UTC until 13:00 UTC for a code update | http://launchpad.net/ | Read https://help.launchpad.net/ for help | Help contact: kfogel | Join https://launchpad.net/~launchpad-users | This channel is logged: http://irclogs.ubuntu.com/ | Launchpad is open source: https://dev.launchpad.net/ === jtv1 is now known as jtv === jtv1 is now known as jtv [12:07] I have not received any bug email for an hour, is the update responsible? [12:11] om26er: Probably. Cron jobs like the bug notification sender are generally turned off a little earlier than the actual rollout. [12:13] wgrant, If I do some work on any bug report will the reporter and subscribers be notified after lp is out of read only? [12:14] om26er: Yes. [12:14] The notifications will be queued in the DB, and sent once the cron job is switched back on. [12:14] wgrant, thanks alot :-) === matsubara-afk is now known as matsubara === mrevell is now known as mrevell-lunch === Ursinha-afk is now known as Ursinha === deryck changed the topic of #launchpad to: Launchpad will be down/in read-only from 11:00 UTC until 14:00 UTC for a code update | http://launchpad.net/ | Read https://help.launchpad.net/ for help | Help contact: kfogel | Join https://launchpad.net/~launchpad-users | This channel is logged: http://irclogs.ubuntu.com/ | Launchpad is open source: https://dev.launchpad.net/ [13:54] adding an hour to LP downtime. Sorry. [13:54] WAH [13:54] I know. it sucks. :( [13:55] 12 hours before UMP releases beta, writing freeze and quickshot! =O [13:55] these fixes better be worthwhile :P === leonardr_ is now known as leonardr [14:17] Is the blueprint support just missing from the API, or is it also missing from launchpadlib? [14:17] rdb, both, AFAIK [14:17] Oh, darn. Well, thanks. === mrevell-lunch is now known as mrevell === mthaddon changed the topic of #launchpad to: http://launchpad.net/ | Read https://help.launchpad.net/ for help | Help contact: kfogel | Join https://launchpad.net/~launchpad-users | This channel is logged: http://irclogs.ubuntu.com/ | Launchpad is open source: https://dev.launchpad.net/ [15:07] Hi.. How can a project be re-assigned the maintainer from ~registry to a different tea, [15:07] It used to be owned by a team, but i think that team was deleted as it was surplus. [15:10] (I've found the answer, thanks) === sinzui changed the topic of #launchpad to: http://launchpad.net/ | Read https://help.launchpad.net/ for help | Help contact: sinzui | Join https://launchpad.net/~launchpad-users | This channel is logged: http://irclogs.ubuntu.com/ | Launchpad is open source: https://dev.launchpad.net/ [15:26] hello all, Can anyone point me to doc on how to disable edge redirection? [15:28] launchpad.net, and hit the button [15:33] Hobbsee: I am pretty sure i couldn't find the button yesterday. I know it, it's in a blue box. I will wait till 10.03 is rolled out and try then. thanks [15:33] keffie_jayx: oh. that's what the usual solution is, but i've not tried it recently [15:34] keffie_jayx: there is also a green link in the bottom right of every edge page called "Disable edge redirect." [15:34] just above the copyright stuff [15:35] tsimpson: mm ok, let me try that. Thanks [15:59] is there a way to see all PPAs with a particular package name? [16:01] radix: have you tried https://launchpad.net/ubuntu/+ppas === deryck is now known as deryck[lunch] [16:02] nope [16:02] https://edge.launchpad.net/ubuntu/+ppas?name_filter=PACKAGENAME [16:03] radix: https://edge.launchpad.net/ubuntu/+source/desktopcouch has a list of ppas [16:03] ok... I guess I'll have to click on each one to see if it has the package I want [16:03] I'm basically looking for a stable build of thunderbird 3 [16:04] I'm getting email from LP about comments being imported to some VERY old bugs [16:04] radix: I see 3 ppas https://edge.launchpad.net/ubuntu/+source/thunderbird [16:04] radix: https://edge.launchpad.net/~mozillateam/+archive/ppa ? [16:04] radix: ah, v3. Sorry. [16:05] mdz: allenap: is checkwatches trying to get the backlog comments on bugs? [16:05] radix: https://edge.launchpad.net/~ubuntu-mozilla-daily/+archive/ppa is probably what you want. [16:05] noodles775: I saw that, but the "daily" scared me [16:05] noodles775: I just want the released version of thunderbird 3 [16:06] sinzui, mdz: That sounds like good news, believe it or not. It means that it's actually doing *something* :) === Ursinha is now known as Ursinha-lunch [16:06] allenap, good news for some, maybe, but not for someone who is attached to a lot of bugs over the past 5 years ;-) [16:07] mdz: I'm sorry about that. I'll try and see if there's a way to alleviate it. To be honest, the answer is probably: not before it's caught up already. However, if it's really disruptive, we can shut down that process until we have a fix. [16:08] allenap, "only" 5 emails so far [16:09] with 4-digit bug numbers === salgado is now known as salgado-lunch === jtv1 is now known as jtv === BlackZ_ is now known as BlackZ === mnepton is now known as mneptok === yofel_ is now known as yofel [17:14] is there anything you can do about bug 13661? it seems that a users mail address keeps bouncing mails back [17:14] Launchpad bug 13661 in synaptic "get proxy config from gnome configuration" [Undecided,Confirmed] https://launchpad.net/bugs/13661 [17:15] chrisccoulson: A request is already made. I assigned the issue to an admin [17:15] sinzui, thanks [17:17] hey, where can i see the build queue? mainly so i know when lucid packages are stable again [17:17] stabler8 [17:19] danopia: do you mean https://edge.launchpad.net/ubuntu/lucid/+builds which is linked from the ubuntu/lucid page? [17:20] danopia: http://launchpad.net/builders [17:20] sinzui, if it listed queued and still building (i.e. not done yet) then i'd like it [17:20] bigjools, that's not lucid-specific and i can't see how many more lucid packages are ququed [17:21] i'm just waiting for packages to be built so i can upgrade my system from 9.10 [17:21] danopia: ok, then use the filter on the page that sinzui posted [17:21] "Currently building" and "Needs buildilng" together would be nice === matsubara is now known as matsubara-lunch [17:28] sinzui, thanks, and put a word in somewhere that i'd like to filter by more than one state at a time :P [17:28] that may already be reported in bugs.launchpad.net/soyuz === deryck[lunch] is now known as deryck [17:29] patches welcome === salgado-lunch is now known as salgado [17:46] what are the requirements to run launchpad?, I have a small vps ~4gb and 256mb of ram think it would work? [17:47] FFForever: If that is a serious question.. No. [17:48] It was..., what would I have to upgrade to, to get it working?, 512mb of ram? [17:49] Why do you want to run your own launchpad? [17:49] Because to my knowledge launchpad does not allow private repositories for commercial work [17:49] We paid for a commercial launchpad account. [17:49] what features do you want? there are other options [17:49] how much are they? [17:50] I mainly want git control/bug tracking/time tracking if possible? [17:50] It's a nominal fee [17:50] As far as I'm aware that's supported in the commercial account [17:51] Subject: Canonical shop: Purchase of Launchpad Commercial Subscription (12 months, Basic) [17:51] It's easy :) [17:51] time tracking? I dont think so [17:51] And what do you mean by "git control" [17:52] web browsing and user management without configuring everything manually like I am now [17:52] FFForever: The requirements to run Launchpad include first replacing all the image files, which canonical does not license for use by others. [17:52] Which is a pain [17:52] i don't think that launchpad does much more with git other than mirror it [17:53] maxb, joy [17:53] wth, there's a "media adapter" at 0.168.1.97 called Microsoft Corpora?tion - ”þðÔ?”7Ä [17:54] anyway. [17:54] FFForever, do you mean you want to use git instead of bzr? === FFForever is now known as FFForever-Away [17:57] FFForever-Away: I would seriously look at paying the fee to Canonical for a launchpad account and look at an external program to log dev time [17:57] we use Redmine, but I don't believe the redmine -> lp tool is finished [17:59] i'm writing a system that does what you want but 1) it's not finished 2) i don't support private repos on the main instance because of the nature of how the system interacts with itself === beuno is now known as beuno-lunch [18:12] azop: what are you using in redmine [18:12] azop: I'm deploying redmine where I currently work [18:12] zyga, "in redmine"? [18:12] azop: time tracking is what we're also using [18:12] yes [18:12] oh [18:12] actually redmine + bzr [18:13] it has nice time tracking but we never used it, since the project i used redmine with was largely for when we were bored [18:13] I see [18:13] that reminds me I have to push some redmine patches before I switch my job next month [18:15] zyga: we are using it on improve.bluecherrydvr.com [18:15] though we aren't effectively using the time tracking, but it's available [18:16] azop: any major deployment issues if I may ask? [18:16] are you using any plugins? [18:16] zyga: not really, we are using the older branch and we haven't moved to .90 [18:16] I see [18:18] zyga: we aren't using any plugins currently. One of our developers was looking at lp + redmine [18:18] so apport reports could be moved from lp to redmine and such, but it hasn't gotten started yet [18:20] apport, why? [18:20] crash tracking? [18:20] zyga: yes [18:20] why move to redmine? [18:21] redmine has been in place for a year, we haven't done anything useful yet with our LP account :P [18:22] on group i'm with only uses lp for a mailing list :P === sinzui_ is now known as sinzui === matsubara-lunch is now known as matsubara === curtis is now known as Guest6121 === Guest6121 is now known as sinzui [18:40] once i start a project, I can't rename it on my own? [18:41] the project's link is now https://launchpad.net/acceptindia can I change the acceptindia part? [18:43] sinzui, ^ [18:45] nigelb, ask a question at https://launchpad.net/launchpad-registry [18:45] nigelb, an admin can rename it [18:46] ah, thank you :) [18:48] are there any problems with translations.edge.launchpad.net ? I can't let a new or another translation suggestion for some strings [18:51] BlackZ, danilos, has the rules for suggestions changed? [18:52] sinzui: nope, I can let new or another translation suggestions with others translation templates [18:52] BlackZ, sinzui: they should not have changed, but there is a problem when someone tries to reactivate the existing, discarded suggestion [18:53] BlackZ, can you point me at a page where this happens? [18:55] danilos: sure, https://translations.edge.launchpad.net/ubuntu/lucid/+source/xz-utils/+pots/xz/it/+translate?start=0 string no. #55 is an example [19:01] BlackZ, I am not sure exactly what's going on, can you please file a bug and we'll look into it [19:02] danilos: sure, I will ! I will look if there's already a bug open too (?) [19:03] BlackZ, btw, can you paste me what string are you trying to translate as? and are you an Italian reviewer or a translator? [19:03] BlackZ, (i.e. what translation are you trying to use) [19:03] BlackZ, and thanks :) shorthand for filing a bug: https://bugs.edge.launchpad.net/rosetta/+filebug :) [19:04] BlackZ, actually, I don't think it's a bug in rosetta [19:04] BlackZ, it seems it's a problem with c-format flag on a message that needs no such flag [19:04] danilos: translator [19:05] xz-utils has a bug in the template, you can see how rosetta highlights "% o" for you, and expects to find it in the translation as well === beuno-lunch is now known as beuno [19:06] danilos: ok, so I think it's a bug in xz-utils translation template, as you said [19:06] BlackZ, right, so please file a bug on the package and create an ubuntu-translations bugtask as well :) [19:06] BlackZ, using "also affects project" (the guys in ubuntu-translations will make sure it's fixed sooner rather than later) [19:07] danilos: yes, I know how to do, thanks ! [19:14] cheers === danilos is now known as daniloff [19:54] LP is quite b0rken. I guess the update went wrong. Adding a comment to a project on LP give me this error: (sorry, bad formating), http://pastebin.com/2nw2UmTk [19:58] sebner: do you block referrers? [19:59] james_w: I don't know what the hell is going on .. [19:59] james_w: in other words: I can remember doing anything causing this [20:08] the bug comment importer seems to be nice, but does it really have to import comments for bugs closed years ago? [20:21] sebner, your browser is not sending REFERER header. plugin guarding your privacy may be doing that for you [20:22] sebner, launchpad is now requiring the REFERER header to prevent certain kinds of attacks. [20:22] sinzui: I googled and found a tutorial for enabling referers (firefox, about:config) but if I restart firefox it gets reset to disabled O_o [20:23] hmm [20:23] sebner, firefox like all browser do send the referer header by default. I think something like an addon is disabling it [20:25] sinzui: trying [20:26] sinzui: disabled everything, no luck. trying with a clean new profile [20:29] sinzui: yeah, working. seems my default firefox profile is totally b0rken [20:29] sebner, do you have any extensions installed? [20:30] sebner, the -p option disabled extensions, so the profile is clean and so to is the browser setup [20:30] sinzui: yeah, some but I tried with all of them disabled too and I didn't instal any extension the last few weeks. wondering what has happened [20:31] * sinzui shugs [20:33] sinzui: nightly-tools! grrrrrr === Ursinha-lunch is now known as Ursinha === FFForever-Away is now known as FFForever [20:48] I figured out how to make deb packages, but I've got no idea how to update them using .diff files (if that is, indeed, what you use). Can anyone give me some info' please? [20:49] hello ppa experts! i just dput a updated package to my ppa but i used the wrong url: dput ppa:barry/ppa computer-janitor_2.0-0ubuntu4_source.changes [20:49] i meant to use ppa:barry/python, but now launchpad won't let me dput to the correct ppa [20:49] Package has already been uploaded to ppa on ppa.launchpad.net [20:49] Nothing more to do for computer-janitor_2.0-0ubuntu4_source.changes [20:49] [20:49] what's the best way to fix this? [20:50] barry: that's not LP telling you that [20:50] use -f with dput [20:50] james_w: ah, cool, thanks [20:51] james_w: perfect [20:51] Ahh, so you use a .changes file... [20:51] Penguin: build source will give you the .changes file (i happen to use 'bzr bd -S) [20:54] Sorry I'm really new to packaging, I have no idea how I go about updating my package... [20:54] Do I upload the new one to launchpad first? [20:57] Penguin: i am no expert, and there are many ways to do it, but the way i like to do it is to use bazaar's bzr-builddeb plugin. you don't have to push your branch to lp first, but you do need a proper debian directory. then 'bzr bd -S' leaves you with a .changes file you can dput to your ppa so lp will build it. of course, i also like to push my branches to lp to share them with other people [20:57] Penguin: do you know how to create a debian directory with control, rules, changelog, etc? [21:01] barry: Yeah, I have my properly debianized package with .orig.tar.gz and source.tar.gz and .deb. I just don't know how to make version 2. [21:01] Penguin: dch -i to update your changelog [21:02] barry: Done [21:03] Penguin: now build source again and your version should be bumped [21:05] barry: Yeah.. [21:05] barry: So I upload all the new files to launchpad? [21:06] Penguin: just dput the _source.changes file i think [21:06] barry: And then it automatically grabs the new files? [21:08] Penguin: dput will upload everything the buildd's need to build the source package [21:09] barry: I think I got it now, thanks. [21:10] Penguin: great! === FFForever is now known as FFForever-Away [21:42] hello I am from the sahana project: https://launchpad.net/sahana [21:43] I need some help with the following query [21:43] https://answers.edge.launchpad.net/launchpad-registry/+question/98691 [21:44] chamindra, I can make the project group once an admin renamed the current project [21:45] it asks to rename the project from sahana to sahana.old in order to create a super project.. but I am not sure where to do that. As "change details" only gives display name [21:45] sinzui: can you tell me where I need to go to change the name [21:45] I am in the admin group of the main project [21:47] chamindra, you cannot rename the launchpad id/name, only an admin can [21:47] bazaar.launchpad.net giving 500 now [21:47] sinzui: ok sure. What do I need to do so that you can proceed [21:48] chamindra: there is nothing we can do until an admin renames the old project: which I think is this question: https://answers.edge.launchpad.net/launchpad-registry/+question/106129 [21:49] oh ok [21:49] I presume you mean a launchpad admin. OK then I will just wait till it is done [21:50] chamindra, I can make the project group with basic information when the name is available. I will assign the project group to you to complete [21:50] sinzui: thanks for your help.. [21:51] you can email me on chamindra@sahanafoundation.org with the details when you are ready [21:52] wait a sec.. is there anything you need us to do to make the name available, or will you do that? [21:52] just checking [21:53] sinzui: ^ [21:54] chamindra, I was going to copy the summary and description of the current project and for the project groups, then make you the owner. You can fix the information and add the current projects to the group [21:54] sinzui: sure will do [22:16] loggerhead down? [22:17] oh, just being buggy - being persistent with refresh gets it there :) === matsubara is now known as matsubara-afk === salgado is now known as salgado-afk === FFForever-Away is now known as FFForever [22:38] hello all... I am a NooB to launchpad and bazaar so please be nice :) [22:39] I am trying to pull down a project but I seems to have some proxy issues with bazaar [22:39] does anyone know where to configure this? I tried in ./bazaar/authentication.conf [22:43] orbarron, I think you need to first use bzr login [22:44] orbarron, your id is the name after the ~ in your profile page's url [22:44] ahh [22:44] * orbarron tries [22:45] bzr: ERROR: unknown command "login" [22:46] sinzui: lp-login [22:46] orbarron: ^^ [22:46] bzr: ERROR: Connection error: Couldn't resolve host 'launchpad.net' [Errno -2] Name or service not known [22:47] * orbarron wonders if this is proxy issue :-/ [22:47] does bzr have a way to set proxy? [22:48] * orbarron had to set corkscrew up for git so assuming bzr needs something similar... [22:49] orbarron: If you haven't run bzr launchpad-login, bzr will use HTTP. I believe it will respect the normal http_proxy environment variable. === sinzui changed the topic of #launchpad to: http://launchpad.net/ | Read https://help.launchpad.net/ for help | Help contact: - | Join https://launchpad.net/~launchpad-users | This channel is logged: http://irclogs.ubuntu.com/ | Launchpad is open source: https://dev.launchpad.net/ [23:20] now I got 400 emails, but the highest bug number is still below 30000. maybe somebody could disable these emails for closed bug reports? [23:23] doko__: I believe that checkwatches has been turned off for now; there is a branch awaiting a cherrypick to turn Debian comment syncing off so bug syncing can be switched back on. [23:24] wgrant: thanks! [23:24] doko__: You haven't received any in the last couple of hours, right? [23:24] wgrant: the latest 10min ago [23:25] Oh. [23:25] wgrant: reading [23:26] wgrant: don't know status, unfortunately [23:26] there is a branch proposed to production-devel to fix it, but I thought checkwatches was switched off in the interim. [23:26] wgrant, doko__: I thought maybe there was something on launchpad blog about this [23:27] Bug #552725 [23:27] Launchpad bug 552725 in malone "checkwatches is syncing debbugs comments and spamming people" [High,Triaged] https://launchpad.net/bugs/552725 [23:28] "checkwatches as been disabled to stop the noise now. It needs to be re-enabled *ASAP*. We need a fix for this right away." [23:30] wgrant: the only other thing I can find is gmb's post http://blog.launchpad.net/bug-tracking/launchpads-bug-watch-system-and-other-animals [23:31] leonardr: so did lptools need changes for your beta thing, at all ? [23:34] oooooh [23:34] okay, wgrant and doko__ : so IOW, contrary to bug #552725, doko__ is still getting spammed with comments from old bugs? [23:34] Launchpad bug 552725 in malone "checkwatches is syncing debbugs comments and spamming people" [High,Triaged] https://launchpad.net/bugs/552725 [23:34] kfogel: Yes. [23:35] Which suggests that checkwatches is turned on. [23:35] hmrmrm, that's bad, since Gavin won't be awake for a while :-) [23:35] There is a convenient LOSA somewhere who can switch it off, though. [23:35] last email I see is about "[Bug 27317] Re: netenv segmentation fault" [23:35] Launchpad bug 27317 in dialog "netenv segmentation fault" [High,Fix released] https://launchpad.net/bugs/27317 [23:36] doko__: I've raised a noise about this internally with admins [23:37] kfogel: I don't mind clearing my own mailbox tomorrow morning ;-) [23:37] doko__: but many other people might mind :-) [23:37] =) [23:37] kfogel: our call; 60 minutes or so from now ok ? [23:37] lifeless: I think so, but my schedule is not completely under my control. [23:38] who controls it ? [23:38] lifeless: if I can't, don't worry: I definitely *can* next week. Just today and tomorrow are my last days of coding rotation on bugs team; I kind of want to finish up some stuff related to bugs work. Next week I'm back on strategy team, and this is part of our strategy. [23:38] lifeless: I wasn't sure when you'd be coming online today [23:38] lifeless: so, I'm in SFLC offices today, and I have to leave when last staffer leaves [23:39] last staffer happens today happens to be my friend with whom I'm having dinner anyway [23:39] lifeless: (But, to give the more general answer: my girlfriend Winnie :-) ) [23:40] doko__: how old are the emails? were they sent *within* ~ the last 2 hours? [23:40] kfogel: heh ok [23:40] I just need breakfast; I'm fighting a cold at the moment, and (shock, horror) I slept 3 hours later than I normally do [23:42] lifeless: yes, https://code.edge.launchpad.net/~leonardr/lptools/multiversion-support [23:42] leonardr: How strong are our API versioning guarantees? [23:42] lifeless: definitely go get breakfast. If I'm here when you're done, we'll chat tonight; if not, your Tuesday morning (my Monday night) is fine. [23:43] though james_w claims he put those changes into ubuntu [23:43] spm: last one is now "[Bug 27432] Re: readline5: FTBFS on i386, s390, powerpc.", arrived 13min ago. from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by grenadilla.canonical.com (Postfix) with ESMTP id B6B741442BB0 for ; Wed, 31 Mar 2010 23:36:40 +0100 (BST) [23:43] Launchpad bug 27432 in readline5 "readline5: FTBFS on i386, s390, powerpc." [High,Fix released] https://launchpad.net/bugs/27432 [23:43] lifeless: (I'd like to reserve tomorrow for bugs work strictly) [23:43] leonardr: eg. the pending build model rework is going to make Build API compatibility rather difficult. [23:43] kfogel: its easter [23:43] are you sure your monday is ok ? [23:44] lifeless: oh, meaning your Friday in commonwealth countries is a holiday anyway, right? [23:44] right [23:44] friday and monday both, I believe. [23:44] lifeless: Yes, I am sure -- let me put it this way: have a good Passover. [23:44] :> [23:44] doko__: yeah - I can see the cause - despite the fix; we still had an old version of checkwatches running. gah. I've killed that so *hopefully* we're groovy from here [23:44] \o/ [23:45] ./o\. [23:45] that's "bow to spm" in case it wasn't clear [23:45] I did wonder :-) [23:45] kfogel: I was trying to work out how that one was possible. [23:45] I was ? hrm is that hands on head? the '.'s being elbows... [23:45] wgrant: you have to be double-jointed [23:46] Yeah, it looked like hands on head with very strange elbows. [23:46] wgrant: or, like me, simply made of ASCII from the start [23:46] Heh. [23:46] kfogel: they broke the character set when they made you. :-P [23:46] (my sister's made of UTF-8 though -- she got better nutrition)