=== JanC_ is now known as JanC === cpaelzer_ is now known as cpaelzer === cristiangsp changed the topic of #launchpad to: Help contact: cristiangsp (08:00-17:00 UTC Mon-Fri) | 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 and spam reporting: https://answers.launchpad.net/launchpad === ijohnson is now known as ijohnson|lunch === ijohnson|lunch is now known as ijohnson [20:49] How would I go about running `git-build-recipe` for source code on my local machine? [20:54] Or, failing that, how would I approximate what git-build-recipe does, within the constraint that I keep the git repository and built artifacts on my local host. [21:24] realtime-neil: It's in the Ubuntu archive, I think you can just invoke it by pointing it at a file containing your recipe. [21:25] Odd_Bloke: okay. What do I use instead of `lp:sourcereponame`? [21:41] realtime-neil: In my ~/.gitconfig I have "git+ssh://oddbloke@git.launchpad.net/" configured as the replacement for "lp:": https://paste.ubuntu.com/p/QySwYM3Zfm/ [21:42] So either add that config yourself (changing the username ofc) or perform that substitution by hand. [21:43] so... maybe a `file:///home/luser/project.git` ? [21:43] lemme try that [21:44] Oh right, I see; yeah, I've only used it to test LP recipes before configuring them so I've always had a remote repo to point at, so I'm not exactly sure on the syntax for local stuff. [21:45] what's really going to suck is if I have to create local bare git repos every time i want to git-build-recipe