seeg | 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:49 |
---|---|---|
wgrant | seeg: Nice. Did you consider submitting a patch to Launchpad itself, so everyone can benefit? | 06:59 |
seeg | You mean the JS code of Launchpad site? | 06:59 |
wgrant | Right. | 07:00 |
wgrant | Launchpad's completely open source, so you don't need to have third-party extensions! | 07:00 |
seeg | Well, it was quickly needed for our mgmt for launchpad.net so extension was a good solution | 07:01 |
seeg | I'll try to deliver this to Launchpad source in some time, I'm quite busy now :) | 07:01 |
wgrant | 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. | 07:02 |
=== 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 | ||
wgrant | We're replacing our master database server in 15 minutes. May be offline for a few minutes. | 09:45 |
Odd_Bloke | wgrant: Will PPA builds started between now and then complete properly? | 09:48 |
wgrant | Odd_Bloke: Yes, slaves are autonomous once the build has started. | 09:48 |
wgrant | But their results won't be retrieved until we bring things back up. | 09:48 |
Odd_Bloke | Great. :) | 09:49 |
TJ- | Can anyone help me figure out why a 'bzr push' merge proposal seems to have picked up the 'wrong' target branch? | 18:48 |
dobey | 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:50 |
TJ- | 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:54 |
dobey | you pushed to the wrong place. you did not push under the upstream project. you pushed to ubuntu | 18:56 |
dobey | you will need to submit a new MP with the correct target | 18:56 |
dobey | just as cyphermox said in review of the MP | 18:56 |
TJ- | dobey: can you show me the correct syntax then, because I tried using other permutations of the URL and got errors. | 18:57 |
dobey | bzr: ERROR: Permission denied: "~tj/grub-installer/ubuntu/lp1354730/": : Cannot create branch at '/~tj/grub-installer/ubuntu/lp1354730' | 18:57 |
dobey | you wanted to drop the "ubuntu" out of that push location | 18:57 |
dobey | ie, bzr push lp:~tj/grub-installer/lp1354730 | 18:57 |
dobey | 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 |
TJ- | 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:58 |
TJ- | dobey: I didn't create it via any 'page', simply did the "bzr push" and launchpad did the rest | 18:59 |
dobey | yes, for upstream projects | 18:59 |
TJ- | OK, let me try it :) | 18:59 |
dobey | eh? bzr push doesn't create merge proposals automatically | 18:59 |
TJ- | dobey: It must do; I haven't! | 19:00 |
TJ- | dobey: Isn't it triggered by a "--fixes lpXXXXX" against a commit? | 19:01 |
dobey | no | 19:01 |
dobey | maybe LP got some feature that does it for Ubuntu branches, but that must be annoying for sponsors if it does | 19:02 |
dobey | all --fixes does is add metadata to the commit | 19:03 |
TJ- | dobey: Hmmm. Now I'm confused :) Anyhow, thanks for the correction on how its done, hopefully I've done it correctly now :) | 19:03 |
jfcaron | I can't seem to figure out how to search for a string among ALL revisions of ALL files in my repo. | 19:58 |
jfcaron | Does anyone have the magic command? | 19:58 |
dobey | there is no magic command to do that | 20:00 |
StevenK | bzr grep? | 20:01 |
dobey | oh bzr grep -r 0..last foo? | 20:02 |
dobey | prepare to be wait | 20:03 |
StevenK | Hey, I didn't say anything about speed | 20:03 |
dobey | why does grep not have "find" and "search" as aliases? | 20:04 |
StevenK | It's a UNIX thing -- I want to find text in files, I'll use grep | 20:05 |
dobey | i've never seen "grep" as a replacement for the "search" or "find" menu item in a unix-specific app :) | 20:06 |
StevenK | UNIX command line thing | 20:06 |
dobey | yes sure, find does something as a terminal command | 20:06 |
jfcaron | lol, I crashed bzr-grep. | 20:06 |
StevenK | dobey: I've just checked into a terminal after spending 23 hours in airport terminals/plane, be nice. :-P | 20:07 |
dobey | but as for verb commands to bzr, i would think search/find are appropriate aliases to grep | 20:07 |
dobey | StevenK: despite having 6+ inches of show on the ground where they should not be (here), i am being nice :) | 20:07 |
StevenK | I don't have bzr installed on this machine. | 20:08 |
jfcaron | bzr-grep crashes if you try to use the "A..B" format for revisions, it only does single revisions. | 20:10 |
jfcaron | Or something. | 20:10 |
jfcaron | 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:17 |
cjwatson | https://code.launchpad.net/~andrewsomething/bzr-grep/bzr2.6compat/+merge/126596 possibly | 20:19 |
jfcaron | Yeah I just saw that branch. | 20:19 |
jfcaron | It works, woot. | 20:19 |
jfcaron | The regular bzr-grep launchpad hasn't been updated since 2010, when did bzr 2.6 come out? = ) | 20:20 |
cjwatson | http://doc.bazaar.canonical.com/bzr.dev/en/release-notes/bzr-2.6.html | 20:21 |
cjwatson | Perhaps that MP needed to be re-proposed against bzr core and never was? | 20:21 |
dobey | bzr-grep is a separate thing? | 20:22 |
cjwatson | Used to be | 20:22 |
jfcaron | I think it should be bundled in bzrtools. | 20:22 |
cjwatson | It's in bzr core as of 2.6 | 20:22 |
jfcaron | 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 |
cjwatson | And the bzr-grep package was removed from Ubuntu | 20:23 |
cjwatson | Yeah, you probably want to remove that | 20:24 |
cjwatson | Unless you're on Ubuntu 12.04 | 20:24 |
cjwatson | Oh you said you weren't on Ubuntu | 20:24 |
jfcaron | 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:25 |
cjwatson | Ah, no hyphenated forms for bzr commands | 20:26 |
dobey | heh, bloody git | 20:26 |
cjwatson | Well to be fair the hyphenated forms for git commands are only available nowadays if you fiddle $PATH ... | 20:26 |
dobey | 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:27 |
dobey | makes the engineer in me cry :) | 20:28 |
jfcaron | All that to find out that the string I was looking for was probably not in a versioned file. =\ | 20:30 |
sergio-br2 | hi | 21:11 |
sergio-br2 | what happened to the libopenvg1-mesa-dev in vivid? | 21:12 |
dobey | is that not a question for #ubuntu-devel perhaps? | 21:17 |
dobey | or whomever maintains those packages | 21:17 |
sergio-br2 | dunno, I got an error with this in the recipe | 21:19 |
sergio-br2 | "waiting dependency" | 21:19 |
dobey | 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 |
dobey | and vivid is in development, so a dependency wait is not unheard of | 21:22 |
dobey | that binary package seems to not exist in vivid though | 21:24 |
dobey | it has a newer version of mesa | 21:24 |
dobey | looks like it was dropped when 10.4 was synced from debian | 21:26 |
dobey | you should probably ask mlankhorst about that | 21:27 |
sergio-br2 | https://code.launchpad.net/~libretro/+archive/ubuntu/testing/+recipebuild/871972 | 21:30 |
sergio-br2 | hum, ok | 21:31 |
Kunda | 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 |
Kunda | Link: https://code.launchpad.net/~inkscape.dev/inkscape/trunk | 22:36 |
Kunda | Screenshot: https://www.dropbox.com/s/9tfvj7i1grmtpsn/Screenshot%202015-02-17%2012.37.19.png?dl=0 | 22:36 |
Kunda | (Sorry for flood) | 22:36 |
Kunda | I was hoping to get 'revision #:' + 'commit message' all on the same line | 22:37 |
Kunda | I talked with the RSS feeder author that I use..he says that this is an RSS issue | 22:37 |
cjwatson | The Loggerhead-generated RSS seems better in this regard, so you could use that | 22:41 |
cjwatson | (They're bizarrely different, compare https://bugs.launchpad.net/launchpad/+bug/256449) | 22:41 |
ubot5 | Launchpad bug 256449 in Launchpad itself "please implement full diffs in the branches rss" [Low,Triaged] | 22:41 |
cjwatson | http://bazaar.launchpad.net/~inkscape.dev/inkscape/trunk/atom | 22:41 |
Kunda | cjwatson, oh yea..that's what I was looking for | 22:48 |
Kunda | nice! | 22:48 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!