=== geser [i=mb@ubuntu/member/geser] has joined #launchpad === harrisony|skool [i=dab954c2@gateway/web/cgi-irc/ircatwork.com/x-8ec1d40d4990adfc] has joined #launchpad [12:27] does anyone know how to make launchpad search inside the bug reports === bluekuja [n=andrea@ubuntu/member/bluekuja] has joined #launchpad === jml_ [n=jml@203-113-250-169-static.TAS.netspace.net.au] has joined #launchpad === bluekuja [n=andy@ubuntu/member/bluekuja] has joined #launchpad === bac [n=bac@canonical/launchpad/bac] has joined #launchpad === troy_s [n=aphorism@d206-116-6-170.bchsia.telus.net] has joined #launchpad [01:57] Q: Who is responsible for the primary set of documents on Launchpad currently? (https://help.launchpad.net/FeatureHighlights/) === jml_ is now known as jml [02:02] the launchpad team, really [02:02] you can ask anybody on the team to fix things -- for instance via launchpad-users === merriam__ [n=merriam@85-211-173-18.dyn.gotadsl.co.uk] has joined #launchpad [02:10] New bug: #111136 in malone "Can't de-dup LP accounts with broken email addresses" [Undecided,Unconfirmed] https://launchpad.net/bugs/111136 [02:21] de-dup? [02:24] There's no way on Launchpad to completely hide my email addresses from all users, is there? [02:50] dunno === thumper [n=tim@125-236-193-95.adsl.xtra.co.nz] has joined #launchpad [03:13] jml: I thought there was, but I cannot find the option === cprov [n=cprov@canonical/launchpad/cprov] has joined #launchpad [03:17] spiv: cant anyhow, email notifications on bugs use the filers email. [03:18] spiv: hmm, maybe there should be a bug on this :) === cprov is now known as cprov-ZzZ === caravena [n=caravena@161-34-50.adsl.terra.cl] has joined #launchpad [03:25] New bug: #111147 in malone "no way to completely hide email address" [Undecided,Unconfirmed] https://launchpad.net/bugs/111147 [03:27] Yes there is, don't use Launchpad [03:28] mpt: be nice [03:29] :-P [03:29] Gooooooooooooooooooooooood afternoon Launchpadders! [03:29] hello mpt === jml [n=jml@ppp200-168.lns1.hba1.internode.on.net] has joined #launchpad [03:45] New bug: #111148 in malone "Mark a bug as being a bugtask of a more general bug" [Undecided,Unconfirmed] https://launchpad.net/bugs/111148 === samiam [n=samurai@74-134-139-205.dhcp.insightbb.com] has joined #launchpad === thumper [n=tim@125-236-193-95.adsl.xtra.co.nz] has joined #launchpad [05:46] Greetings everyone. I have created my GSoC Project here... https://launchpad.net/pystart, but how do I commit my program with bzr from this point? === sabdfl [n=sabdfl@ubuntu/member/pdpc.silver.sabdfl] has joined #launchpad [05:47] Greetings everyone. I have created my GSoC Project here... https://launchpad.net/pystart, but how do I commit my program with bzr from this point? [05:47] encompass: something like bzr push sftp://bazaar.launchpad.net/~encompass/pystart/your-branch-name-here [05:48] oops [05:48] ajmitch: yeah === ajmitch presumes the branch name is trunk [05:48] or not, you can choose whatever name you wish :) [05:48] I presume too [05:49] I see you've managed to push a branch named 'start'? [05:51] yeah [05:52] ajmitch: I don't even know if that is right or not... I though maybe it had to "start" somewhere, then build the branches [05:52] ajmitch: how do I get data to that branch? [05:53] nope, just pushing it as you did before will do [05:53] bzr push sftp://bazaar.launchpad.net/~encompass/pystart/start [05:53] and what data will go there? like... it doesn't know what to take does it? [05:54] it will push all the revisions that you've committed locally that aren't on launchpad already [05:54] but... but... I don't think I ever set that :S that's what has me so confused [05:55] you must have pushed it at some point :) [05:55] it looks like I pushed nothing. [05:56] when was the last time you committed in your local branch? [05:56] yesterday [05:56] and you got no output from bzr push... ? [05:56] last night... I have pushed for phimage... somehow that was setup... but I don't remember how [05:57] it remembers where you pushed to [05:57] let's see here... === encompass is looking [05:58] eg, if you run 'bzr info' in your local branch, it may tell you where it will publish [05:59] ajmitch: cool... let's see what it says [06:00] did you create this local branch recently, or is it one you've been working on for awhile? [06:01] ajmitch: I shizzle... I see what I did wrong now... [06:01] I think I created a branch from phimage... my first program I commit too [06:01] oh right :) [06:01] and I need to create my own "trunk" so to say [06:02] branch root: sftp://encompass@bazaar.launchpad.net/%7Eencompass/pystart/start/ [06:02] that's ok, it's easy to push a new branch to lp [06:02] ok [06:02] sorry about that post... I am taking notes... and cp pasting everywhere [06:05] to confirm my thought can you take a look at this? [06:05] ok [06:06] http://paste.ubuntu-nl.org/18322/ [06:07] ajmitch: I think it is just supposed to be on it's own... NOT as part of phimage at all [06:07] how did it end up branched from phimage? [06:08] you deleted all the phimage code & started from scratch? [06:09] ajmitch: no, phimage is another project I commit too... This pystart is a new program for my GSoC project [06:09] right, I'm just curious how the branch got started from phimage [06:10] do you have any pystart code at the moment? [06:10] ajmitch: I can try to find the command I entered... but the heck if I know :P [06:10] ajmitch: no code... but I have loads of docs I hope to have there... === ajmitch would mark this branch as deprecated, create a new branch & push that new one [06:11] ajmitch: sorry, how do I do something like that? === encompass hasn't a clue about version control systems [06:12] https://code.beta.launchpad.net/~encompass/pystart/start <-- change branch details [06:12] status: abandoned [06:13] cool [06:13] you may want to read some of the docs on bazaar-vcs.org [06:13] that was easy [06:13] creating a branch is as simple as bzr init; bzr add; bzr commit [06:13] ajmitch: I have... that's what got me here [06:13] & pushing what you added [06:21] ajmitch: I will work on it again [06:21] ok [06:29] ajmitch: ok what do they mean by this line.... $ bzr branch http://example.com/code/foobar.dev foobar.joe in this page? [06:29] http://bazaar-vcs.org/QuickHackingWithBzr [06:29] the example.com part... what site is that for me? [06:29] if any... [06:30] bazaar.launchpad.net, but this is for getting a copy of an existing branch === Juxtaposed [n=belutz@202.152.243.30] has joined #launchpad [06:30] ok, hence why I wac confused :P === Hobbsee [n=Hobbsee@ubuntu/member/hobbsee] has joined #launchpad [06:35] New bug: #111162 in launchpad "Non-production Launchpad instances shouldn't appear in Web search results" [Undecided,Unconfirmed] https://launchpad.net/bugs/111162 === indraveni [n=indraven@203.129.255.178] has joined #launchpad === stub [n=stub@ppp-58.8.1.96.revip2.asianet.co.th] has joined #launchpad === Bhaskar1 [n=Bhaskar1@202.79.37.177] has joined #launchpad [07:12] grr! [07:14] I am so confused on how to start my trunk of development... any specific links in bazaar-vcs.org would be nice [07:24] encompass: this is a new project that hasn't been version controlled before? [07:27] spiv: that is correct... I have gotten this far... [07:27] http://bazaar.launchpad.net/~encompass/pystart/trunk/ [07:30] encompass: ok, so the usual process would be: [07:30] bzr init new-project [07:30] cd new-project [07:30] ... hack ... [07:30] bzr add [07:31] bzr commit -m "First commit" [07:31] bzr push sftp://.... [07:31] It looks like you've pushed up a branch with no revisions. [07:31] So I suspect you've missed the "bzr commit" step. === doko [n=doko@dslb-088-073-119-228.pools.arcor-ip.net] has joined #launchpad [07:34] encompass: does that make sense? [07:34] spiv kinda... let me try here [07:36] spiv... when adding the files... do I have to do each one specifically? I ahve many files I have to work with. [07:38] encompass: just "bzr add" is usually fine, it has pretty sensible defaults. [07:39] encompass: see also "bzr add --help" [07:41] k [07:41] hmm [07:42] spiv: can I add all directories and there subdirectories? [07:44] encompass: "bzr add" will recurse by default. === Juxtaposed is now known as Belutz [07:45] encompass: so if you do literally "bzr add; bzr ci -m 'First commit of everything'" it should Just Work. [07:45] umm let me get you the output [07:46] http://paste.ubuntu-nl.org/18338/ [07:47] encompass: what does "bzr status" say? [07:49] spiv: woah... heh [07:49] they are there... :D [07:49] but I need them here... http://bazaar.launchpad.net/~encompass/pystart/trunk/ [07:49] so I presume bzr commit [07:50] yup [07:50] hehe [07:50] encompass: commit, and then push. [07:51] spiv dear goodness... I think it's pushing them now [07:51] spiv: your amazing... and I also apriciate your work with zope [07:53] I haven't really done anything with zope for ages... [07:55] spiv: thanks... everyone have a great day :D [07:55] (leave === encompass [n=lappy@dsl-hvkgw1-fe6ffa00-119.dhcp.inet.fi] has left #launchpad [] [08:06] review meeting time [08:06] spiv: ping [08:06] jamesh: ping [08:06] pong [08:10] spiv: I'm busy doing release foo; can I impose on you to run this meeting? [08:10] spiv: agenda is on the wiki; and all I have to add is 'I suck, I haven't inducted the new reviewers yet' [08:11] 'indoctrinated', surely ;) [08:11] no, thats for all you pep8 nazis [08:11] I induct, you indoctrinate [08:12] lifeless: ok [08:12] spiv: thank you! I shall beer you at some point. [08:13] lifeless: I'm not a pep8 nazi! [08:14] * Roll call [08:14] * Next meeting [08:14] * Queue status. [08:14] * Urgent review requests (lifeless for .au) [08:14] * New reviewers (lifeless for .au) [08:14] Roll call. Who's here? [08:14] lifeless has apologised, he's doing bzr "release foo". [08:14] jamesh: pong? [08:14] jamesh: or ping, even? [08:15] BjornT: ping? [08:18] Hmm, this is going to be very lonely if I have to talk to myself... [08:19] BjornT is on leave, its on the wiki page. [08:19] dunno about jamesh [08:19] lifeless: d'oh, so it is. Thanks. [08:19] BjornT: never mind, enjoy your holiday :) [08:25] spiv: so is http://bundlebuggy.aaronbentley.com/request/%3C20070427022941.GL17953@steerpike.home.puzzling.org%3E merged ? === allenap [n=allenap@212.233.34.26] has joined #launchpad [08:30] Ok, meeting adjourned due to lack of people. === Spads [n=spacehob@unaffiliated/spads] has joined #launchpad === indraveni [n=indraven@203.129.255.178] has joined #launchpad === Fujitsu [n=william@ubuntu/member/fujitsu] has joined #launchpad === schwuk [n=dave@ubuntu/member/schwuk] has joined #launchpad === ddaa [n=david@canonical/launchpad/ddaa] has joined #launchpad === gmt [n=gentoo@host158-108-static.187-82-b.business.telecomitalia.it] has joined #launchpad === mrevell [n=matthew@canonical/launchpad/mrevell] has joined #launchpad === jsgotangco [n=jsg123@ubuntu/member/jsgotangco] has joined #launchpad === bigjools [n=ed@canonical/launchpad/bigjools] has joined #launchpad [10:52] morning. could someone change the owner of ubuntu-l10n-sv. the current one has gone MIA. [10:56] the new owner (decided by the loco) should be yeager. [10:56] thanks in advance. === SteveA is now known as SteveA|QDay [11:12] Nafallo, probably you should make a request at , including evidence of the MIA-ness and the decided-ness [11:13] oki [11:13] thanks [11:16] I guess the last ACK to the group and that the description mentions edgy is evident enough... === phanatic [n=phanatic@ubuntu/member/phanatic] has joined #launchpad [11:22] https://answers.beta.launchpad.net/launchpad/+question/5874 === jsgotangco [n=jsg123@ubuntu/member/jsgotangco] has joined #launchpad === mdke [n=matt@212-139-109-89.dynamic.dsl.as9105.com] has joined #launchpad === Bhaskar1 [n=Bhaskar1@202.79.37.177] has joined #launchpad [12:05] New bug: #111202 in soyuz "custom upload test is broken and catches some source packages" [Undecided,Unconfirmed] https://launchpad.net/bugs/111202 === jsgotangco [n=jsg123@ubuntu/member/jsgotangco] has joined #launchpad === Spads [n=spacehob@yttrium.canonical.com] has joined #launchpad === fabbione is now known as noiamnothere === noiamnothere is now known as fabbione === jml [n=jml@ppp200-168.lns1.hba1.internode.on.net] has joined #launchpad === BjornT [n=bjorn@canonical/launchpad/BjornT] has joined #launchpad === JonathanKnowles [n=Jonathan@client-86-27-120-102.hers.adsl.virgin.net] has joined #launchpad === bluekuja [n=andy@ubuntu/member/bluekuja] has joined #launchpad === ddaa [n=david@canonical/launchpad/ddaa] has joined #launchpad === mc__ [n=mc@62.218.230.197] has joined #launchpad [01:03] how does a team get karma? === mdz [n=mdz@ip-81-1-106-162.cust.homechoice.net] has joined #launchpad === habeeb [n=habeeb@athedsl-144030.home.otenet.gr] has joined #launchpad === andy_ [n=andy@host196-235-dynamic.54-82-r.retail.telecomitalia.it] has joined #launchpad === ddaa [n=david@canonical/launchpad/ddaa] has joined #launchpad === barry [n=barry@canonical/launchpad/barry] has joined #launchpad === cprov-ZzZ is now known as cprov === mpt [n=mpt@canonical/launchpad/mpt] has left #launchpad ["http://mpt.net.nz/"] === mpt [n=mpt@canonical/launchpad/mpt] has joined #launchpad === TeTeT [n=spindler@modemcable178.77-70-69.static.videotron.ca] has joined #launchpad === bluekuja [n=andy@ubuntu/member/bluekuja] has joined #launchpad === sabdfl [n=sabdfl@ubuntu/member/pdpc.silver.sabdfl] has joined #launchpad === JonathanKnowles is now known as jonathank === andy_ [n=andy@host8-223-dynamic.54-82-r.retail.telecomitalia.it] has joined #launchpad === habeeb [n=habeeb@athedsl-144030.home.otenet.gr] has joined #launchpad === PhinnFort [n=martin@unaffiliated/phinnfort] has joined #launchpad [02:12] i think the mailing list for a certain bug in launchpad has gotten into a kind of endless loop [02:13] a guy has automatic answering, which answers the updates that comes from the answers to the updates === habeeb [n=habeeb@athedsl-144030.home.otenet.gr] has joined #launchpad [02:13] bug updates, mailing client answers, launchpad sends out bug update notification mail, mailing client answers, etc. [02:14] is there anything that can be done? [02:14] "I am out of the Office until Sunday evening. I will check my mail during the week, but will only awnser a few E-mails." [02:21] another email just trickled it, same as before [02:21] how does a team get karma? === habeeb_ [n=habeeb@athedsl-144030.home.otenet.gr] has joined #launchpad [02:22] PhinnFort, we can disable the guy's address. can you give me a reference on him? [02:24] Florian Jensen [02:25] http://rafb.net/p/aaiUIL53.html === habeeb [n=habeeb@athedsl-144030.home.otenet.gr] has joined #launchpad === matsubara [n=matsubar@canonical/launchpad/matsubara] has joined #launchpad === bluekuja [n=andy@ubuntu/member/bluekuja] has joined #launchpad === samiam [n=samurai@74-134-139-205.dhcp.insightbb.com] has joined #launchpad === phanatic [n=phanatic@ubuntu/member/phanatic] has joined #launchpad === Hobbsee [n=Hobbsee@ubuntu/member/hobbsee] has joined #launchpad === habeeb_ [n=habeeb@athedsl-144030.home.otenet.gr] has joined #launchpad [02:57] BjornT: good afternoon. I'm curious about the outlook for changelog-closes-bugs. Can you enlighten me? === zyga [n=zyga@ubuntu/member/zyga] has joined #launchpad === jonathank [n=Jonathan@client-86-27-120-102.hers.adsl.virgin.net] has joined #launchpad [03:07] mdz: i'm currently working on it. i'm off today and tomorrow, but i'll do my best to put up a branch for review this week. === flacoste [n=francis@modemcable040.144-201-24.mc.videotron.ca] has joined #launchpad [03:07] BjornT: cool, please keep us informed === sinzu1 [n=sinzui@pool-70-18-235-156.res.east.verizon.net] has joined #launchpad === jwendell [n=wendell@ubuntu/member/wendell] has joined #launchpad [03:14] Hi, folks. How do i unsubscribe from bugs in a package? [03:14] jwendell: Go to the package package, and there should be a `Bugmail settings' link in the actions portlet. [03:16] New bug: #111239 in launchpad "email with the answers link to retricted page" [Undecided,Unconfirmed] https://launchpad.net/bugs/111239 [03:17] Fujitsu, thanks === Gwaihir [n=Gwaihir@ubuntu/member/gwaihir] has joined #launchpad === ja2 [n=jameinel@adsl-75-51-62-134.dsl.chcgil.sbcglobal.net] has joined #launchpad === salgado [n=salgado@canonical/launchpad/salgado] has joined #launchpad === superm1 [n=superm1@ubuntu/member/superm1] has joined #launchpad === shirish [n=shirish@59.95.27.6] has joined #launchpad === shirish [n=shirish@59.95.27.6] has left #launchpad [] === doko_ [n=doko@dslb-088-073-119-228.pools.arcor-ip.net] has joined #launchpad === schwuk [n=dave@ubuntu/member/schwuk] has joined #launchpad === doko_ is now known as doko [04:07] hi guys, I have got a bzr repo in launchpad, can I upload also release tarballs? (maybe dum question but...) === ja2 is now known as jam === mthaddon [n=mthaddon@canonical/launchpad/mthaddon] has joined #launchpad [04:12] gmt: not yet, but from what I've heard that is a planned feature [04:13] gmt, we're working on it ATM and a beta version should be available soon [04:15] thanks guys :) I will ask to park the release tarball on freedesktop for now [04:19] salgado: *applause* === mdz [n=mdz@ip-81-1-100-102.cust.homechoice.net] has joined #launchpad === jan_s__ [n=OzZope@d58-108-3-56.dsl.vic.optusnet.com.au] has joined #launchpad === jwendell [n=wendell@ubuntu/member/wendell] has left #launchpad ["Bye"] === zyga [n=zyga@ubuntu/member/zyga] has joined #launchpad === mwh [n=mwh@62-31-157-102.cable.ubr01.azte.blueyonder.co.uk] has joined #launchpad === kjcole [n=kjcole@ubuntu/member/kjcole] has joined #launchpad [04:35] how does a team get karma? === jan_s [n=OzZope@d58-108-3-56.dsl.vic.optusnet.com.au] has joined #launchpad [04:38] mc__, team's don't get karma [04:38] s/team's/teams [04:39] salgado: but why is it listed then? [04:39] mc__, that would be a bug. where you can see it listed? [04:39] salgado: https://launchpad.net/people/?name=agf&searchfor=teamsonly [04:39] Karma 0 [04:40] yeah, good point [04:40] that's a bug === salgado files [04:40] cool i've found a bug [04:55] New bug: #111251 in launchpad "When listing teams on https://launchpad.net/people/, we should either hide the Karma column or display an "n/a" for teams" [Low,Confirmed] https://launchpad.net/bugs/111251 === cypherbios [n=cypher@ubuntu/member/cypherbios] has joined #launchpad [05:00] hello there. Someone have created a Release Series in a product registered by me on LP. But this was just a mistake or a joke, as this RS is not supposed to be there. Can someone remove/delete this RS? [05:00] https://beta.launchpad.net/aptoncd/p-rabhash-sliit [05:00] https://beta.launchpad.net/aptoncd/kumudu [05:01] these both === mholthaus [n=mholthau@193-218.1-85.cust.bluewin.ch] has joined #launchpad === sivang [i=sivan@muse.19inch.net] has joined #launchpad === zyga [n=zyga@ubuntu/member/zyga] has joined #launchpad === kjcole [n=kjcole@ubuntu/member/kjcole] has joined #launchpad === cprov is now known as cprov-lunch === jml_ [n=jml@121.44.217.114] has joined #launchpad === Prognatus_ [n=bjorn@2.80-203-143.nextgentel.com] has joined #launchpad === beuno [n=martin@ubuntu/member/beuno] has joined #launchpad === habeeb [n=habeeb@athedsl-144030.home.otenet.gr] has joined #launchpad === mdz [n=mdz@ip-81-1-103-107.cust.homechoice.net] has joined #launchpad === zyga [n=zyga@ubuntu/member/zyga] has joined #launchpad === schwuk_ [n=dave@ubuntu/member/schwuk] has joined #launchpad === bluekuja [n=andy@ubuntu/member/bluekuja] has joined #launchpad === kiko is now known as kiko-fud === flacoste is now known as flacoste_lunch === schwuk_ [n=dave@ubuntu/member/schwuk] has joined #launchpad === superm1 [n=superm1@ubuntu/member/superm1] has joined #launchpad === sivang [i=sivan@muse.19inch.net] has joined #launchpad === mdz [n=mdz@ip-81-1-105-81.cust.homechoice.net] has joined #launchpad [06:39] Is there a Launchpad guru in the house who might be able to help a complete clueless wanker for a moment? [06:40] it's possible [06:40] though the possibility will increase sharply if you actually ask your question [06:41] ddaa -- trying to get some strict organization in place for UbuntuStudio [06:41] ddaa -- and the major problem is the apparent differences listed between Ubuntu and a 'standard' project [06:42] ddaa -- for example, in an ideal world, UbuntuStudio lists all of the relevant attached packages that are in Ubuntu main that it 'bundles' as well as the side projects that are related only to Ubuntu Studio (artwork for example) [06:42] ddaa -- Is there a web interface to the required elements or is Ubuntu an exception to the rule and adjusted by hand? [06:43] no fucking clue [06:43] LOL [06:43] I know launchpad is supposed to support distro derivation [06:43] Well that went well. [06:43] eventually [06:43] but I have no idea what can be done today [06:43] better ask on launchpad-users [06:43] ddaa it appears that way, but through my learning of it over the past 1.5 years, I am still blurry on certain issues. [06:44] Thanks for your time. [06:44] so the three people on earth who actually know about that will be able to read and answer [06:44] Erm... one person. [06:45] Worst case, the one person on Earth was Daniel Silverstone, unfortunately he left :) [06:45] Gah [06:45] so let's just assume that there are other people who know [06:45] Ok. Assuming. [06:45] cprov maybe. Or lifeless. [06:46] No seriously, distro derivation is an important use case for Launchpad. [06:46] So somebody should be able to give you some sort of useful answer. [06:49] ddaa it would be great if they could [06:49] ddaa As our poor UbuntuStudio side is completely in the dark [06:50] Please ask on the launchpad-users mailing list. [06:50] ddaa And worse yet, I, as the official Launchpad village idiot, is quite stuck. [06:50] Yikes... [06:50] ok. will do. [06:50] you're not the village idiot [06:51] he is: https://beta.launchpad.net/~flint-dude [06:52] Bubba [06:52] ddaa How the hell can you not like someone named Bubba? [06:53] I do not dislike him. [06:53] lol [06:54] Sorry, I should not say that. [06:54] It's very unprofessional. [06:55] But funny -- so I think you get a Get Out of Jail Free card. === habeeb_ [n=habeeb@athedsl-144030.home.otenet.gr] has joined #launchpad === Yannig [n=yannig@AToulouse-157-1-34-35.w86-201.abo.wanadoo.fr] has joined #launchpad === matsubara is now known as matsubara-lunch === cprov-lunch is now known as cprov === habeeb [n=habeeb@athedsl-144030.home.otenet.gr] has joined #launchpad === flacoste_lunch is now known as flacoste === cprov [n=cprov@canonical/launchpad/cprov] has joined #launchpad === lamont [i=lamont@nat/hp/x-3d26a483aaeeb711] has joined #launchpad === matsubara-lunch is now known as matsubara === gnomefreak [n=gnomefre@ubuntu/member/gnomefreak] has joined #launchpad === Kmos [n=gothicx@unaffiliated/kmos] has joined #launchpad [07:56] New bug: #111291 in launchpad "Female avatar " [Undecided,Unconfirmed] https://launchpad.net/bugs/111291 === zyga [n=zyga@fdu91.internetdsl.tpnet.pl] has joined #launchpad === habeeb [n=habeeb@athedsl-144030.home.otenet.gr] has joined #launchpad [08:01] So I start XGL using the second install method (startxgl) and it's realllllyyyy laggy.. [08:04] New bug: #111289 in malone "Empty bug titles shouldn't be allowed." [Undecided,Unconfirmed] https://launchpad.net/bugs/111289 === bac is now known as bac_afk === kiko-fud is now known as kiko === Adri2000_ [n=adri2000@ubuntu/member/adri2000] has joined #launchpad === Adri2000_ is now known as Adri2000 [08:12] Hello is the translation import queue really working? [08:12] https://translations.launchpad.net/translations/imports [08:13] It has almost 90K entries [08:13] does it really require human intervention to check every entry? [08:15] it need to be approved === Rinchen [n=joey@canonical/launchpad/rinchen] has joined #launchpad === gmt [n=gentoo@host98-205-dynamic.1-79-r.retail.telecomitalia.it] has joined #launchpad === cprov is now known as cprov-out === habeeb_ [n=habeeb@athedsl-144030.home.otenet.gr] has joined #launchpad [08:22] ddaa so who is able to add a distribution on the launchpad site? === Trickser [n=sergio@p57b3f12b.dip.t-dialin.net] has joined #launchpad [08:31] troy_s, you need to talk to statik and Rinchen [08:32] kiko: thanks, I was about to say "you need to ask kiko" :) [08:33] pecking order? [08:33] message passing? [08:33] reductio ad absurdum? [08:33] I've delegated that negotiation to them. [08:33] troy_s: can you send me mail (elliot@ubuntu.com) and I'll do my best to help you === habeeb__ [n=habeeb@athedsl-144030.home.otenet.gr] has joined #launchpad [08:35] statik: Thanks. [08:35] kiko: So what would the chances of getting a distro listed there so I could do some work on it whilst I have time? [08:36] erk... statik [08:36] the distribution would need to be established first. [08:38] statik: Its in your box now. [08:38] troy_s: chances are good of getting something listed, but I'd like to have the explanation of what you want to accomplish in email so I can be sure I'm giving you accurate information - currently I've got many threads executing in parallel :) [08:38] excellent [08:38] statik: Done. [08:38] statik I hear you... its a bloody nightmare. [08:38] troy_s: so will ubuntu studio make it possible for me to record skype calls without going insane trying to configure sound? === habeeb___ [n=habeeb@athedsl-07248.home.otenet.gr] has joined #launchpad === habeeb__1 [n=habeeb@athedsl-07248.home.otenet.gr] has joined #launchpad [08:40] statik: No but you'll have fun with the included uPhone developed by Shuttleworth himself. === habeeb__2 [n=habeeb@athedsl-07248.home.otenet.gr] has joined #launchpad === cprov-out is now known as cprov === tsmithe [n=toby@ubuntu/member/tsmithe] has joined #launchpad [08:43] howdy [08:43] i should idle here [08:46] tsmithe: welcome to the club :D [08:48] can i have smashing pumpkins, butterfly wings :? [08:48] whoops [08:48] wrong channel [08:48] big time [08:48] we don't take requests [08:48] heh [08:49] sorry, 56 and 67 are very similar in irssi [08:49] sacater: file a bug :p [08:49] heh [08:50] beuno: used to hang here, then i stopped using bip and had to remember my autojoin list. somehow this didn't get included [08:50] (and of course, launchpad is very important, no doubts about that) [08:54] this chan is not as exciting as it used to be === habeeb___ [n=habeeb@athedsl-07248.home.otenet.gr] has joined #launchpad === beuno sees ddaa and remembers his dreams of Launchpad <> Forums integration [08:59] Launchpad is going down in 15 mins for a code update. Estimated downtime is 10 mins or less. === effie_jayx [n=valles@216.72.91.120] has joined #launchpad [09:01] mthaddon: nice :) === doko_ [n=doko@dslb-088-074-003-111.pools.arcor-ip.net] has joined #launchpad [09:04] mthaddon: the label telling that lp is going down is broken in safari/khtml [09:04] just as the rest of the top-level bar (again in safari) [09:05] zyga: thx - can you report it as a bug? [09:05] I /think/ this rollout improves that though [09:05] (once LP is backup) [09:05] it's fixed in r4180 [09:05] thx kiko [09:05] matsubara the ninja [09:05] we're rolling out to 4182 so should be fixed in this rollout [09:06] zyga: that's reported yet [09:06] mthaddon: sure [09:06] zyga: see above - no need to report it - fixed in this update [09:06] Kmos: huh? [09:06] oh [09:06] okay :-) [09:07] great btw :D [09:08] bug 91925 [09:08] Launchpad bug 91925 in malone "Automatically expire old Needs Info bug reports" [Undecided,Confirmed] https://launchpad.net/bugs/91925 [09:08] i like to see someone work on this :) === mdz [n=mdz@ip-81-1-105-81.cust.homechoice.net] has joined #launchpad [09:10] Kmos: is there any way to get external (like non-hired) people to work on lp perhaps after signing an NDA or something similar? [09:12] i don't know how to answer to that [09:12] i'm not a LP member [09:15] zyga: if you are willing to sign an NDA, you can get access to LP sourcecode === habeeb [n=habeeb@athedsl-07248.home.otenet.gr] has joined #launchpad [09:23] flacoste: I was thinking about becoming a small contributor by fixing entry-level issues if that's what you are looking for [09:24] zyga: what are you motivations? [09:24] zyga: I don't want to discourage you, but Launchpad is a huge piece of sotware and the few external contributors that went through the process didn't contribute much in the end [09:25] zyga: ... maybe discouraged by the learning curve [09:25] flacoste: I use launchpad and I see the flaws, I also realize that being able to contribute is not easy but I'd like to take my chances [09:25] also I'm quite fascinated about how something so as big as lp works [09:26] zyga: well, if you are serious about that, you want to talk to kiko [09:26] I will [09:27] kiko: ^ could we talk about this in private? === niemeyer [n=niemeyer@200.103.136.113] has joined #launchpad === jan_s [n=OzZope@d58-108-3-56.dsl.vic.optusnet.com.au] has joined #launchpad [09:32] zyga, yes, but please note today! [09:33] kiko: sure, I'll remember to talk to you next week, okay? [09:39] zyga, please do, I'd love that. === Spads [n=spacehob@unaffiliated/spads] has joined #launchpad === LeeJunFan [n=junfan@adsl-76-204-9-149.dsl.klmzmi.sbcglobal.net] has joined #launchpad === DPic [n=danny@209-150-56-190.c3-0.nwt-ubr3.sbo-nwt.ma.cable.rcn.com] has joined #launchpad === jamesh [n=james@canonical/launchpad/jamesh] has joined #launchpad [10:07] Hey, i think it would be great if questions in launchpad could be rated for difficulty by the questioner and answer-ers so that if the questioner is asking a very simple question, people who don't have too much know-how could still help with easy stuff. === doko_ is now known as doko === cprov is now known as cprov-out === gmt [n=ubuntu@host98-205-dynamic.1-79-r.retail.telecomitalia.it] has joined #launchpad === kiko [n=kiko@canonical/launchpad/pdpc.supporter.active.kiko] has joined #launchpad === Mez [n=Mez@ubuntu/member/mez] has joined #launchpad [10:53] i think it would be great if questions in launchpad could be rated for difficulty by the questioner and answer-ers so that if the questioner is asking a very simple question, people who don't have too much know-how could still help with easy stuff. anybody care to comment? [10:59] DPic: it's very late so many people are gone but the idea looks nice, everyone will remember about it if you file a bug [11:00] file a bug under what? [11:00] launchpad [11:01] but you can only file bugs for ubuntu and things like that [11:01] no [11:01] this is about launchpad itself- and can you file suggestions as bugs? [11:01] find the launchpad product [11:01] yeah [11:01] https://launchpad.net/launchpad [11:01] ooh i found it [11:02] okay thanks [11:05] New bug: #111333 in launchpad "Person help and mentoring list doesn't show private bugs even you are allowed to see them" [Undecided,Unconfirmed] https://launchpad.net/bugs/111333 === phanatic [n=phanatic@ubuntu/member/phanatic] has joined #launchpad === DPic [n=danny@209-150-56-190.c3-0.nwt-ubr3.sbo-nwt.ma.cable.rcn.com] has left #launchpad [] === pochu [n=emilio@131.Red-83-57-165.dynamicIP.rima-tde.net] has joined #launchpad === pochu [n=emilio@131.Red-83-57-165.dynamicIP.rima-tde.net] has joined #launchpad === mdke [n=matt@212-139-109-89.dynamic.dsl.as9105.com] has joined #launchpad [11:20] New bug: #111338 in launchpad "Suggestion: Question Ratings" [Undecided,Unconfirmed] https://launchpad.net/bugs/111338 === ajmitch_ [n=ajmitch@port166-123.ubs.maxnet.net.nz] has joined #launchpad === superm1 [n=superm1@ubuntu/member/superm1] has joined #launchpad === jan_s [n=OzZope@d58-108-3-56.dsl.vic.optusnet.com.au] has joined #launchpad === WebMaven [n=webmaven@ip72-193-220-34.lv.lv.cox.net] has joined #launchpad [11:45] Hi Folks. is there a LP admin around? [11:45] yes [11:46] there is always a round LP admin here [11:46] hehe, [11:46] kiko, are you one? [11:46] yes [11:46] though I am not very round [11:47] Can you create a feisty-backports product? [11:49] kiko: AYT? [11:50] hello? [11:54] Hmm. OK, I apparently made a wrong assumption. [11:55] sorry [11:55] I guess there *is* a feisty-backports product, but this still fails: https://launchpad.net/feisty-backports/+filebug [11:56] there's something wrong. [11:56] you should be using bug nominations for feisty backports [11:56] not a product. [11:56] what bug do you want to backport? [11:56] Uhh... [11:56] I want to backport the python2.5 package [11:56] mmmm [11:57] not likely [11:57] why don't you file a bug on ubuntu [11:57] I was following the link from here: https://help.ubuntu.com/community/UbuntuBackports [11:57] and request a backport? [11:58] That page says the way to request a backport is to file a bug against edgy-backports (for edgy). [11:58] So I did, to get python2.4 backported to Edgy. [11:59] But I want 2.5 backported to Feisty as well.. [11:59] but I can't file a bug against feisty-backports, the link does not work. [11:59] isn't python2.5 the default python version in feisty? [12:00] salgado: it is [12:00] Yes, but it's a frickin' release candidate, not the final. [12:00] salgado: yes [12:00] And Feisty's default Python is 2.4.4c1, also not the final. [12:01] The final releases should be backported to both. [12:01] 2.5.1~rc1-0ubuntu3 is default [12:02] Gutsy already has 2.5.1 final as it's default, so it should be backported to Feisty. [12:02] and 2.4.4 final should be backported from Feisty to Edgy. [12:03] sorry about the confusion. [12:04] moving around python like that gets a bit dangerous and alot of work. [12:04] So, as I said, I already filed a request to backport 2.4.4 to Edgy, but I can't file a request to backport 2.5 from Gutsy to Feisty. [12:06] gnomefreak: I'm not sure a move from 2.5.1c3 to 2.5.1 will be such a huge difference. the directory is still python2.5 [12:07] WebMaven: depends what they used as build-deps for the app. [12:08] the correct way to do it would be to respin the packages. im leaning towards pyton doesnt fit within the rules of backporting since it is such a main app [12:08] WebMaven: i was just informed i was correct it willo not happen [12:09] I wonder why we released with a prerelease [12:09] I wonder why you released with a prerelease TWICE. [12:09] kiko: not sure. maybe everyone wanted it in and thought it would release on time? [12:10] sounds like the redhat gcc thing [12:10] WebMaven: for the best answer ask jdong when hes on but i have this big feeling its not gonna happen (as another devel told me a minute ago) [12:10] Hmph. [12:11] jdong > gnomefreak: the entire interpretor? no way [12:11] 18:10 < jdong > and that's an authoritative no way [12:11] 18:10 < jdong > I saw the backport [12:11] OK, meanwhile, why can I not make Feisty backport requests? [12:11] WebMaven: too soon after gutsy repos opened if i had to guess [12:12] Note that Gutsy *already* has 2.5.1 final packages. There is no reason Feisty had to release with another release candidate. [12:12] it just looks bad. [12:15] gnomefreak: was jdong talking about the 2.4.4 backport, or the 2.5.1 backport? [12:15] all python we are still talking about this [12:16] depends on the changes from rc>final we may SRU it [12:16] SRU? [12:16] we = they i have other things im working on [12:17] security release update [12:17] if its no intrusive [12:17] your best bet is to join #ubunut-motu :)