/srv/irclogs.ubuntu.com/2006/12/08/#launchpad.txt

UbugtuNew bug: #74892 in launchpad "Bug status should include 'In Review' item" [Undecided,Unconfirmed]  http://launchpad.net/bugs/7489212:41
UbugtuNew bug: #74900 in launchpad "allow duplicate specification URLs" [Undecided,Unconfirmed]  http://launchpad.net/bugs/7490001:15
=== ryanakca [i=ryan@unaffiliated/ryanakca] has joined #launchpad
=== _mholthaus [n=mholthau@johnny33.dersbach.ch] has joined #launchpad
=== dthacker [n=dthacker@63.174.225.68] has left #launchpad []
=== kiko [n=kiko@200-171-140-32.dsl.telesp.net.br] has joined #launchpad
=== thumper [n=tim@166-179-28-9.jamamobile.co.nz] has joined #launchpad
jameshthumper: pong02:48
thumperhiya jamesh02:55
thumperI was going to ask about the locations.conf bzr config files02:55
jameshthumper: sorry I didn't reply earlier -- went out to the travel agent02:55
thumperjamesh: np02:55
thumperI just pushed to devpad with bzr+ssh02:55
thumperso I got my work in progress up02:55
thumperI was reading a launchpad list email with policy_appendpath bits in it02:56
thumperand I was just going to ask why it didn't seem to be working02:57
thumperI chatted with some guys on the bzr list02:57
thumperand ended up not using a public-branch specifier02:57
thumperam I missing something with regards to how to do that?02:58
jameshthe policy_appendpath was only ever in one of my branches02:58
jameshthe syntax changed to "$keyname:policy = appendpath"02:58
thumperthat is what the bzr guys ended up informing me02:58
thumperbut that is bzr.dev not 0.13 which is what I have02:58
jameshbzr-0.14 will be the first release containing the patch (I missed the 0.13 merge window)02:58
thumperhow do I set the public branch with 0.13?02:58
jameshtwo ways:03:01
jamesh(1) set public_branch for the branch in locations.conf (you can't use appendpath, so you'd need to set it once for each branch)03:02
=== kiko [n=kiko@200-171-140-32.dsl.telesp.net.br] has joined #launchpad
jamesh(2) if you have a local repository, you can set public_repository for the local repository location03:02
jameshfor (2), if the local directory for the branch is $repo/$branch, then the URL used by pqm will be $public_repository/$branch03:03
thumperI have a shared repository03:05
thumperso I'll probably just set it for each branch for now in locations.conf03:05
jameshlooks like some of the complexity in BranchTargetView comes from trying to support both the +branches view (a table), and +authoredbranches/+registeredbranches/+subscribedbranches (a list with multiple sections)03:11
jameshand by the enumeration sort key not matching the numeric value sort order03:13
jameshthe page should probably also be batched eventually, but that can be handled later03:15
thumperthanks for looking03:16
thumperI'm sure it could benefit from splitting in two, one for the table view and the other for the sectioned list03:17
thumperwhen we get to the stage of needing to batch the page, I'll be a happy camper03:18
thumperas it will mean that we have lots of branches :)03:18
jameshwell, one question is whether we want to keep the list view ...03:21
jameshhttps://code.launchpad.net/products/bzr <- that's long enough to think about batching03:23
thumperpersonally I don't think it adds too much03:23
thumperjamesh: that list is much shorter without merged or abandoned branches03:23
jameshsure.03:24
jameshbut you'll still be able to display the full listing03:24
jameshand that listing is only going to get longer over time.03:24
thumpertrue03:24
jamesheventually it will start timing out (as any non-constrained list will)03:24
thumperagain true03:25
jameshthere is some good infrastructure for handling batching like this, but it's probably better to focus on one problem at a time03:25
thumperyeah, I'll get around to it sometime RSN03:26
=== kiko [n=kiko@200-171-140-32.dsl.telesp.net.br] has joined #launchpad
=== stub [n=stub@ppp-58.8.16.86.revip2.asianet.co.th] has joined #launchpad
=== doko_ [n=doko@dslb-088-073-080-165.pools.arcor-ip.net] has joined #launchpad
=== kiko [n=kiko@200-171-140-32.dsl.telesp.net.br] has joined #launchpad
=== kiko [n=kiko@200-171-140-32.dsl.telesp.net.br] has joined #launchpad
=== kiko [n=kiko@200-171-140-32.dsl.telesp.net.br] has joined #launchpad
jameshapparently the airline I travelled to Brazil on last time doesn't exist anymore05:53
jameshaccording to the travel agent05:54
stubjamesh: I pushed out a new pytz release without your patch as people in WA where asking for it. I should get your patch in for the next release :)06:17
jameshstub: fair enough.  We should update Launchpad's pytz :)06:17
jameshit doesn't know what time of day it is currently ...06:17
jameshstub: just sent a review for your pillar-name megapatch06:28
stubNot too painful? I was hoping to seperate the test diff from the real diff, but I think things go mingled06:29
jameshI skimmed over most of the page tests where it only looked like the URLs differed06:30
jameshthere are a few areas that we need to think about, such as the xml-rpc end points06:31
jameshcurrently Bazaar has the URL https://xmlrpc.launchpad.net/bazaar/ in the source06:32
jameshfor the register-branch command XML-RPC06:32
jameshI think this could be handled in the ILaunchpadRoot nav class by checking "if IXMLRPCRequest.providedBy(self.request): ..."06:35
stubHmm... dunno. Might work.06:55
BjornTif IProduct gets an XML-RPC API, how would you access the bazaar product via XML-RPC?07:05
jameshBjornT: via methods hung off a different end point?07:09
BjornTjamesh: my point was that a product's XML-RPC API should be accessed via https://xmlrpc.launchpad.net/product_name, and that would cause problem if /bazaar would be the register-branch API07:11
jameshBjornT: why not have an API hung off "/" that lets you do get_foo(product_name)07:13
jameshor even issue a product_name.get_foo() request07:13
BjornTwhat would that return?07:14
jameshwhat do you mean?07:18
jameshwhatever you wanted07:18
jameshwhat I mean is that there is no particular reason to use different end points for different products07:18
jameshyou can either include the product as a parameter, or encode it into the method name07:19
BjornTthat could be true, i'm not sure whether there are any plans on adding such APIs.07:22
BjornTstill, afaik we haven't made an official announcement that we support XML-RPC, it's still experimental, so if we're going to change URLs, now is the time to do it.07:23
BjornTat this time we don't have to care too much about old clients.07:23
jameshBjornT: released versions of Bazaar include a command using Launchpad's XML-RPC interface07:26
jameshBjornT: I think it is worth supporting them at least in the medium term07:26
BjornTjamesh: sure, supporting them medium term is reasonable.07:29
jameshBjornT: the alternative is a flag day where all old clients stop working and need to be upgraded, which isn't as appealing.07:30
=== shawn___ [n=shawn@adsl-70-231-253-100.dsl.snfc21.sbcglobal.net] has joined #launchpad
=== mholthaus [n=mholthau@202.23.76.83.cust.bluewin.ch] has joined #launchpad
=== quail_linux [n=quail@unaffiliated/quaillinux/x-000001] has joined #launchpad
=== thumper [i=user@166-179-30-111.jamamobile.co.nz] has joined #launchpad
=== danilos [n=danilo@adsl-233-130.eunet.yu] has joined #launchpad
=== stu1 [n=stub@ppp-58.8.10.86.revip2.asianet.co.th] has joined #launchpad
=== jml_ [n=jml@59.167.203.44] has joined #launchpad
=== Keybuk [n=scott@quest.netsplit.com] has joined #launchpad
=== stub [n=stub@ppp-58.8.16.187.revip2.asianet.co.th] has joined #launchpad
=== raphink [n=raphink@ubuntu/member/raphink] has joined #launchpad
=== malcc [n=malcolm@host86-135-237-55.range86-135.btcentralplus.com] has joined #launchpad
=== ddaa [n=ddaa@nor75-18-82-241-238-155.fbx.proxad.net] has joined #launchpad
thumperhey ddaa10:07
thumperI'd like you to take a look at the branch filtering that I have on work in progress10:07
lifelessthumper: irssi10:08
thumperhey lifeless, I take it that is the irc client?10:08
ddaathumper: I'm not there yet, just out of bed10:08
thumperddaa, np, don't want feedback right now10:08
lifelessyup, it sure is10:08
ddaaI'd be happy to take a look. Care to drop me an email as reminder?10:08
thumperddaa, sometime today would be fine10:09
thumperddaa, there is an email to launchpad list10:09
ddaacool10:09
thumperlifeless: did you poke Jase re work?10:10
=== ddaa yawn, pick nose, scratches, and do other morning things
=== thumper doesn't want to know
thumperlifeless, where do you run it from in order to screen to it?10:11
lifelessthumper: my home 'server'10:12
thumperah10:13
thumpermy home server is on a boat somewhere10:13
=== seb128 [n=seb128@ANancy-151-1-103-133.w90-13.abo.wanadoo.fr] has joined #launchpad
=== sabdf1 [n=sabdfl@87-194-36-33.bethere.co.uk] has joined #launchpad
=== sabdf1 is now known as sabdfl
=== thumper [i=user@166-179-30-111.jamamobile.co.nz] has left #launchpad []
=== jml__ [n=jml@59.167.203.44] has joined #launchpad
=== Zindar [n=erik@stockholm.ardendo.se] has joined #launchpad
Zindarmornign11:31
Zindaris there any way to be part of a team in lp and not get all bugs in mail11:31
Zindar?11:31
lifelessBjornT: ^11:31
=== doko_ is now known as doko
BjornTZindar: no. but you might convince your team to set a contact address to a mailing list or something. if a team has a contact address, mail will be sent to that one only.11:32
ZindarI think the rest of the team would like that11:33
lifelesspropose it on the main list11:33
lifelessbzr-bugs or something11:33
=== matthewrevell [n=matthew@217.205.109.249] has joined #launchpad
ZindarI mean "wouldn't like that"11:34
Zindarsorry11:34
Zindar:)11:34
Zindarnot a bad idea...11:34
=== Gwaihir [n=Gwaihir@ppp-159-98.25-151.libero.it] has joined #launchpad
=== Zindar [n=erik@stockholm.ardendo.se] has left #launchpad []
ddaabtw, good morning11:52
=== seiflotfy [n=seif@P5118.pallas.wh.tu-darmstadt.de] has joined #launchpad
seiflotfyguys i really need hel12:09
seiflotfyn0othign seems ot work12:09
seiflotfythere is a branch i want12:10
seiflotfybut somehow12:10
seiflotfyit telly me permission deinied 12:10
seiflotfywrong publuc key12:10
=== cprov-out is now known as cprov
=== seb128 [n=seb128@ANancy-151-1-103-133.w90-13.abo.wanadoo.fr] has joined #launchpad
SteveAstub: ping12:32
stubSteveA: pong12:32
SteveAwhat team does beta use for authorization?12:32
stubDunno - I thought you set that :)12:32
stubSteveA: Currently 'launchpad'12:33
SteveAI'll log into asuka and take a look12:33
SteveAok12:33
SteveAI'm going to create a team for this12:33
SteveAwhen I want to set a contact address for a team, I can't just use my own address12:35
SteveAthat seems wrong to me12:35
SteveAstub: looks like you configured it so that beta logins / sessions are distinct from main production logins / sessions12:39
SteveAwhich is fine12:39
SteveAI just changed the team on asuka12:39
SteveAI'm also going to change the config to use blueprints rather than features12:40
SteveAis the config meant to be under revision control?12:40
SteveAlooks like it is12:41
stubYes12:41
=== seb128 [n=seb128@ANancy-151-1-103-133.w90-13.abo.wanadoo.fr] has joined #launchpad
stubSteveA: I gave you the branch URL in my email12:42
SteveAok, thanks12:42
SteveAI just hacked the config changes there, but I'll merge from your branch and do it properly12:42
stubI only modified beta/launchpad.conf if you can't be arsed merging12:43
SteveAok, cool12:44
cprovgood morning folks !12:51
sabdfllaunchpad-beta ?12:56
=== niemeyer [n=niemeyer@200.138.40.224] has joined #launchpad
=== niemeyer_ [n=niemeyer@200.103.139.189] has joined #launchpad
=== niemeyer [n=niemeyer@201.14.38.176] has joined #launchpad
UbugtuNew bug: #74949 in rosetta "Translation form should be moved to use LaunchpadForm" [Undecided,Unconfirmed]  http://launchpad.net/bugs/7494901:35
sabdflSteveA: is beta.lp.n still pointing at the staging data, or at production?01:38
SteveAproduction01:39
SteveAI still need to get the instructions on how to ask for membership on the "you can't log in to this server" page01:39
SteveAbut, it's working from the launchpad-beta-testers team01:40
SteveAI'll make you an admin of that team...01:40
SteveAhttps://launchpad.net/people/launchpad-beta-testers01:41
SteveAok done01:41
sabdflhey guys! 2001 products registered in launchpad. congratulations :-)01:42
SteveAsabdfl: there is still a certificate problem (extra dialog sometimes) on beta.  elmo will be fixing that when a certificate arrives next week.01:42
SteveAnot a show stopper though01:42
sabdflok, which team do we add people to that get to participate?01:42
=== matthew_ [n=matthew@87-194-36-33.bethere.co.uk] has joined #launchpad
sabdfland is there a mailing list for the beta?01:43
SteveAthere is01:43
ddaasabdfl: how many of them are not owned by registry?01:43
SteveAyou have the details in an email.  I can find and re-send if you need it.01:43
sabdflddaa: not sure, stub could probably answer that. stub, may be worth graphing that in cricket too01:43
SteveAsabdfl: re-sent email01:44
ddaalaunchpad_prod=> select count(*) from product join person on product.owner = person.id and product.active and person.name != 'registry';01:45
ddaa count 01:45
ddaa-------01:45
ddaa  116701:45
=== matthew_ is now known as matthewrevell
=== ddaa grumbles has he sees more password-protected svn branches from forgesvn1.novell.com registered in launchpad
ddaawhat's the point of advertising a FOSS svn repo if half the stuff there is password protected???01:49
ddaamonodevelop import syncing01:51
=== jml_ [n=jml@59.167.203.44] has joined #launchpad
UbugtuNew bug: #74961 in launchpad-buildd "use more validatedemail addresses for maintainer e-mail whitelisting" [Undecided,Unconfirmed]  http://launchpad.net/bugs/7496102:15
=== matthew_ [n=matthew@217.205.109.249] has joined #launchpad
=== dand [n=dand@gw.datagroup.ro] has joined #launchpad
=== cprov is now known as cprov-lunch
UbugtuNew bug: #74983 in malone "start can give "no bugs found"" [Undecided,Unconfirmed]  http://launchpad.net/bugs/7498303:45
=== Gwaihir [n=Gwaihir@ppp-147-93.25-151.libero.it] has joined #launchpad
=== kiko [n=kiko@200-171-140-32.dsl.telesp.net.br] has joined #launchpad
=== salgado [n=salgado@200-171-140-32.dsl.telesp.net.br] has joined #launchpad
=== salgado [n=salgado@200-171-140-32.dsl.telesp.net.br] has joined #launchpad
=== cprov-lunch is now known as cprov
kikohello04:27
kikothere04:27
kikohalf back up -- just sorting out backup restoring to /home04:27
=== matsubara [n=matsubar@200-171-140-32.dsl.telesp.net.br] has joined #launchpad
=== salgado is now known as salgado-lunch
=== matsubara is now known as matsubara-lunch
=== heno [n=henrik@ubuntu/member/heno] has joined #launchpad
henois there some sensible way of downloading bug attachments in batch? Like all the attachments on open ubiquity bugs. I'd like to search them for some common strings05:27
=== salgado-lunch is now known as salgado
=== matsubara-lunch is now known as matsubara
BjornTheno: no, there's no easy way of downloading all the attachments like that.05:41
henoBjornT: ok thanks. 05:42
=== matsubara [n=matsubar@200-171-140-32.dsl.telesp.net.br] has joined #launchpad
=== salgado [n=salgado@200-171-140-32.dsl.telesp.net.br] has joined #launchpad
=== matsubara [n=matsubar@200-171-140-32.dsl.telesp.net.br] has joined #launchpad
=== salgado [n=salgado@200-171-140-32.dsl.telesp.net.br] has joined #launchpad
=== kiko [n=kiko@200-171-140-32.dsl.telesp.net.br] has joined #launchpad
=== mholthaus [n=mholthau@johnny33.dersbach.ch] has joined #launchpad
=== cprov is now known as cprov-afk
=== matsubara [n=matsubar@200-171-140-32.dsl.telesp.net.br] has joined #launchpad
=== jkakar [n=jkakar@204.174.36.228] has joined #launchpad
=== salgado_ [n=salgado@200-171-140-32.dsl.telesp.net.br] has joined #launchpad
=== ddaa [n=ddaa@nor75-18-82-241-238-155.fbx.proxad.net] has joined #launchpad
=== dand [n=dand@gw.datagroup.ro] has joined #launchpad
=== salgado_ is now known as salgado
=== cprov-afk is now known as cprov
=== mtaylor [n=mtaylor@nat.janus.lindenlab.com] has joined #launchpad
=== cprov is now known as cprov-out
=== frafu [n=frafu@vodsl-8977.vo.lu] has joined #launchpad
=== cprov-out is now known as cprov
ddaaup to 43 hours this week...09:21
ddaayou know that working this hard is actually illegal where I live?09:21
radixddaa: you must be a terrorist09:21
ddaahttp://www.thinkgeek.com/homeoffice/posters/89ae/zoom/09:22
ddaaalso http://www.thinkgeek.com/homeoffice/posters/32cc/zoom/09:23
=== shawn___ [n=shawn@netblock-68-183-69-197.dslextreme.com] has joined #launchpad
radixddaa: heh, awesome09:24
ddaayou remember the motivational posters at the Hilton? :)09:25
ddaahttp://www.thinkgeek.com/homeoffice/posters/5cd7/zoom/09:25
=== cprov is now known as cprov-afk
=== WebMaven [n=webmaven@ip72-193-220-34.lv.lv.cox.net] has joined #launchpad
=== glatzor [n=sebi@p5496507B.dip.t-dialin.net] has joined #launchpad
=== heno [n=henrik@ubuntu/member/heno] has left #launchpad ["Leaving"]
=== dand [n=dand@dyn-85.186.137.18.tm.upcnet.ro] has joined #launchpad
=== dand_ [n=dand@gw.datagroup.ro] has joined #launchpad
=== jml_ is now known as mumak
=== mumak is now known as jml
=== lbm [n=lbm@0x50a1ee0c.unknown.tele.dk] has joined #launchpad
=== ddaa [n=ddaa@82.241.238.155] has joined #launchpad
=== ddaa [n=ddaa@nor75-18-82-241-238-155.fbx.proxad.net] has joined #launchpad

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