/srv/irclogs.ubuntu.com/2010/03/31/#launchpad.txt

spmdickelbeck: that re-build of the archives is underway as we speak; give it a few minutes....00:01
dickelbeckcool00:01
spmdickelbeck: and done; I noted yesterday that your browser may cache; so refresh to verify?00:03
dickelbeckspm: the launchpad webpages say that all maillists are archived at http://mail-archive.com/00:03
dickelbeckanything special I need to do to get all old postings in there, or is that even possible?00:03
spmahh. 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
spmi suspect you'll need to contact the mail-archive folks directly?00:04
dickelbeckspm: at first glance I think we have a winner on the import. thanks again for your help.00:05
spm\o/00:05
dickelbeckspm: there is nothing blocking usage of the list then, I can sound the bells and bring in the stampede?00:06
spmdickelbeck: shouldn't be. (fingers crossed, touching wood etc...) :-)00:07
dickelbeckone of my guys tested it this AM, and I got a message from kicad-developers-bounces+dick=softplc.com@lists.launchpad.net00:07
dickelbeckdid not know what bounces in that email was indicating00:07
spmdickelbeck: actually - trial a test message and verify it winds up on the archive; it should be near as instant00:08
wgrantIt's to let mailman detect if an address is repeatedly bouncing.00:08
dickelbecknot a configuration problem then?00:08
wgrantNo.00:08
dickelbeckwgrant: will all email from the list have that in the "sender" then?00:09
wgrantdickelbeck: 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:11
dickelbeckspm & 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
dickelbeckso I am going to announce to the old list to come join.  Thanks again for all your help spm!00:19
spmdickelbeck: excellent; np!00:20
wgrantExcellent.00:21
cody-somervillehow 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
cody-somervilleie .lp:~moo/foo//test will fail01:49
wgrantThere was a bug filed overnight about double-slashed lp: branch alias requests hanging bzr.01:49
lifelessentertaining but not surprising01:57
lifelessfoo/bar and foo//bar are not the same url01:58
wgrantThey are the same path, though.01:59
lifelessin a local fs, sure01:59
cody-somervillebzr: ERROR: Not a branch: "bzr+ssh://bazaar.launchpad.net/~moo/foo//test/".02:01
cody-somervillelifeless, regardless, we're not git. It should Just Work (TM). :P02:01
lifelesscody-somerville: uhm, perhaps. OTOH first report of this in 5 years, I don't think its a high frequency issue at all.02:06
lifelessand normalising urls can do bad things if some has a 'clever' server setup.02:06
james_wlifeless: first report in 5 years, or second report in 5 hours :-)02:11
lifelessjames_w: well02:12
lifelessboth :)02:12
lifelessI mean, whatever has changed is a problem02:12
lifelessso we should figure that out02:12
=== Ursinha is now known as Ursinha-afk
cody-somervillelol02:14
rdbI need some help regarding anonymous API access (non-launchpadlib).08:53
rdbI'm told that I should pass an empty string for the auth token and secrt.08:53
rdbI'm not sure where though. To +request-token? To +auth-token?08:54
rdbaccess-token*08:54
rdbOr shouldn't I access +request-token/+access-token at all?08:55
wgrantrdb: Neither.08:55
rdbOh.08:56
wgrantYou could just say https://api.edge.launchpad.net/devel/ubuntu?oauth_consumer_key=foo&oauth_token=08:56
rdbAah.08:56
rdbSo I was thinking way too hard about this.08:57
rdbThanks. :D08:57
wgrantYep.08:57
* rdb ditches 100 lines of PHP code08:57
wgrantHahah.08:57
noodles775wgrant: Hi! Did you mean for build_state/status to be on BuildFarmJob at http://people.ubuntu.com/~wgrant/launchpad/buildfarm/new-build-model.png08:57
noodles775Also, I'm not sure what you were meaning by 'result' on the same table.08:58
wgrantnoodles775: Yes no maybe handwave handwave.08:58
noodles775lol08:58
wgrantSee the Unresolved Issue™08:58
wgrantI don't have a solution to result field placement yet.08:58
wgrantDo you have any ideas?08:59
noodles775Ah 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
rwwHi! 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
wgrantrww: bzr whoami "First Last <email@address>"08:59
noodles775wgrant: 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
rwwwgrant: email@address being the same one that's attached to my LP account, I assume?09:00
wgrantnoodles775: 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
noodles775I see.09:01
wgrantBut Job.status is what we look at to determine candidates.09:01
wgrantrww: Any one of those attached to your Launchpad account, yeah.09:01
noodles775OK, 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:02
wgrantnoodles775: I guess.09:03
wgrantBut we should allow for job types to have their own build statuses. Most make no sense for translation jobs, for example.09:04
noodles775wgrant: but a subset of BuildStatus does make sense for translation jobs right? (PENDING, FULLYBUILT, etc)09:05
wgrantnoodles775: Right.09:05
wgrantnoodles775: For all job types we have (WAITING, BUILDING, BUILT)09:05
wgrantFor most we can split BUILT into (SUCCESSFUL, FAILED)09:06
wgrantFor builds we can further split FAILED into DEPWAIT, CHROOTWAIT, FAILEDTOBUILD, FAILEDTOUPLOAD09:06
noodles775Yep, 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
wgrantHere is my dilemma.09:08
noodles775For 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
noodles775But whether it's the best refactoring path is another question.09:09
* noodles775 should have started this conversation on lp-dev.09:10
rdbI 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
wgrantrdb: Blueprints aren't exposed through the API yet.09:10
rdbo_O09:10
rdbYou're kidding, I hope?09:10
wgrantsadly not.09:11
rdbBah! BAH!09:11
wgrantWhen in doubt, check https://edge.launchpad.net/+apidoc09:11
rdbI am looking in it, thats why I asked why I couldn't find blueprints09:11
rdbIs it planned anytime soon?09:11
wgrantBlueprint has no active developers. So it would be up to a community developer.09:12
rdbI 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
rdbUh, could I volunteer?09:12
rdbI wouldn't have that much time to work on it, but it's a feature I need soon.09:13
wgrantrdb: Of course.09:13
wgrantread-only access should not be difficult.09:13
rdbwgrant, https://code.launchpad.net/~ajmitch/launchpad/blueprint-api09:13
wgrantWrite access is harder, though.09:13
wgrantAh, yes, forgot ajmitch was working on it a while ago.09:13
rdbIt seems "in progress"09:13
rdbYeah, I just need read access09:13
rdbI just need to be able to get a listing of blueprints and most important information09:14
wgrantrdb: I might point you at the last commit dates on that branch.09:15
rdbI noticed.09:15
rdbDecember... buh.09:15
rdbajmitch, ping09:15
rdbwgrant, looks like jml also worked on something, that was rejected for merging into devel09:16
wgrantjml: Do you recall why your blueprint exposition branch was rejected?09:17
wgrantThere is no comment.09:17
rdbAa, wait, I see that jml's branch was merged into ajmitch's branch09:18
jmlwgrant, rdb: I rejected my branch10:22
jmlbecause it was done at UDS to demonstrate a thing, and I couldn't be bothered making it ready to land10:22
rdbAh, OK.10:22
=== 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
om26erI have not received any bug email for an hour, is the update responsible?12:07
wgrantom26er: Probably. Cron jobs like the bug notification sender are generally turned off a little earlier than the actual rollout.12:11
om26erwgrant, If I do some work on any bug report will the reporter and subscribers be notified after lp is out of read only?12:13
wgrantom26er: Yes.12:14
wgrantThe notifications will be queued in the DB, and sent once the cron job is switched back on.12:14
om26erwgrant, thanks alot :-)12:14
=== 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/
deryckadding an hour to LP downtime.  Sorry.13:54
humphreybcWAH13:54
deryckI know.  it sucks. :(13:54
humphreybc12 hours before UMP releases beta, writing freeze and quickshot! =O13:55
humphreybcthese fixes better be worthwhile :P13:55
=== leonardr_ is now known as leonardr
rdbIs the blueprint support just missing from the API, or is it also missing from launchpadlib?14:17
beunordb, both, AFAIK14:17
rdbOh, darn. Well, thanks.14:17
=== 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/
DavieyHi.. How can a project be re-assigned the maintainer from ~registry to a different tea,15:07
DavieyIt used to be owned by a team, but i think that team was deleted as it was surplus.15:07
Daviey(I've found the answer, thanks)15:10
=== 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/
keffie_jayxhello all, Can anyone point me to doc on how to disable edge redirection?15:26
Hobbseelaunchpad.net, and hit the button15:28
keffie_jayxHobbsee: 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. thanks15:33
Hobbseekeffie_jayx: oh.  that's what the usual solution is, but i've not tried it recently15:33
tsimpsonkeffie_jayx: there is also a green link in the bottom right of every edge page called "Disable edge redirect."15:34
tsimpsonjust above the copyright stuff15:34
keffie_jayxtsimpson: mm ok, let me try that. Thanks15:35
radixis there a way to see all PPAs with a particular package name?15:59
noodles775radix: have you tried https://launchpad.net/ubuntu/+ppas16:01
=== deryck is now known as deryck[lunch]
radixnope16:02
Davieyhttps://edge.launchpad.net/ubuntu/+ppas?name_filter=PACKAGENAME16:02
sinzuiradix: https://edge.launchpad.net/ubuntu/+source/desktopcouch has a list of ppas16:03
radixok... I guess I'll have to click on each one to see if it has the package I want16:03
radixI'm basically looking for a stable build of thunderbird 316:03
mdzI'm getting email from LP about comments being imported to some VERY old bugs16:04
sinzuiradix: I see 3 ppas https://edge.launchpad.net/ubuntu/+source/thunderbird16:04
noodles775radix: https://edge.launchpad.net/~mozillateam/+archive/ppa ?16:04
noodles775radix: ah, v3. Sorry.16:04
sinzuimdz: allenap: is checkwatches trying to get the backlog comments on bugs?16:05
noodles775radix: https://edge.launchpad.net/~ubuntu-mozilla-daily/+archive/ppa is probably what you want.16:05
radixnoodles775: I saw that, but the "daily" scared me16:05
radixnoodles775: I just want the released version of thunderbird 316:05
allenapsinzui, mdz: That sounds like good news, believe it or not. It means that it's actually doing *something* :)16:06
=== Ursinha is now known as Ursinha-lunch
mdzallenap, good news for some, maybe, but not for someone who is attached to a lot of bugs over the past 5 years ;-)16:06
allenapmdz: 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:07
mdzallenap, "only" 5 emails so far16:08
mdzwith 4-digit bug numbers16:09
=== 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
chrisccoulsonis there anything you can do about bug 13661? it seems that a users mail address keeps bouncing mails back17:14
ubottuLaunchpad bug 13661 in synaptic "get proxy config from gnome configuration" [Undecided,Confirmed] https://launchpad.net/bugs/1366117:14
sinzuichrisccoulson: A request is already made. I assigned the issue to an admin17:15
chrisccoulsonsinzui, thanks17:15
danopiahey, where can i see the build queue? mainly so i know when lucid packages are stable again17:17
danopiastabler817:17
sinzuidanopia: do you mean https://edge.launchpad.net/ubuntu/lucid/+builds which is linked from the ubuntu/lucid page?17:19
bigjoolsdanopia: http://launchpad.net/builders17:20
danopiasinzui, if it listed queued and still building (i.e. not done yet) then i'd like it17:20
danopiabigjools, that's not lucid-specific and i can't see how many more lucid packages are ququed17:20
danopiai'm just waiting for packages to be built so i can upgrade my system from 9.1017:21
bigjoolsdanopia: ok, then use the filter on the page that sinzui posted17:21
danopia"Currently building" and "Needs buildilng" together would be nice17:21
=== matsubara is now known as matsubara-lunch
danopiasinzui, thanks, and put a word in somewhere that i'd like to filter by more than one state at a time :P17:28
sinzuithat may already be reported in bugs.launchpad.net/soyuz17:28
=== deryck[lunch] is now known as deryck
bigjoolspatches welcome17:29
=== salgado-lunch is now known as salgado
FFForeverwhat are the requirements to run launchpad?, I have a small vps ~4gb and 256mb of ram think it would work?17:46
DavieyFFForever: If that is a serious question.. No.17:47
FFForeverIt was..., what would I have to upgrade to, to get it working?, 512mb of ram?17:48
azopWhy do you want to run your own launchpad?17:49
FFForeverBecause to my knowledge launchpad does not allow private repositories for commercial work17:49
azopWe paid for a commercial launchpad account.17:49
danopiawhat features do you want? there are other options17:49
FFForeverhow much are they?17:49
FFForeverI mainly want git control/bug tracking/time tracking if possible?17:50
azopIt's a nominal fee17:50
azopAs far as I'm aware that's supported in the commercial account17:50
azopSubject: Canonical shop: Purchase of Launchpad Commercial Subscription (12 months, Basic)17:51
azopIt's easy :)17:51
maxbtime tracking? I dont think so17:51
maxbAnd what do you mean by "git control"17:51
FFForeverweb browsing and user management without configuring everything manually like I am now17:52
maxbFFForever: The requirements to run Launchpad include first replacing all the image files, which canonical does not license for use by others.17:52
maxbWhich is a pain17:52
danopiai don't think that launchpad does much more with git other than mirror it17:52
FFForevermaxb, joy17:53
danopiawth, there's a "media adapter" at 0.168.1.97 called Microsoft Corpora?tion - ”þðÔ?”7Ä17:53
danopiaanyway.17:54
danopiaFFForever, do you mean you want to use git instead of bzr?17:54
=== FFForever is now known as FFForever-Away
azopFFForever-Away: I would seriously look at paying the fee to Canonical for a launchpad account and look at an external program to log dev time17:57
azopwe use Redmine, but I don't believe the redmine -> lp tool is finished17:57
danopiai'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 itself17:59
=== beuno is now known as beuno-lunch
zygaazop: what are you using in redmine18:12
zygaazop: I'm deploying redmine where I currently work18:12
danopiazyga, "in redmine"?18:12
zygaazop: time tracking is what we're also using18:12
zygayes18:12
danopiaoh18:12
zygaactually redmine + bzr18:12
danopiait has nice time tracking but we never used it, since the project i used redmine with was largely for when we were bored18:13
zygaI see18:13
zygathat reminds me I have to push some redmine patches before I switch my job next month18:13
azopzyga: we are using it on improve.bluecherrydvr.com18:15
azopthough we aren't effectively using the time tracking, but it's available18:15
zygaazop: any major deployment issues if I may ask?18:16
zygaare you using any plugins?18:16
azopzyga: not really, we are using the older branch and we haven't moved to .9018:16
zygaI see18:16
azopzyga: we aren't using any plugins currently.  One of our developers was looking at lp + redmine18:18
azopso apport reports could be moved from lp to redmine and such, but it hasn't gotten started yet18:18
zygaapport, why?18:20
zygacrash tracking?18:20
azopzyga: yes18:20
zygawhy move to redmine?18:20
azopredmine has been in place for a year, we haven't done anything useful yet with our LP account :P18:21
danopiaon group i'm with only uses lp for a mailing list :P18:22
=== 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
nigelbonce i start a project, I can't rename it on my own?18:40
nigelbthe project's link is now https://launchpad.net/acceptindia can I change the acceptindia part?18:41
nigelbsinzui, ^18:43
sinzuinigelb, ask a question at https://launchpad.net/launchpad-registry18:45
sinzuinigelb, an admin can rename it18:45
nigelbah, thank you :)18:46
BlackZare there any problems with translations.edge.launchpad.net ? I can't let a new or another translation suggestion for some strings18:48
sinzuiBlackZ, danilos, has the rules for suggestions changed?18:51
BlackZsinzui: nope, I can let new or another translation suggestions with others translation templates18:52
danilosBlackZ, sinzui: they should not have changed, but there is a problem when someone tries to reactivate the existing, discarded suggestion18:52
danilosBlackZ, can you point me at a page where this happens?18:53
BlackZdanilos: sure, https://translations.edge.launchpad.net/ubuntu/lucid/+source/xz-utils/+pots/xz/it/+translate?start=0 string no. #55 is an example18:55
danilosBlackZ, I am not sure exactly what's going on, can you please file a bug and we'll look into it19:01
BlackZdanilos: sure, I will ! I will look if there's already a bug open too (?)19:02
danilosBlackZ, btw, can you paste me what string are you trying to translate as? and are you an Italian reviewer or a translator?19:03
danilosBlackZ, (i.e. what translation are you trying to use)19:03
danilosBlackZ, and thanks :) shorthand for filing a bug: https://bugs.edge.launchpad.net/rosetta/+filebug :)19:03
danilosBlackZ, actually, I don't think it's a bug in rosetta19:04
danilosBlackZ, it seems it's a problem with c-format flag on a message that needs no such flag19:04
BlackZdanilos: translator19:04
danilosxz-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 well19:05
=== beuno-lunch is now known as beuno
BlackZdanilos: ok, so I think it's a bug in xz-utils translation template, as you said19:06
danilosBlackZ, right, so please file a bug on the package and create an ubuntu-translations bugtask as well :)19:06
danilosBlackZ, using "also affects project" (the guys in ubuntu-translations will make sure it's fixed sooner rather than later)19:06
BlackZdanilos: yes, I know how to do, thanks !19:07
daniloscheers19:14
=== danilos is now known as daniloff
sebnerLP 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/2nw2UmTk19:54
james_wsebner: do you block referrers?19:58
sebnerjames_w: I don't know what the hell is going on ..19:59
sebnerjames_w: in other words: I can remember doing anything causing this19:59
geserthe bug comment importer seems to be nice, but does it really have to import comments for bugs closed years ago?20:08
sinzuisebner, your browser is not sending REFERER header. plugin guarding your privacy may be doing that for you20:21
sinzuisebner, launchpad is now requiring the REFERER header to prevent certain kinds of attacks.20:22
sebnersinzui: I googled and found a tutorial for enabling referers (firefox, about:config) but if I restart firefox it gets reset to disabled O_o20:22
sinzuihmm20:23
sinzuisebner, firefox like all browser do send the referer header by default. I think something like an addon is disabling it20:23
sebnersinzui: trying20:25
sebnersinzui: disabled everything, no luck. trying with a clean new profile20:26
sebnersinzui: yeah, working. seems my default firefox profile is totally b0rken20:29
sinzuisebner, do you have any extensions installed?20:29
sinzuisebner, the -p option disabled extensions, so the profile is clean and so to is the browser setup20:30
sebnersinzui: 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 happened20:30
* sinzui shugs20:31
sebnersinzui: nightly-tools! grrrrrr20:33
=== Ursinha-lunch is now known as Ursinha
=== FFForever-Away is now known as FFForever
PenguinI 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:48
barryhello 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.changes20:49
barryi meant to use ppa:barry/python, but now launchpad won't let me dput to the correct ppa20:49
barryPackage has already been uploaded to ppa on ppa.launchpad.net20:49
barryNothing more to do for computer-janitor_2.0-0ubuntu4_source.changes20:49
barry 20:49
barrywhat's the best way to fix this?20:49
james_wbarry: that's not LP telling you that20:50
james_wuse -f with dput20:50
barryjames_w: ah, cool, thanks20:50
barryjames_w: perfect20:51
PenguinAhh, so you use a .changes file...20:51
barryPenguin: build source will give you the .changes file (i happen to use 'bzr bd -S)20:51
PenguinSorry I'm really new to packaging, I have no idea how I go about updating my package...20:54
PenguinDo I upload the new one to launchpad first?20:54
barryPenguin: 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 people20:57
barryPenguin: do you know how to create a debian directory with control, rules, changelog, etc?20:57
Penguinbarry: 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
barryPenguin: dch -i to update your changelog21:01
Penguinbarry: Done21:02
barryPenguin: now build source again and your version should be bumped21:03
Penguinbarry: Yeah..21:05
Penguinbarry: So I upload all the new files to launchpad?21:05
barryPenguin: just dput the _source.changes file i think21:06
Penguinbarry: And then it automatically grabs the new files?21:06
barryPenguin: dput will upload everything the buildd's need to build the source package21:08
Penguinbarry: I think I got it now, thanks.21:09
barryPenguin: great!21:10
=== FFForever is now known as FFForever-Away
chamindrahello I am from the sahana project: https://launchpad.net/sahana21:42
chamindraI need some help with the following query21:43
chamindrahttps://answers.edge.launchpad.net/launchpad-registry/+question/9869121:43
sinzuichamindra, I can make the project group once an admin renamed the current project21:44
chamindrait 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 name21:45
chamindrasinzui: can you tell me where I need to go to change the name21:45
chamindraI am in the admin group of the main project21:45
sinzuichamindra, you cannot rename the launchpad id/name, only an admin can21:47
glenbazaar.launchpad.net giving 500 now21:47
chamindrasinzui: ok sure. What do I need to do so that you can proceed21:47
sinzuichamindra: 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/10612921:48
chamindraoh ok21:49
chamindraI presume you mean a launchpad admin. OK then I will just wait till it is done21:49
sinzuichamindra, I can make the project group with basic information when the name is available. I will assign the project group to you to complete21:50
chamindrasinzui: thanks for your help..21:50
chamindrayou can email me on chamindra@sahanafoundation.org with the details when you are ready21:51
chamindrawait a sec.. is there anything you need us to do to make the name available, or will you do that?21:52
chamindrajust checking21:52
chamindrasinzui: ^21:53
sinzuichamindra, 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 group21:54
chamindrasinzui: sure will do21:54
Davieyloggerhead down?22:16
Davieyoh, just being buggy - being persistent with refresh gets it there :)22:17
=== matsubara is now known as matsubara-afk
=== salgado is now known as salgado-afk
=== FFForever-Away is now known as FFForever
orbarronhello all... I am a NooB to launchpad and bazaar so please be nice :)22:38
orbarronI am trying to pull down a project but I seems to have some proxy issues with bazaar22:39
orbarrondoes anyone know where to configure this? I tried in ./bazaar/authentication.conf22:39
sinzuiorbarron, I think you need to first use bzr login <launchpad-id>22:43
sinzuiorbarron, your id is the name after the ~ in your profile page's url22:44
orbarronahh22:44
* orbarron tries22:44
orbarronbzr: ERROR: unknown command "login"22:45
thumpersinzui: lp-login22:46
thumperorbarron: ^^22:46
orbarronbzr: ERROR: Connection error: Couldn't resolve host 'launchpad.net' [Errno -2] Name or service not known22:46
* orbarron wonders if this is proxy issue :-/22:47
orbarrondoes bzr have a way to set proxy?22:47
* orbarron had to set corkscrew up for git so assuming bzr needs something similar...22:48
wgrantorbarron: If you haven't run bzr launchpad-login, bzr will use HTTP. I believe it will respect the normal http_proxy environment variable.22:49
=== 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/
doko__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:20
wgrantdoko__: 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:23
doko__wgrant: thanks!23:24
wgrantdoko__: You haven't received any in the last couple of hours, right?23:24
doko__wgrant: the latest 10min ago23:24
wgrantOh.23:25
kfogelwgrant: reading23:25
kfogelwgrant: don't know status, unfortunately23:26
wgrantthere is a branch proposed to production-devel to fix it, but I thought checkwatches was switched off in the interim.23:26
kfogelwgrant, doko__: I thought maybe there was something on launchpad blog about this23:26
wgrantBug #55272523:27
ubottuLaunchpad bug 552725 in malone "checkwatches is syncing debbugs comments and spamming people" [High,Triaged] https://launchpad.net/bugs/55272523:27
wgrant"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:28
kfogelwgrant: the only other thing I can find is gmb's post http://blog.launchpad.net/bug-tracking/launchpads-bug-watch-system-and-other-animals23:30
lifelessleonardr: so did lptools need changes for your beta thing, at all ?23:31
kfogeloooooh23:34
kfogelokay, wgrant and doko__ : so IOW, contrary to bug #552725, doko__ is still getting spammed with comments from old bugs?23:34
ubottuLaunchpad bug 552725 in malone "checkwatches is syncing debbugs comments and spamming people" [High,Triaged] https://launchpad.net/bugs/55272523:34
wgrantkfogel: Yes.23:34
wgrantWhich suggests that checkwatches is turned on.23:35
kfogelhmrmrm, that's bad, since Gavin won't be awake for a while :-)23:35
wgrantThere is a convenient LOSA somewhere who can switch it off, though.23:35
doko__last email I see is about "[Bug 27317] Re: netenv segmentation fault"23:35
ubottuLaunchpad bug 27317 in dialog "netenv segmentation fault" [High,Fix released] https://launchpad.net/bugs/2731723:35
kfogeldoko__: I've raised a noise about this internally with admins23:36
doko__kfogel: I don't mind clearing my own mailbox tomorrow morning ;-)23:37
kfogeldoko__: but many other people might mind :-)23:37
doko__=)23:37
lifelesskfogel: our call; 60 minutes or so from now ok ?23:37
kfogellifeless: I think so, but my schedule is not completely under my control.23:37
lifelesswho controls it ?23:38
kfogellifeless: 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
kfogellifeless: I wasn't sure when you'd be coming online today23:38
kfogellifeless: so, I'm in SFLC offices today, and I have to leave when last staffer leaves23:38
kfogellast staffer happens today happens to be my friend with whom I'm having dinner anyway23:39
kfogellifeless: (But, to give the more general answer: my girlfriend Winnie :-) )23:39
spmdoko__: how old are the emails? were they sent *within* ~ the last 2 hours?23:40
lifelesskfogel: heh ok23:40
lifelessI just need breakfast; I'm fighting a cold at the moment, and (shock, horror) I slept 3 hours later than I normally do23:40
leonardrlifeless: yes, https://code.edge.launchpad.net/~leonardr/lptools/multiversion-support23:42
wgrantleonardr: How strong are our API versioning guarantees?23:42
kfogellifeless: 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:42
leonardrthough james_w claims he put those changes into ubuntu23:43
doko__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 B6B741442BB0for <doko@mail.canonical.com>; Wed, 31 Mar 2010 23:36:40 +0100 (BST)23:43
ubottuLaunchpad bug 27432 in readline5 "readline5: FTBFS on i386, s390, powerpc." [High,Fix released] https://launchpad.net/bugs/2743223:43
kfogellifeless: (I'd like to reserve tomorrow for bugs work strictly)23:43
wgrantleonardr: eg. the pending build model rework is going to make Build API compatibility rather difficult.23:43
lifelesskfogel: its easter23:43
lifelessare you sure your monday is ok ?23:43
kfogellifeless: oh, meaning your Friday in commonwealth countries is a holiday anyway, right?23:44
lifelessright23:44
lifelessfriday and monday both, I believe.23:44
kfogellifeless: Yes, I am sure -- let me put it this way: have a good Passover.23:44
lifeless:>23:44
spmdoko__: 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 here23:44
doko__\o/23:44
kfogel./o\.23:45
kfogelthat's "bow to spm" in case it wasn't clear23:45
spmI did wonder :-)23:45
wgrantkfogel: I was trying to work out how that one was possible.23:45
spmI was ? hrm is that hands on head? the '.'s being elbows...23:45
kfogelwgrant: you have to be double-jointed23:45
wgrantYeah, it looked like hands on head with very strange elbows.23:46
kfogelwgrant: or, like me, simply made of ASCII from the start23:46
wgrantHeh.23:46
spmkfogel: they broke the character set when they made you. :-P23:46
kfogel(my sister's made of UTF-8 though -- she got better nutrition)23:46

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!