/srv/irclogs.ubuntu.com/2015/12/01/#launchpad.txt

=== maclin1 is now known as maclin
=== caraka_ is now known as caraka
HeOScjwatson and wgrant, thank you, guys, for your works!09:37
cjwatsonHeOS: you're welcome10:07
* cjwatson confirms that that fuel milestone page works now10:08
jgdxcjwatson, hey, I don't know if I discussed the go get failure with you, but I filed bug 1521628 in any case.13:45
ubot5bug 1521628 in Launchpad itself "go get fails when trying to download something from launchpad.net" [Undecided,New] https://launchpad.net/bugs/152162813:45
jgdxwoops, I am wrong though, infra does not use the make script.13:46
cjwatsonjgdx: and yet14:36
cjwatson$ curl -s https://launchpad.net/godeps | grep -A1 go-import14:36
cjwatson    <meta name="go-import"14:36
cjwatson          content="launchpad.net/godeps bzr https://launchpad.net/~godeps-maintainers/godeps/trunk" />14:36
cjwatsonjgdx: do you have a version of go new enough to have the changes in https://github.com/golang/go/issues/11436 ?14:38
jgdxcjwatson, I'll check. It was xenial, so > 1.514:40
=== maclin1 is now known as maclin
cjwatsonjgdx: ah, right, I think the problem is that "bzr branch https://launchpad.net/~godeps-maintainers/godeps/trunk" gets turned into http://bazaar.launchpad.net/...14:45
cjwatson0.080  hpss call:   'hello',14:45
cjwatson0.080               (to https://launchpad.net/~godeps-maintainers/godeps/trunk/)14:45
cjwatson2.138  hpss call:   'hello',14:45
cjwatson2.139               (to http://bazaar.launchpad.net/~godeps-maintainers/godeps/trunk/)14:45
cjwatson... which I'm not going to dig into on my afternoon off :-)14:46
jgdxcjwatson, yeah, it's currently a risk, but not a very big one. So no hurry. :)14:48
jgdxcjwatson, why is that hpss removing the s?15:10
jgdxis it an anti-s-ite?15:11
cjwatsonjgdx: I think it's more likely that it's asking the LP webapp for the URL, and that the relevant bit of webapp code was written a long time ago and returns an http URL15:22
cjwatsonI haven't traced it through in full detail15:22
jgdxookok15:23
wgreenbergis there any concept of "forking" a project in launchpad?21:46
wgreenbergI've got a development branch of a project that exists, and I'd like to build it as a package in my ppa21:46
xnoxppa is per team/person, and not connected to projects at all.22:01
xnoxand so are the recipes if you want to use that.22:01
xnoxjust build it for your ppa and that's it...22:01
xnoxyou can push any bzr branches you want to e.g. lp:~/foo/my-branch, or use lp:foo in your recipes.22:01
wgrantRight, in LP you don't "fork" a project. You just push your own branch into the existing project.22:03
wgrantSo you can get an overview of what everyone's doing, rather than having to click around through a hundred separate projects.22:03
wgreenbergok, makes sense. So if I wanted my PPA to build packages with my unmerged customizations of some project, I'd just push a bzr branch of the main project and use it in the recipe?22:21
cjwatsonThat should be fine, yes22:23
cjwatson(And as xnox implies, you don't actually have to use recipes; but you may find it easier)22:24
wgreenberggotcha. in our case, we store debian files in a separate branch for *reasons*, so I think we need a recipe to pull in both branches22:25
tewardprobably22:26
wgreenberganywho looks like it's working. thanks!22:26

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