[06:49] Hi, here's a small side-project I did to improve the LP experience: https://github.com/zen/lphelper FF extension is here: https://addons.mozilla.org/en-US/firefox/addon/launchpad-helper/?src=search while Chrome extension here: https://chrome.google.com/webstore/detail/launchpad-helper/kjelakmoldahcakikjnfebiolcliigah [06:59] seeg: Nice. Did you consider submitting a patch to Launchpad itself, so everyone can benefit? [06:59] You mean the JS code of Launchpad site? [07:00] Right. [07:00] Launchpad's completely open source, so you don't need to have third-party extensions! [07:01] Well, it was quickly needed for our mgmt for launchpad.net so extension was a good solution [07:01] I'll try to deliver this to Launchpad source in some time, I'm quite busy now :) [07:02] Yep, an extension's a good short-term solution. But it's interesting functionality in general, so it would be nice to have something like it for everyone. === wgrant changed the topic of #launchpad to: Offline for a few minutes at 10:00 UTC for a DB server upgrade | Launchpad is an open source project: https://dev.launchpad.net/ | This channel is logged: http://irclogs.ubuntu.com/ | User Guide: https://help.launchpad.net/ | Support: https://answers.launchpad.net/launchpad [09:45] We're replacing our master database server in 15 minutes. May be offline for a few minutes. [09:48] wgrant: Will PPA builds started between now and then complete properly? [09:48] Odd_Bloke: Yes, slaves are autonomous once the build has started. [09:48] But their results won't be retrieved until we bring things back up. [09:49] Great. :) [18:48] Can anyone help me figure out why a 'bzr push' merge proposal seems to have picked up the 'wrong' target branch? [18:50] you were not paying attention when creating the merge proposal and selected the wrong target (the default target is the default development focus branch of a project) [18:54] dobey: What/how am I able to change it? I had branched the correct upstream branch, and then pushed my change to lp:~${USER}/ubuntu/vivid/grub-installer/lpXXX. According to "bzr info": "parent branch: http://bazaar.launchpad.net/~ubuntu-core-dev/grub-installer/ubuntu/" but MP shows "lp:ubuntu/grub-installer" - this is: https://code.launchpad.net/~tj/ubuntu/vivid/grub-installer/lp1354730/+merge/249974 [18:56] you pushed to the wrong place. you did not push under the upstream project. you pushed to ubuntu [18:56] you will need to submit a new MP with the correct target [18:56] just as cyphermox said in review of the MP [18:57] dobey: can you show me the correct syntax then, because I tried using other permutations of the URL and got errors. [18:57] bzr: ERROR: Permission denied: "~tj/grub-installer/ubuntu/lp1354730/": : Cannot create branch at '/~tj/grub-installer/ubuntu/lp1354730' [18:57] you wanted to drop the "ubuntu" out of that push location [18:57] ie, bzr push lp:~tj/grub-installer/lp1354730 [18:58] when creating an MP, there is a section at the top of the page, which lets you specify the target branch you want to propose to, as well [18:58] dobey: Really? I wish there was a clear guide on these! Until now every LP I've done has used the /ubuntu/${RELEASE}/ form [18:59] dobey: I didn't create it via any 'page', simply did the "bzr push" and launchpad did the rest [18:59] yes, for upstream projects [18:59] OK, let me try it :) [18:59] eh? bzr push doesn't create merge proposals automatically [19:00] dobey: It must do; I haven't! [19:01] dobey: Isn't it triggered by a "--fixes lpXXXXX" against a commit? [19:01] no [19:02] maybe LP got some feature that does it for Ubuntu branches, but that must be annoying for sponsors if it does [19:03] all --fixes does is add metadata to the commit [19:03] dobey: Hmmm. Now I'm confused :) Anyhow, thanks for the correction on how its done, hopefully I've done it correctly now :) [19:58] I can't seem to figure out how to search for a string among ALL revisions of ALL files in my repo. [19:58] Does anyone have the magic command? [20:00] there is no magic command to do that [20:01] bzr grep? [20:02] oh bzr grep -r 0..last foo? [20:03] prepare to be wait [20:03] Hey, I didn't say anything about speed [20:04] why does grep not have "find" and "search" as aliases? [20:05] It's a UNIX thing -- I want to find text in files, I'll use grep [20:06] i've never seen "grep" as a replacement for the "search" or "find" menu item in a unix-specific app :) [20:06] UNIX command line thing [20:06] yes sure, find does something as a terminal command [20:06] lol, I crashed bzr-grep. [20:07] dobey: I've just checked into a terminal after spending 23 hours in airport terminals/plane, be nice. :-P [20:07] but as for verb commands to bzr, i would think search/find are appropriate aliases to grep [20:07] StevenK: despite having 6+ inches of show on the ground where they should not be (here), i am being nice :) [20:08] I don't have bzr installed on this machine. [20:10] bzr-grep crashes if you try to use the "A..B" format for revisions, it only does single revisions. [20:10] Or something. [20:17] Looks like it was fixed for an ubuntu package, but the fix isn't in the launchpad repo, and I'm not on ubuntu. Wee. [20:19] https://code.launchpad.net/~andrewsomething/bzr-grep/bzr2.6compat/+merge/126596 possibly [20:19] Yeah I just saw that branch. [20:19] It works, woot. [20:20] The regular bzr-grep launchpad hasn't been updated since 2010, when did bzr 2.6 come out? = ) [20:21] http://doc.bazaar.canonical.com/bzr.dev/en/release-notes/bzr-2.6.html [20:21] Perhaps that MP needed to be re-proposed against bzr core and never was? [20:22] bzr-grep is a separate thing? [20:22] Used to be [20:22] I think it should be bundled in bzrtools. [20:22] It's in bzr core as of 2.6 [20:23] Wat? I guess when searching online that was not made obvious, so I installed a bzr-grep plugin (incompatible with 2.6) even though I have 2.6. =\ [20:23] And the bzr-grep package was removed from Ubuntu [20:24] Yeah, you probably want to remove that [20:24] Unless you're on Ubuntu 12.04 [20:24] Oh you said you weren't on Ubuntu [20:25] That's really stupid of me, I did look for a command called "bzr-grep" on my PATH and didn't find anything. =\ Stupid me + leftover internets of yesteryear. [20:26] Ah, no hyphenated forms for bzr commands [20:26] heh, bloody git [20:26] Well to be fair the hyphenated forms for git commands are only available nowadays if you fiddle $PATH ... [20:27] well, i still find the idea of a plug-in system based upon the concept of "name a random script/binary as foo-command" pretty appalling :) [20:28] makes the engineer in me cry :) [20:30] All that to find out that the string I was looking for was probably not in a versioned file. =\ [21:11] hi [21:12] what happened to the libopenvg1-mesa-dev in vivid? [21:17] is that not a question for #ubuntu-devel perhaps? [21:17] or whomever maintains those packages [21:19] dunno, I got an error with this in the recipe [21:19] "waiting dependency" [21:22] do you have a link to the build? a vague question of "what happened with foo in ubuntu?" is pretty hard to answer [21:22] and vivid is in development, so a dependency wait is not unheard of [21:24] that binary package seems to not exist in vivid though [21:24] it has a newer version of mesa [21:26] looks like it was dropped when 10.4 was synced from debian [21:27] you should probably ask mlankhorst about that [21:30] https://code.launchpad.net/~libretro/+archive/ubuntu/testing/+recipebuild/871972 [21:31] hum, ok [22:36] This is an RSS issue: The Inkscape trunk RSS feed only displays the revision # in the title of the feed post and the commit message in the feed content...is there a way to display the commit message in the in the feed title? [22:36] Link: https://code.launchpad.net/~inkscape.dev/inkscape/trunk [22:36] Screenshot: https://www.dropbox.com/s/9tfvj7i1grmtpsn/Screenshot%202015-02-17%2012.37.19.png?dl=0 [22:36] (Sorry for flood) [22:37] I was hoping to get 'revision #:' + 'commit message' all on the same line [22:37] I talked with the RSS feeder author that I use..he says that this is an RSS issue [22:41] The Loggerhead-generated RSS seems better in this regard, so you could use that [22:41] (They're bizarrely different, compare https://bugs.launchpad.net/launchpad/+bug/256449) [22:41] Launchpad bug 256449 in Launchpad itself "please implement full diffs in the branches rss" [Low,Triaged] [22:41] http://bazaar.launchpad.net/~inkscape.dev/inkscape/trunk/atom [22:48] cjwatson, oh yea..that's what I was looking for [22:48] nice!