[05:12] Launchpad will shortly be offline for up to 15 minutes while we upgrade a file server. [05:21] (read-only access is still possible if you open a private browser window) [05:36] hi wgrant, is there a known issue with LP, or is it down for maintenance? I'm trying to add a bug task and keep getting a 502 error, and adding tags does not seem to work, either [05:36] dpm: Heh [05:36] 15:12:22 wgrant | Launchpad will shortly be offline for up to 15 minutes while we upgrade a file server. [05:36] 15:21:16 wgrant | (read-only access is still possible if you open a private browser window) [05:36] 15:21:26 --> | dpm (~dpm@ubuntu/member/dpm) has joined #launchpad [05:36] dpm: It's back now. [05:37] I guess it was all bad timing, then :) [05:37] thanks, trying it again [09:23] Is there a page equivalent to for merge proposals? [09:27] …Via the PatchPilot pages I find , which suggests that should exist, but it doesn’t [09:29] mpt: There is not. [09:29] It would be unusably large. [09:29] And not perform acceptably. [09:32] lists a batch of over half a million branches in <10 seconds … There are fewer merge proposals than there are branches, right? :-) [09:32] Databases don't quite work that way. [09:32] It would require significant work to optimise the million row join to be acceptable. [09:34] It may be something that's valuable with the new Git-based UDD. [09:36] Would Git make the database operation easier? Or just start from a small enough count that optimization wasn’t so daunting? [09:37] Git-based UDD would be viable enough to justify the effort of making Distribution:+activereviews practical. [09:37] Bazaar-based UDD is not. [09:38] We anticipate that Git-based UDD will be usable, and used, for all packages, at which point it makes sense to make the experience great. [09:40] Oh, I didn’t realize that Bazaar UDD isn’t used for all packages [09:41] Bazaar-based UDD tends to work fine for a package until someone uses it. [09:41] Then it usually stops working for that package. [09:41] It can't be used for many interesting packages. [09:43] Yeah, honestly at this point Bazaar-based UDD is worse than useless. [09:44] Because it is a seductive trap that leads people to believe that it's overall worthwhile, until they waste time finding out that it's not. [09:44] But just about enough people manage to sort of struggle along with it that we need to replace it properly rather than just decommissioning it unilaterally. [09:45] Exactly. [09:45] Unfortunately development documentation authors decided to go with idealism rather than realism, and so the docs advocate a mode of operation that isn't useful for anything non-trivial. [10:01] So … Would it be useful to report a bug for a distribution +merges page, or would it get lost in the ocean? [10:05] I don't hugely mind, but it will definitely have to be put on the shelf for at least months, since Git-based UDD is as yet only at initial planning stages. (Although the likely software to make it go already exists in Debian.) [10:07] Polishing around initially cut corners, webhooks, mirroring, recipes are ahead of it in the queue right now. [10:09] cjwatson: You mean Ian's project as its base? [10:10] pkern: Indeed, subject to Ubuntu people checking it out. [10:10] pkern: (Last I checked it was still not entirely as good friends with 3.0 (quilt) as it probably ought to be.) [10:11] But dgit is already mostly a more reliable package-import than package-import itself ever was ... [10:12] cjwatson: It's Perl. [10:12] That stunned me a bit. [10:12] *shrug* [10:12] Yeah, I have different constraints at work and people would throw things at me. ;) [10:12] I'm also planning to import everything so I should also look at that stuff soonish. [10:13] For this purpose, design-level resiliency is a lot more important than choice of implementation language. [10:13] Yeah, I know. [10:13] Except that I cannot actually run Perl, hence that doesn't help me. [10:14] Ah, cut-down system? [10:48] hi [10:49] when I try to log in launchpad, I'm told that I'm a bot. Even though I can't be 100% certain, I'm quite sure I'm not a bot [10:49] Can somebody help me login please? [11:48] DamienCassou: Submit a support request using the Support link at the bottom of the error page. [11:49] I'll take your word for it that you're not a bot :) [11:53] thanks! [12:54] hi - would like change the name of the project https://launchpad.net/ubuntu-sanity-tests to https://launchpad.net/ubuntu-system-tests [13:00] brendand_: File a request at https://answers.launchpad.net/launchpad. [18:06] It's safe to presume https://bugs.launchpad.net/launchpad/+bug/1084403 isn't getting fixed soon, right? (If so, I need to setup a workaround, if not I can simply wait.) [18:06] Launchpad bug 1084403 in bzr-git (Ubuntu) "no support for gpgsig tags" [High,Triaged] [18:08] DalekSec: Indeed; we don't have anyone working on that, and git mirroring + recipes will almost certainly be implemented before anything's done about that bug (if ever). [18:09] Alright, new question then. Can you guess it? :P [18:09] DalekSec: In the meantime, as Jelmer suggests, occasionally running manual exports/imports is a reasonable workaround. [18:10] DalekSec: We'll hopefully have native git mirroring/recipes going in about two or three months, at a guess. [18:10] (Very roughly; neither is started yet.) [18:11] DalekSec: Hopefully something in there answered your new question. ;-) [18:11] Sure, roughly works just fine for me, at least gives me an idea. Yes, thanks very much cjwatson! === dobey_ is now known as dobey [20:33] hello! I'm trying to clone lp:charm-helpers like so: git clone git+ssh://whitmo@git.launchpad.net/charm-helpers chlp [20:34] I think from https://help.launchpad.net/Code/Git this should work [20:34] but I get this error [20:34] fatal: remote error: Could not translate 'charm-helpers'. [20:34] what am I doing wrong here? [21:00] is this the wrong place to ask questions? [21:03] whit: does lp:charm-helpers actually have a git? [21:03] whit: you can't checkout code that's in bzr, using git in that way [21:03] dobey: so support is not bidirectional :/ [21:03] no it's not [21:04] ok... so if I have a bzr branch I've imported to git and I want to get changes back to the upstream in bzr [21:05] is there a good workflow for this? [21:06] i guess the bzr plug-in to git would have to provide someway to push changes to a remote bzr branch [21:06] but that has nothing to do with launchpad itself [21:13] my charmhelpers repo does is initialized for git and bzr, should be ok [21:16] i don't know anything about using bzr within git. i'd suggest asking whoever wrote the plug-in for git to support bzr [21:20] whit: you're just a bit early! I suspect most canonical projects like charmhelpers will move to git in the near future :) [21:21] blr, so if I were to say convince the charmhelpers maintainers to move over to git, what would that entail? [21:21] and what would the ramification be? [21:21] is bidirectional support planned? [21:21] whit: that may be a decision that juju as a whole needs to make, I can't say with any certainty. [21:22] whit: not at the moment no, although you're certainly not the first to ask for it. [21:22] bidirectional support would not be fun [21:22] so i wouldn't expect it to ever exist [21:33] whit: Bidirectional support isn't planned at this point, no. We don't have serious version control system expertise on the team, and it would definitely involve that. [21:34] You could run imports yourself in one direction or the other if you wanted, or even use Launchpad's own git->bzr import facility. It would probably be necessary to mark merge proposals as merged manually on one side or the other, though. [21:35] whit: Also, the way the world is going, we rather suspect most projects are just going to want to end up on git; it's not clear how much sense it makes to invest quite a lot of effort in what would be a fairly short-term transitional option for most projects. [21:36] * whit nods [21:37] whit: For charmhelpers, I guess that projects that embed it generally just take copies anyway, so it shouldn't have too many downstream implications apart from updating the scripts that refresh copies of things? [21:37] we are moving away from vendoring due to a variety of issues [21:38] whit: Yeah, but for now [21:38] yeah, true [21:38] whit: For charms in general, at least internal to Canonical we'd want mojo/codetree to have git support first, though bzr imports could perhaps serve as a stopgap [21:42] whit: Other things to think about: do you have/need a merge robot (tarmac is being worked on but not ready yet)? You might want to do a mass import of all the existing unmerged branches, and we should probably suggest some scripts for that in migration docs although it's pretty tricky to fully automate in general. And probably other things ... You can certainly run an import as basically a read-only thing for a while until you have ... [21:42] ... everything sorted out, the way that we're currently doing for Launchpad itself [21:42] whit: And any CI facilities you have, of course