[01:16] hi guys, is there somwthing wrong going on with lp, since I'm trying to upload a branch and it gets stuck [01:24] RoAkSoAx: sort answer is no; I gather you're doing a bzr push of some sort? large bunch of code? small? [01:25] spm, small [01:28] bzr push --no-strict lp:~andreserl/testdrive/module [01:28] Write failed: Broken pipetching revisions:Inserting stream [01:30] hmm. not yet pushed to. [01:31] spm, it actually creates the branch in lp but doesn't push the code [01:32] RoAkSoAx: can we try a simple one file new repo (bzr init test; echo "blah" > test/aaa; bzr add etc etc etc) and push that to your junk directory? eg bzr push lp:~andreserl/+junk/aaa [01:34] spm, it pushed [01:35] RoAkSoAx: cool; can you try the same thing with the module branch above; but send it to +junk/bbb ? (names are optional, I don't care :-) ) [01:36] spm, pushes successfully [01:36] bleh [01:37] my 2c suggestion - try deleting that failed branch - lp:~andreserl/testdrive/module and push again to the same place? may be worthwhile checking for any hung bzr ssh activity on your local machine as well. [01:38] spm, done that already but still doest not push [01:38] .../module2 ? [01:39] spm, tried that already [01:39] and still [01:39] argh [01:41] mwhudson: ^^ any thoughts? [01:42] * mwhudson looks [01:43] something to do with stacking i guess [01:43] RoAkSoAx: what does bzr info -v say in your local branch? [01:44] mwhudson, http://paste.ubuntu.com/399067/ [01:45] ok nothing there is at all surprising [01:46] RoAkSoAx: where is the +junk branch you successfully pushed? [01:46] mwhudson, just deleted everything :) [01:47] oh [01:47] can you push it again so that i can try? [01:47] mwhudson, sure wait a sec [01:49] mwhudson, now it is not pushing to lp:~andreserl/+junk/aaa [01:50] but pushed to lp:~andreserl/+junk/bbb [01:50] i tried to push again to aaa, with resultks:test$ bzr push lp:~andreserl/+junk/aaa [01:50] This transport does not update the working tree of: bzr+ssh://bazaar.launchpad.net/~andreserl/%2Bjunk/aaa/. See 'bzr help working-trees' for more information. [01:50] Created new branch. [03:55] *** FYI. Codehost will be going down shortly for a code update. ~ 5-10 mins before I'll be doing so; ETA of outage < 30 secs, all going well. *** [04:05] *** About to restart codehost for a code update *** [04:07] *** all done *** === mwhudson_ is now known as mwhudson [05:59] Please review code import - https://code.edge.launchpad.net/~mingw-w64/mingw-w64/trunk =)))))) [06:00] I've just adopted upstream [07:22] hey, if I'd like a private instance of launchpad (just bug tracking for present), who do I ask? [07:23] dhart: no one. it's open source; grab the code and fill your boots. [07:24] There is also the possiblity of commercial usage of Launchpad.net for non-free projects. [07:29] Is there a plan that LP will be put into packages at sometime, similar to wordpress? [07:32] No. It's not well suited at the moment. [07:32] I'm not aware of one. my ****personal**** opinion is that wouldn't help us with launchpad.net; so the incentive is reduced. again. very much my opinion, not Canonicals. [07:32] It has a few external dependency mechanisms, which would all need to be replaced with packages. [07:32] It would need to have its branding replaced. [07:33] It would need to be renamed. [07:33] hrmm... ok [07:33] It would be an added incentive to not use launchpad.net, which sort of breaks Launchpad. [07:35] my main reason, in addition to wgrant's above; is that the code moves *very* quickly. 1 release per month; numerous cherrypicks off trunk thru the month. I'm unconvinced that packaging would help us manage that. [07:36] I'd argue that it would be specifically unhelpful in managing that. [07:36] I was being diplomatic :-) [07:37] That said, I think it may make sense to replace the external dependency mechanisms with packages, assuming they are truly external. [07:37] we have multiple layers of dependancies. The raw system, stock ubuntu server, more or less;; LP specific packages;; the buildout stuff;; code itself [07:38] persia: A few of us think like that. [07:38] But some do not. [07:38] So we end up with a horrid mess like we have now :( [07:38] persia: some are. some aren't. I don't like it; but appreciate the reasons for what we have. [07:38] (four external dependency mechanisms) [07:39] four! [07:40] dpkg, buildout, bzr checkouts, and stuff embedded in the tree. [07:40] There ought be one equivs package that takes care of all the externalities, so folks can concentrate on the actual LP code. [07:40] I've a branch to remove most of the last set, though. [07:41] harumph. I fogot about the bzr branches. yes. them too. [07:42] the embedded stuff is just poor practice. I hope that branch drops soon. [07:42] What's buildout? [07:42] painful [07:42] oh sorry, that came out loud. [07:42] buildout is this Python thing which takes great delight in downloading unsigned Python packages from the Internet over HTTP and installing them in an app-specific directory. [07:43] Rather than using dpkg like everything else. [07:43] http://www.buildout.org/ [07:43] Oh, so it could trivially be replaced with packages. [07:43] Oh yes. [07:43] python-stdeb could probably be scripted to generate them all in a hurry. [07:43] Most of the packages already exist, for SchoolTool's use. [07:43] Worse. [07:43] Hm? [07:44] using buildout when dpkg would work, when one is also using dpkg. [07:44] For the bzr checkouts: are those all just different LP modules, or are some of them external? For the external ones, why are they bzr checkouts? [07:44] aiui, the main reason it's used is to better/faster track upstream without having to worry about the packaging step; also to trivially select any of multiple versions of X to use @ build time [07:45] Right, version conflicts are difficult. [07:45] But not unresolvable. [07:45] spm: Yes, but if it's *already packaged*, there's no packaging step, and presumably one wants to use a version for which one can get support from one's OS vendor. [07:45] persia: One of the bzr checkouts is an LP module (there are plans to move it into the main tree, though), but the rest are there just because. [07:46] persia: ref your final point; that's not an issue here. the former can be an issue - sometimes X isn't packaged. yet. or is for karmic; but not hardy with all the backporting funness [07:46] So they could use dpkg/buildout if someone wanted to adjust. [07:47] persia: Right. [07:47] Some are occasionally migrated to buildout. [07:48] spm: with python-stdeb, python packaging is trivially scriptable. I can accept backports, but I'll bang the "use stuff for which you can get support" drum more anyway :) [07:48] heh [07:49] it's a pain - minor, but pain - as buildout has to the equiva of ./conf && make on every server; which can be... um... slow. so we prep for a release a LONG time in advance to get the built code ready. [07:50] persia: if you want to rip your eyes out sometime; check our LP rollout docco on the internal wiki. >:) [07:50] spm: As a further benefit, consider the ease with which buildout is spoofed. Given scriptability of python packaging for lucid, and that hardy is aging, I'll argue that migrating away from buildout should be considered during the lifecycle of lucid, so that with LTS+1 there is a clean procedure to handle a common set of backports for dealing with LP with only dpkg. === mthaddon` is now known as mthaddon [09:09] spm: I know these open source facts. [09:09] I would like to pay for a Canonical-hosted instance of Launchpad. Does anyone know who to ask? [09:11] dhart: https://edge.launchpad.net/launchpad/+faq/208 === sraps__ is now known as sraps === stub1 is now known as stub [10:40] hi dpm [10:58] hi bialix [10:58] dpm: I have a question about launchpad-translators group [10:59] sure [10:59] there is many subgroups for many languages [10:59] but there is no group for my native language -- Russian [10:59] I'm not quite understand who will do Russian translations for qbzr/explorer [11:00] bialix, ah, are you Alexander? :) [11:00] yes, that's me [11:01] bialix, ah, nice to meet you :) Right, so on the question: [11:01] nice to meet for me too [11:03] if you choose a Restricted translation permission, there will need to be a Russian team before anyone can translate into Russian. If you choose Structured, anyone will be able to translate into Russian, since there is no team for it yet, but once there is a team, only the members of that team will be able to translate Russian. As you see, Structured is a mixture of Open with Restricted permissions. I think what I'd recommend is to simply create a team for [11:03] Russian [11:03] bialix, ^ [11:04] I see you've sent me an e-mail a few minutes ago, but I haven't been able to read it yet. Let me have a look now... [11:04] dpm: it seems I should change permissions to structured [11:07] bialix, it's up to you as a maintainer. Structured is good for projects starting up, but you might want to change to Restricted at some point. Remember that for Russian if there isn't a team and you use Structured, it will be the same as having translations open (i.e. just anyone with a Launchpad account will be able to change them) [11:07] dpm: I'm not ready to start the ru group and lead it [11:08] who can create $lang groups? [11:08] members of lanhcpad-translators? or? [11:10] bialix, that's fine, but perhaps someone else will want to start a team. Anyone can start a translation team. Whoever would do it, would then simply need to ask (https://answers.launchpad.net/rosetta/+addquestion) for the team to be appointed in the Launchpad Translators group. We'd then do some basic checking (asking if the team has got any experience in translations, pointing them to documentation, letting them know about guidelines, etc.) [11:11] I could ask someone from the Ubuntu translations team [11:11] perhaps they'd like to start a Launchpad Russian translation team [11:11] for other things than Ubuntu [11:11] dpm: ok, thanks [11:11] no worries [11:12] so, I will change to Structed for now? We have more languages in our translations than there is lang groups [11:12] bialix, sure, that's fine [11:12] ok [11:13] dpm: thanks for your help. I'm sure I'll have more questions later [11:14] bialix, no probs. Just ping me if I can help in anything else. I'll try to reply to your e-mail now as well. [11:14] ok, that's good you're in europe timezone ;-) [11:16] :) [11:51] loving it... [11:52] Someone may want to forward him to ##fix_your_connection for a bit... [11:59] haha [11:59] We are saved. [12:30] hello [12:32] can anyone help with this error: http://wklej.org/id/301695/ i install launchpad on lucid [12:35] Hi m_o_d, it is advisable to use #launchpad-dev for that sort of question [12:49] maxb: thanks === mrevell is now known as mrevell-lunch [14:07] hi, could a LOSA have a look at https://answers.launchpad.net/launchpad-code/+question/105130 and let me know if it's plausible to temporarily cowboy such a change, or whether it ought to go into the tree proper (in which case I can start poking to try to get that moved along)? === matsubara_ is now known as matsubara === mrevell-lunch is now known as mrevell === Meths_ is now known as Meths === matsubara is now known as matsubara-lunch [15:42] The "All activities" link on user profiles on Launchpad edge points to +karma, just as the karma does. Is that a known bug? [15:43] I honestly don't know. [15:43] I'll look it up === deryck is now known as deryck[lunch] [15:49] Couldn't find the issue, so I reported it as bug #544258 [15:49] Launchpad bug 544258 in launchpad ""All Activies" link on profile page links to +karma instead of +related-software" [Undecided,New] https://launchpad.net/bugs/544258 [15:49] qense, thanks. [15:50] yw === salgado is now known as salgado-lunch === deryck[lunch] is now known as deryck === yofel_ is now known as yofel === matsubara-lunch is now known as matsubara === fedoralogger is now known as apachelogger [17:06] bdmurray, ping [17:07] deryck: pong === salgado-lunch is now known as salgado [17:51] how can i use bzr to delete a branch ? === beuno is now known as beuno-lunch [18:26] hi [18:29] i want to report a bug, more a feature request, for launchpad itself. [18:29] On single-comment views, there is no link back to the bug report itself [18:29] ircipimp: not even in the breadcrumbs? [18:30] ircipimp: now that you mention it, I think I edited a URL a while ago to get around that... [18:30] no, especially not in the crumbs, where i looked for it first [18:31] because the crumbs are not extended, the last item is the bug itself, which isn't a link [18:31] https://bugs.launchpad.net/ubuntu/+source/light-themes/+bug/532633/comments/167 [18:31] famous example. :) [18:31] Ubuntu bug 532633 in metacity "[Master] Window Control buttons: position/order/alignment" [Undecided,Confirmed] === gord is now known as gord|afk [18:31] i couldn't find a link to the bug itself there [18:31] against which project should i file this issue? [18:31] or is it enough that i mentioned it here? [18:32] ircipimp: thanks for noting this! You'd file the bug against malone, which is the Launchpad bugs app. [18:33] ok, i'll go ahead and do that [18:33] So just adding a breadcrumb for the single-comment view would do it. === jtv changed the topic of #launchpad to: http://launchpad.net/ | Read https://help.launchpad.net/ for help | Recent problems browsing branches should be fixed. | Help contact: jtv | Join https://launchpad.net/~launchpad-users | This channel is logged: http://irclogs.ubuntu.com/ | Launchpad is open source: https://dev.launchpad.net/ [18:34] jtv: yes, actually that's all that's missing [18:35] jtv: someone else noticed earlier: https://bugs.launchpad.net/malone/+bug/78565 [18:35] Ubuntu bug 78565 in malone "no direct link from bug comment page to corresponding bug" [Low,In progress] [18:36] ah [18:37] and it was updates 2h ago, so i guess it'll soon be fixed. [18:37] so never mind. But thanks for the quick help! [18:45] :) === beuno-lunch is now known as beuno === matsubara is now known as matsubara-afk === gord|afk is now known as gord [20:12] jtv: do you know if https://answers.launchpad.net/launchpad-code/+question/105130 is likely to be a reasonable thing to cowboy onto codehosting machines in order to debug an import, or will it need to go into the codebase proper? [20:12] jtv: and whom should I beg to run it through the tests for me? :-) [20:12] cjwatson: I must warn you I am not a well man right now [20:12] so I may talk nonsense [20:12] ah, well I'm just asking the help contact :-) [20:13] loading up the page now [20:14] cjwatson: I don't understand what would need cowboying, but I'd ask mwhudson or thumper who should be in the process of starting their day [20:14] mwhudson seemed to think it was vaguely reasonable the other week, but I'd like to try to move it on a little bit from that point ... [20:15] oh, see it now... [20:15] oh right [20:15] losa ping i guess [20:15] yeah, I tried earlier :) [20:15] * cjwatson is flailing slightly, not quite sure whom to prod [20:15] mwhudson: heya, i am currently running down an issue with edge codehosting, but should be able to help shortly [20:55] hi === matsubara-afk is now known as matsubara [21:55] Erm, to download something from http://paste.ubuntu.com/123456/plain I need to logon to launchpad?!!! Is that necessary?! [21:56] alkisg: You should probably talk to #canonical-sysadmin. That's not a Launchpad service. [21:56] Thank you [21:56] alkisg: Just to save you the trouble, all that paste contains is "1024*768". [21:56] It may be related to attempting to limit abuse of the pastebin service. [21:56] Hellow - heh, that was a random number, I'm surprised it's actually valid... [21:58] And now I'm having issues. Requested delete of a busted Launchpad PPA package, it's not appearing on the PPA package listing, and yet I'm still receiving emails on the source package already being accepted, and that I can't re-upload. [21:59] Is there something I'm missing? [21:59] Hellow: You still can't upload the same version again. That would be a lie, and very confusing. [22:00] wgrant: Ah, thank you. === salgado is now known as salgado-afk [22:06] wgrant: I'm confused about this: "0 source packages (0 bytes)" [22:06] I'm still very, very new to PPA uploading, so excuse me if these are highly idiotic questions. [22:10] Hellow: It probably means that there are no source packages published. How is that confusing? [22:11] I'm apparently missing the difference between published and accepted. [22:12] There shouldn't be much of a difference, but there may be a couple of minutes' latency. Are you sure your package was accepted? [22:14] It was accepted, but it failed to build for both i386 and amd64. === hggdh_ is now known as hggdh [23:08] Is there a PPA for python-launchpadlib yet ? [23:08] nhandler: I think you need to get the source and compile for latest [23:09] nigelb: It isn't just python-launchpadlib. A lot of its dependencies are also not in karmic, which is why I was asking about a ppa [23:10] nhandler: ah [23:10] python-launchpadlib | 1.5.1-0ubuntu1 | karmic | source, all [23:10] * maxb looks confused [23:10] maxb: 1.5.5-1 is in lucid [23:11] I realize it's grown a few nifty new tweaks, but isn't 1.5.1 good enough in most cases? [23:12] maxb: It would be if I knew enough python to not need to simply modify examples made by some other people that only appear to work in lucid and not in karmic [23:12] hmm [23:14] You should probably ask for help with that here, then [23:14] Unless it's something pretty esoteric, I would think it would be karmic-able [23:18] maxb: Ok, I'll do that the next time I have an issue like that. [23:41] wgrant: okay thanks, I'll try that out! [23:43] * wgrant is confused. === matsubara is now known as matsubara-afk