=== kiko is now known as kiko-afk [00:09] i interrupted a `bzr push', and a subsequent `bzr push' informs me that i should use `bzr break-lock lp-45201360:///~crimsun/pulseaudio/ubuntu/.bzr/branch/lock'. when i use that command, i receive, ERROR: Unsupported protocol for url "lp-45201360:///~crimsun/pulseaudio/ubuntu/.bzr/branch/lock". any hints? [00:10] (i am using bzr 1.17+4597+121 on current karmic) [00:12] crimsun: Drop the -45201360 [00:12] Known bug. [00:13] wgrant: thanks [00:48] loggerhead appears fairly dead, is there someone who can kick it? [00:48] maxb: "Launchpad Code Hosting over HTTP is currently experiencing issues" please be gentle with it atm :-) [00:49] It resprung its memory leak, I hear :( [00:50] somewhat. not anywhere near as bad as previously. [00:51] maxb: have kicked; seems happier. [00:51] much happier. quite snappy, in fact [01:21] Does the LP team choose what to work on based on how many people select affects me too? [01:21] micahg: sometimes [01:22] ok, like bug 406454, should I bother trying get people to flag affects me too? [01:22] Launchpad bug 406454 in malone "[Usability] cannot figure out in which package version a fix was released" [Undecided,Confirmed] https://launchpad.net/bugs/406454 [01:50] hey, anyone here who could answer me a simple and probably banal question? :) [01:51] I was wondering why are packaging branches linked to bugs they are related to. === matsubara is now known as matsubara-afk [01:56] There seems to be spam on https://answers.launchpad.net/ubuntu/+source/brasero/+question/67128 (hope this is the right place to report) [01:58] and, it seems, on all questions touched by the person. But they are all oldish entries (most recent from 2009-04 [02:01] kklimonda: so that you can find the branch with the fix to merge it, and see what fixes are in a given branch [02:01] kklimonda: or do you mean the main package branch for a distro-sourcepackage? thats probably a bug [02:04] lifeless: I don't know what main package branch is (~ubuntu-branches/ ?) but it's not that. [02:04] i think.. ;) [02:04] lifeless: for example when I prepare a merge or update of some package and do debcommit to commit changes to my branch, then bzr push to LP this branch is going to be linked to all bugs it closes. [02:05] It would be fine but if in my branch I keep only a debian/ subdir there are no actual fixes in it - only "metadata".. [02:05] I probably just don't get a concept [02:10] assume -h. Exit status is 0 if any line was selected, 1 otherwise; [02:10] if any error occurs and -q was not given, the exit status is 2. [02:10] sorry about that, -ignore. [02:12] kklimonda: the concept with package branches is that they are good to build; so they aren't just the debian subdir [02:14] I believe the distro team has stated that they don't like the idea of having debian/-only branches in the package branch namespace. [06:39] how can I join project team? I can't seem to find the option anywhere [06:40] merma: you need to go to the team page [06:40] merma: there should be a link there to join the team [06:41] thumper, in launchpad's Overview? [06:43] merma: which team are you looking to join? [06:44] nvm I found it, thanks [06:44] ok [06:50] win 3 [06:50] Blah. === thumper changed the topic of #launchpad to: Launchpad is now open sourced: https://dev.launchpad.net/ | Help contact: - | Join https://launchpad.net/~launchpad-users | Channel logs: http://irclogs.ubuntu.com | #launchpad-dev is the developer channel === spm changed the topic of #launchpad to: Launchpad Code Hosting is currently experiencing issues | Launchpad is now open sourced: https://dev.launchpad.net/ | Help contact: - | Join https://launchpad.net/~launchpad-users | Channel logs: http://irclogs.ubuntu.com | #launchpad-dev is the developer channel === ripps_ is now known as ripps === Ursinha is now known as Ursinha-afk === spm changed the topic of #launchpad to: Launchpad is now open sourced: https://dev.launchpad.net/ | Help contact: - | Join https://launchpad.net/~launchpad-users | Channel logs: http://irclogs.ubuntu.com | #launchpad-dev is the developer channel [08:20] I'm getting "bzr: ERROR: Not a branch: ..." when trying to upload code to my branch... [08:21] I'm somewhat new to bazaar and launchpad... [08:21] Omega_: what command are you trying? [08:22] bzr push [08:22] I'll gladly take any guidance. I'm trying to upload a project I'm working on [08:22] Omega_: is that the full command line you're typing? [08:23] Nono, here: "bzr push lp:porm" [08:23] Hopefully your chat client doesn't render that as an emoticon! [08:23] No, it doesn't :) [08:24] Anyway, I'm under the impression that the code has to be associated to ME before I can associate it to my project? [08:24] Can you pastebin the full error message? [08:24] It's short: [08:25] bzr: ERROR: Not a branch: "/home/MYUSERNAME/Source/porm/". [08:25] Oh! [08:25] Right, you need a branch to push before "bzr push" can work. [08:25] I suspect that I'm not locally managing any bzr project??? [08:25] Or branch [08:25] and so the whole construct is just not there. [08:26] Again, literally jumping into this head first. I want to get my code out there. [08:26] So I'm expecting some bumps. [08:26] That's right. See http://doc.bazaar-vcs.org/bzr.dev/en/mini-tutorial/index.html#putting-files-under-version-control [08:28] fantastic [08:28] Wow, this is going to get easier the more I use it I think. [08:28] Are there any nautilus-based UIs in the repos? [08:30] So now, how do I go about working from this rather than files on my HDD? [08:30] The bzr-gtk has a nautilus plugin, but I'm not sure if it gets installed by default (or if the performance bugs it had have been fixed). [08:31] "The bzr-gtk *plugin* ..." I meant to say. [08:31] What's "this"? The branch on Launchpad? [08:32] Well, my code. [08:32] I'm just trying to get my workflow back together here now. [08:32] Ok. [08:33] The usual way of working is that you edit the files in your local branch, and "bzr commit" them from time to time. To publish those commits, you use "bzr push". [08:34] (You can also reconfigure your local branch to be a direct checkout of the remote branch you push to, so that commits will be automatically made to the remote branch.) [08:37] Yeah, I think I might want to do that. [08:37] Really, I want the code on launchpad, and I just want to check it in and out of there. [08:38] The local stuff is just what I'll be working on and checking back in. [08:39] Omega_: http://doc.bazaar-vcs.org/bzr.dev/en/user-guide/index.html#using-checkouts may help [08:40] perfect, thanks :) [08:42] are tags broken in LP edge? [08:43] micahg: bug tags? They seem to be working ok for me. [08:43] I can't search with +tag [08:47] seems to be broken in regular LP also [08:47] wasn't the new feature +tag in the search box? === persia` is now known as persia === jtv is now known as jtv-eat === persia is now known as persia` [09:17] micahg: -tag. + is implicit. === persia` is now known as persia [09:33] Hi, my name's mrevell and I'll be your CHR today [09:33] :) === mrevell changed the topic of #launchpad to: Launchpad is now open sourced: https://dev.launchpad.net/ | Help contact: mrevell | Join https://launchpad.net/~launchpad-users | Channel logs: http://irclogs.ubuntu.com | #launchpad-dev is the developer channel [09:35] mrevell: when was the last time you CHR-ed... :) [09:36] bigjools: Whenever Muharem's day was, last week I think [09:36] mrevell: sorry I thought this was an AA meeting spoof [09:36] mrevell: the 6th of every month [09:37] haha, sorry didn't spot that, hah [09:37] :) [09:37] al-maisan: Ah yes, that's it === jtv-eat is now known as jtv [10:50] question: why are only *my* revisions showing in the history of this branch? https://code.launchpad.net/~catom-developers/catom/main [10:51] something is terribly wrong here [10:52] I'm pretty sure my friend did a commit or two... [10:57] mrevell: ^^^ [10:57] Imperion: did your friend also push those changes? [10:58] jtv: yes [10:58] they were there yesterday [10:58] Imperion: (calling mrevell in because he's today's help contact, see the topic) [10:58] could something have corrupted the commit history? [10:59] Hard to imagine, given how reliable bzr normally is [11:00] did your friend's push go to the right branch? [11:00] I'm 100% sure that he pushed something two days ago [11:00] There's also a chance that somehow the fact that the branch was updated got lost somehow... May be worth for him to commit something (there's a commit option to let you do an empty commit) and push again. [11:01] There are several delays in the loop before the changes become visible, but definitely shouldn't take days. [11:01] jtv: Sorry, was afk for ten mins [11:01] between revs 4 and 5, and 5 and 6 there were two pushes [11:01] which are gone now [11:01] mrevell: isn't that always the way? :) [11:01] :) [11:01] Do you happen to know whether those changes ever showed up on this page? [11:02] I'm 100% certain [11:02] could it have anything to do with a particularly long wait after I forgot to commit, and bzr push reported the branches had diverged? [11:03] if it says the branches have diverged, that means that the push doesn't happen. [11:03] I know [11:03] But I thought it was pull that said that, not push [11:03] but after that it took about half an hour before I could do a real push [11:03] with commit [11:04] the page just kept saying lp had to process the changes [11:04] That at least is normal. [11:04] it took about 30 mins [11:04] then it went away [11:04] and then I could push [11:05] We really need some Codehosting folks on this... and not the ones on the night side of the planet. [11:05] meanwhile, rockstar, got any bright ideas about this one? [11:06] could a local uncommit revert that? [11:06] s/that/someone else's revisions/ [11:07] or overwrite the same on my push? [11:07] Imperion: we really need rockstar or abentley for this, but neither seems to be available and I've got a call waiting. [11:08] aieee [11:08] Imperion: abentley should take a few more hours to come online; no idea when rockstar will be in but could well be sooner. [11:09] Imperion: it seems one of you overwrote changes from the another guy [11:09] Imperion: would you mind if I left you in the not very bzr-specific but otherwise capable hands of mrevell for the purpose of getting that help? [11:09] danilos: how could that occur? [11:09] Imperion: if you look at our staging server (https://code.staging.launchpad.net/~catom-developers/catom/main), which is a test database which is a day or two behind, you can see revisions from your friend there there [11:09] Imperion: by using "push --overwrite" [11:10] never used it [11:10] I have an idea [11:10] Or the "use existing directory" option maybe? [11:11] only on first commit ever [11:11] Imperion: it can also happen if you do not merge and commit changes when bzr reports that branches have diverged, but instead revert them [11:11] question: what's the proper procedure when you want to push, but there's new code on the server? [11:11] or something like that, I am not a bzr guru either [11:12] Imperion: in general, the proper way is to either 'bzr pull' and then resolve conflicts and whatelse, or simply do a 'bzr merge lp:~catom-developers/catom/main' and resolve conflicts and such [11:12] what's the difference? [11:12] 'bzr pull' variant should work only with more recent versions, I believe [11:12] at least that's my experience [11:13] if 'bzr pull' can't do it's job, you still have to use bzr merge [11:14] I assume my friend's commit history is lost forever? [11:14] Imperion: he may still have them locally [11:14] Imperion: it's probably still alive somewhere on his computer, but I am not sure we have it [11:14] Imperion: so tell him not to do _anything_ until real help arrives. [11:14] Imperion: you'd really have to wait for our bzr experts to show up [11:15] heh, same thoughts jtv [11:15] the Launchpad hive-mind [11:15] :P [11:15] bzzzzzz [11:15] [11:15] Heh, the good news is that abently should along in a couple of hours [11:15] bah [11:15] Damn mwhudson for moving to the NZ timezone :) [11:17] I'll just create a new branch and move all the stuff [11:17] >_> [11:20] okay [11:20] you can relax [11:20] he just pushed and the tree fixed itself [11:50] mrevell: Can you edit an url for me ? [11:50] https://code.edge.launchpad.net/~vcs-imports/opensim/svn-trunk [11:51] can you remove the /trunk that was added to the url [11:51] welcome back mrevell_ [11:52] mrevell: Can you edit an url for me ? [11:52] https://code.edge.launchpad.net/~vcs-imports/opensim/svn-trunk [11:52] can you remove the /trunk that was added to the url [11:52] then I can start it again [11:52] jtv: how do I get launchpad transltions to stop spamming me with import messages [11:53] Riddell: set up a procmail rule? [11:53] Fly-Man-: I've edited the branch URL [11:53] mrevell: Let's see if my hunch is correct [11:54] jtv: seriously? there's no way to tell launchpad I really don't want 1000 messages each day? [11:54] (only slight hyperbolie) [11:54] Riddell: the landscaped changed a lot... it used to be the only way of getting proper feedback, and us guys got all the ubuntu mail, so there wasn't call for it before [11:55] I don't want feedback when it works, I only care about feedback when there's a problem [11:55] mrevell: Okay, that didn't do the trick ... [11:55] and feedback that leaves me no choice but to send it to /dev/null is stupid [11:55] Fly-Man-: abentley should be here in an hour or two, he's in Eastern Canada [11:55] mrevell: can you restore the /trunk again ? [11:55] Fly-Man-: He's most likely to be able to help [11:55] Fly-Man-: sure [11:55] Riddell: what I did is set up the mail filter to log and discard the success messages for ubuntu imports [11:55] I thought it was the problem there [11:56] but now it's just failing because it can't see the root [11:56] Fly-Man-: done [11:56] Riddell: (btw, in call as well) [11:56] thnx [11:57] mrevell, Fly-Man-: SVN URLs need to have trunk on the end, if there is a trunk directory. [11:57] Or they are pointless and broken. [12:05] is exposing signed changesfiles (seen on +queue) a security problem? ie could I take a package from there and upload to Debian, for example? [12:06] the distribution names are different [12:06] Series names, that is. [12:06] series, yeah [12:06] They used to be exposed for PPAs. And yes, that was a big security problem. [12:06] That was eventually fixed. === kiko-afk is now known as kiko [12:28] does anyone know if one can reply through e-mail to LP Answers in the same way it can be done with LP Bugs? [12:29] dpm: Yes, but you can't change any metadata. [12:30] wgrant: thanks. I'm only intending to respond, so that should work fine, then :) === matsubara-afk is now known as matsubara === salgado-afk is now known as salgado [13:39] Hi. I've set up Launchpad and now want to use sync-source to sync the Debian sources into my launchpad? I've found the ArchiveAdministration wiki page, but this references an update-source script in a ~/syncs directory. Is the content of ~/syncs available somewhere? [13:39] Oh - and is there a graphical view to manage a distroseries component list? === adeuring1 is now known as adeuring === mrevell is now known as mrevell-lunch === mrevell-lunch is now known as mrevell === cprov-afk is now known as cprov-lunch === ripps_ is now known as ripps === matsubara is now known as matsubara-lunch === EdwinGrubbs2 is now known as EdwinGrubbs [16:50] danilos: bug 353648 is considered not-low priority to me [16:50] Launchpad bug 353648 in rosetta "Template import success notifications shouldn't be sent to package uploaders" [Low,Triaged] https://launchpad.net/bugs/353648 [16:50] hey danilos, sorry to bother you - but you there? Appears those translations did not get imported again [16:51] doh, scratch that - they have, I think, sorry [16:51] AlexC_: they should have, I've just marked those with bad paths as 'deleted' so they get cleaned up [16:52] yeah was looking at wrong page, thanks =) [16:52] Riddell: can you please write your reasoning in the bug report (if you haven't already), and I'll see how we can re-prioritize it... in general, it's probably no big deal for anyone but eg. seb or you [16:54] danilos: added [16:55] Riddell: cool, thanks, I'll be looking into it later [17:01] Git imports fail after ± 1800 [17:01] and it keeps stalling there [17:01] if you have time, could you have a look if it's a intermittent thing or a hickup on the server side === beuno is now known as beuno-lunch === mrevell changed the topic of #launchpad to: Launchpad is now open sourced: https://dev.launchpad.net/ | Help contact: - | Join https://launchpad.net/~launchpad-users | Channel logs: http://irclogs.ubuntu.com | #launchpad-dev is the developer channel === matsubara-lunch is now known as matsubara [17:26] Fly-Man-: were you talking to someone in particular, or are waiting for anyone to reply? [17:26] gary_poster: Yes, I already had an answer to the Q by rockstar [17:26] He's gonna work on it [17:26] Fly-Man-: cool [17:26] wrong window that I pasted it in [17:26] ah ok [17:26] gary_poster: but so far, been able to setup the local version [17:26] having it do code imports [17:27] great [17:27] and have those imports in the branch [17:27] so now to find out what those other scripts in the cron-scripts folder do :p === deryck is now known as deryck[lunch] [17:39] how can someone report bugs on my code for example this https://code.launchpad.net/~compengi/+junk/Cirssi ? === salgado is now known as salgado-lunch [17:43] by emailing you, or you can create a project for it and use LP for code and bugs [18:17] Every Launchpad account is automatically an OpenID provider URL, right? [18:17] * kfogel sanity checks before depending on that information [18:18] kiko: ^^ can you confirm? [18:19] yes [18:19] kiko: thanks [18:20] every enabled account is yes [18:21] kiko: http://www.google.com/support/forum/p/blogger/thread?tid=03901103b68f7a91&hl=en [18:23] kfogel, heh, good catch -- I just pasted in hy openid identifier and was done with it [18:23] didn't notice it was actually tricky to get right === kiko is now known as kiko-fud [18:23] to lunch n back [18:23] kiko: enjoy. see the followup I just posted there :-) === salgado-lunch is now known as salgado [18:27] * kfogel is away: looooooooonch === deryck[lunch] is now known as deryck === beuno-lunch is now known as beuno [18:59] I've uploaded a new version of a package (smc) to my ppa (https://launchpad.net/~alkisg/+archive/ppa) and it was published 12 hours ago and of course I got the ppa to my sources, but I don't "see" it with apt-get update/upgrade... What could be wrong? [19:00] I copied this package from the Karmic primary archive to my ppa for jaunty series ("copy binaries") - could this cause the problem? [19:04] alkisg: I don't see "smc" in that PPA (comix is the last package published) [19:04] tsimpson: ooops sorry I meant comix :O [19:05] So now I have the jaunty version, comix 4.0.1-1, and sudo apt-get update / dist-upgrade etc doesn't get me the newer version [19:05] alkisg: somehow, it seems to be in the universe component [19:06] it should have been moved to main, you should file a bug [19:06] Ah, maybe copying the packages from Karmic did that [19:06] I think there isn't an "uploader" defined in those packages [19:07] yeah, but it _should_ copy to main for PPAs [19:07] tsimpson: thanks, I'll file a bug [19:07] no problem :) === EdwinGrubbs2 is now known as EdwinGrubbs3 === danilos is now known as danilo-afk === al-maisan_ is now known as al-maisan === kiko-fud is now known as kiko-afk === cprov is now known as cprov-afk === salgado is now known as salgado-afk === matsubara is now known as matsubara-afk === EdwinGrubbs is now known as Edwin-afk