/srv/irclogs.ubuntu.com/2015/02/17/#launchpad.txt

seegHi, 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/kjelakmoldahcakikjnfebiolcliigah06:49
wgrantseeg: Nice. Did you consider submitting a patch to Launchpad itself, so everyone can benefit?06:59
seegYou mean the JS code of Launchpad site?06:59
wgrantRight.07:00
wgrantLaunchpad's completely open source, so you don't need to have third-party extensions!07:00
seegWell, it was quickly needed for our mgmt for launchpad.net so extension was a good solution07:01
seegI'll try to deliver this to Launchpad source in some time, I'm quite busy now :)07:01
wgrantYep, 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
wgrantWe're replacing our master database server in 15 minutes. May be offline for a few minutes.09:45
Odd_Blokewgrant: Will PPA builds started between now and then complete properly?09:48
wgrantOdd_Bloke: Yes, slaves are autonomous once the build has started.09:48
wgrantBut their results won't be retrieved until we bring things back up.09:48
Odd_BlokeGreat. :)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
dobeyyou 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/24997418:54
dobeyyou pushed to the wrong place. you did not push under the upstream project. you pushed to ubuntu18:56
dobeyyou will need to submit a new MP with the correct target18:56
dobeyjust as cyphermox said in review of the MP18: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
dobeyyou wanted to drop the "ubuntu" out of that push location18:57
dobeyie, bzr push lp:~tj/grub-installer/lp135473018:57
dobeywhen 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 well18: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}/ form18:58
TJ-dobey: I didn't create it via any 'page', simply did the "bzr push" and launchpad did the rest18:59
dobeyyes, for upstream projects18:59
TJ-OK, let me try it :)18:59
dobeyeh? bzr push doesn't create merge proposals automatically18: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
dobeyno19:01
dobeymaybe LP got some feature that does it for Ubuntu branches, but that must be annoying for sponsors if it does19:02
dobeyall --fixes does is add metadata to the commit19: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
jfcaronI can't seem to figure out how to search for a string among ALL revisions of ALL files in my repo.19:58
jfcaronDoes anyone have the magic command?19:58
dobeythere is no magic command to do that20:00
StevenKbzr grep?20:01
dobeyoh bzr grep -r 0..last foo?20:02
dobeyprepare to be wait20:03
StevenKHey, I didn't say anything about speed20:03
dobeywhy does grep not have "find" and "search" as aliases?20:04
StevenKIt's a UNIX thing -- I want to find text in files, I'll use grep20:05
dobeyi've never seen "grep" as a replacement for the "search" or "find" menu item in a unix-specific app :)20:06
StevenKUNIX command line thing20:06
dobeyyes sure, find does something as a terminal command20:06
jfcaronlol, I crashed bzr-grep.20:06
StevenKdobey: I've just checked into a terminal after spending 23 hours in airport terminals/plane, be nice. :-P20:07
dobeybut as for verb commands to bzr, i would think search/find are appropriate aliases to grep20:07
dobeyStevenK: despite having 6+ inches of show on the ground where they should not be (here), i am being nice :)20:07
StevenKI don't have bzr installed on this machine.20:08
jfcaronbzr-grep crashes if you try to use the "A..B" format for revisions, it only does single revisions.20:10
jfcaronOr something.20:10
jfcaronLooks 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
cjwatsonhttps://code.launchpad.net/~andrewsomething/bzr-grep/bzr2.6compat/+merge/126596 possibly20:19
jfcaronYeah I just saw that branch.20:19
jfcaronIt works, woot.20:19
jfcaronThe regular bzr-grep launchpad hasn't been updated since 2010, when did bzr 2.6 come out? = )20:20
cjwatsonhttp://doc.bazaar.canonical.com/bzr.dev/en/release-notes/bzr-2.6.html20:21
cjwatsonPerhaps that MP needed to be re-proposed against bzr core and never was?20:21
dobeybzr-grep is a separate thing?20:22
cjwatsonUsed to be20:22
jfcaronI think it should be bundled in bzrtools.20:22
cjwatsonIt's in bzr core as of 2.620:22
jfcaronWat?  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
cjwatsonAnd the bzr-grep package was removed from Ubuntu20:23
cjwatsonYeah, you probably want to remove that20:24
cjwatsonUnless you're on Ubuntu 12.0420:24
cjwatsonOh you said you weren't on Ubuntu20:24
jfcaronThat'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
cjwatsonAh, no hyphenated forms for bzr commands20:26
dobeyheh, bloody git20:26
cjwatsonWell to be fair the hyphenated forms for git commands are only available nowadays if you fiddle $PATH ...20:26
dobeywell, 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
dobeymakes the engineer in me cry :)20:28
jfcaronAll that to find out that the string I was looking for was probably not in a versioned file. =\20:30
sergio-br2hi21:11
sergio-br2what happened to the libopenvg1-mesa-dev in vivid?21:12
dobeyis that not a question for #ubuntu-devel perhaps?21:17
dobeyor whomever maintains those packages21:17
sergio-br2dunno, I got an error with this in the recipe21:19
sergio-br2"waiting dependency"21:19
dobeydo you have a link to the build? a vague question of "what happened with foo in ubuntu?" is pretty hard to answer21:22
dobeyand vivid is in development, so a dependency wait is not unheard of21:22
dobeythat binary package seems to not exist in vivid though21:24
dobeyit has a newer version of mesa21:24
dobeylooks like it was dropped when 10.4 was synced from debian21:26
dobeyyou should probably ask mlankhorst about that21:27
sergio-br2https://code.launchpad.net/~libretro/+archive/ubuntu/testing/+recipebuild/87197221:30
sergio-br2hum, ok21:31
KundaThis 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
KundaLink: https://code.launchpad.net/~inkscape.dev/inkscape/trunk22:36
KundaScreenshot: https://www.dropbox.com/s/9tfvj7i1grmtpsn/Screenshot%202015-02-17%2012.37.19.png?dl=022:36
Kunda(Sorry for flood)22:36
KundaI was hoping to get 'revision #:' + 'commit message' all on the same line22:37
KundaI talked with the RSS feeder author that I use..he says that this is an RSS issue22:37
cjwatsonThe Loggerhead-generated RSS seems better in this regard, so you could use that22:41
cjwatson(They're bizarrely different, compare https://bugs.launchpad.net/launchpad/+bug/256449)22:41
ubot5Launchpad bug 256449 in Launchpad itself "please implement full diffs in the branches rss" [Low,Triaged]22:41
cjwatsonhttp://bazaar.launchpad.net/~inkscape.dev/inkscape/trunk/atom22:41
Kundacjwatson, oh yea..that's what I was looking for22:48
Kundanice!22:48

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!