[00:00] Or that. [00:00] is it possible to create a branch that only certain people can access? [00:00] But it's nothing now, so it's less obviously a template. [00:00] epkugelmass: Last I heard that was only available as a commercial option, after asking a question against launchpad. [00:00] persia, thanks. [00:00] https://edge.launchpad.net/launchpad/+faq/208 may be handy. [00:01] ... for those who wait. [00:01] * wgrant disappears to uni. [00:02] Oh, the pricing and contact stuff has all been implemented. Cool. [00:37] Hrm, despite the topic, I'm unable to browse the branch at https://code.launchpad.net/~kees/+junk/cpu-checker or bzr branch it. [01:25] And for the record, according to kees, the branch that I can't browse (https://code.launchpad.net/~kees/+junk/cpu-checker) was last pushed to around 8 hours ago. [01:28] * thumper looks at sbeattie's branch [01:42] sbeattie: yes the mirrored copy looks somewhat screwed, trying to work out how to fix [02:14] thumper: thanks, appreciated! === matsubara is now known as matsubara-afk [03:21] Anyone got advice for not accidentally revealing details about a private bug? They are marked, but it's not super-obvious, and I might forget... :-\ [03:21] s/forget/forget to check. [03:22] It's probably not a big deal -- most bugs aren't that secret, and if they are, it's obvious from the subject matter -- but I dunno, I feel uncomfortable. [04:05] Is there any way to change the behavior mail list, to when anyone no needs reply to all, only reply for the list? [04:11] Andre_Gondim: thats a mail client setting [04:11] ctrl-L in evolution [04:11] lifeless, but in maillist I can set this option [04:12] if reply to the sender or to the list, I just want to set reply to the list, not to sender [04:12] oh, reply-to-mangling [04:12] not on launchpad lists, thank $deity [06:43] https://edge.launchpad.net/bzr is timing out repeatedly :/ [06:44] poolie: Known. i think the fix is committed. [06:44] * wgrant checks. [06:46] Ah, no, not fixed yet. [06:46] Bug #534462 [06:46] Launchpad bug 534462 in launchpad-registry "timeout project +portlet-packages" [High,In progress] https://launchpad.net/bugs/534462 === micahg1 is now known as micahg === dpm-afk is now known as dpm === noodles785 is now known as noodles775 [09:30] if i move away from github i'm going to miss the wiki and web host service for documentation; is there a good place to get that for open source projects? sorry if it's off-topic. [09:58] donri: I know of a few projects that use wikia.com. I don't know if it's any good, though. [09:59] http://pbworks.com/ is what I seem to be using for most of my projects [09:59] isn't wikia filled with advertisement, and only wiki? [10:00] I think it's only free for non-commercial use, though [10:04] donri: Sorry, I though you were asking for a wiki. [10:05] soren: he wanted wiki + document hosting, I think [10:05] idnar: It's hardly uncommon for wiki's to hold documents :) [10:06] by documentation i mean static html, properly served as such (not "download file via some interface") [10:09] and deployable via command line (ftp, scp, rsync, some vcs) [10:18] like, i could use packages.python.org for that if the project is python-related, but i'm looking for something more general. [10:18] (wiki is a secondary need.) === sraps__ is now known as sraps === oojah_ is now known as oojah === daniloff is now known as danilos [11:29] how does blueprints differ from bugs? [11:40] donri: Blueprints are used for creating specification, where there's design work that needs to happen. [11:40] *specifications [11:41] still not sure how that differs from bugs [11:50] donri: for bugs it's generally very clear what the problem is and what needs to be fixed, for features it's usually less clear. What does the UI need to look like, what use cases need to be handled, etc. [11:51] ugh [11:51] how would I get all of the bugs targetted at a milestone via the API? [11:52] i don't really get how that differs practically [11:54] ah, looks like searchTasks might be what I want [11:55] donri: I'd say that blueprints are for things that are larger in scope than will comfortably fit in a single bug [11:55] there might be multiple bugs associated with a blueprint, or there might just be a lot of design / specification work that doesn't comfortably fit into a bug [11:56] the split is kinda awkward, though [11:56] especially since blueprints can't actually be stored on launchpad [11:56] huh [11:57] donri: the actual blueprints are usually on a wiki page, but there is an entry in Launchpad to make tracking their status easier [11:57] i'm only talking about the launchpad feature though [11:58] unrelated to ubuntu specs [11:58] donri: I was also only talking about the launchpad feature [11:59] Note that the Launchpad feature was initially very very heavily modelled on the Ubuntu spec process, and has remained largely unchanged since. [11:59] so it basically assumes that you complement it with actual specing elsewhere? [12:05] donri: yeah, it mainly provides you with an easy way to track specs [12:05] aye, thanks === matsubara-afk is now known as matsubara [12:12] For some value of "easy" :) Take care not to get more than ~200 specs, or you'll get lost. [12:14] heh [12:14] Also, take care not to close specs by accident: they become very hard to find afterwards. === mm-mysql is now known as mark|autoconnect [14:00] lazr.restfulclient.errors.HTTPError: HTTP Error 412: Precondition Failed [14:01] why am I getting that from launchpadlib? === barry` is now known as barry [14:07] idnar, there are a few bugreports about this issue, which have a few workarounds, let me try to find one [14:08] I'm reading a few of those now [14:08] I tried throwing in an lp_refresh(), which didn't seem to help [14:09] ah, I think I found the problem; I was setitng .status on a bug task directly, instead of calling transitionToStatus [14:10] idnar, yes, transitionTo* will work, because it is using POST methods, seems like PATCH is affected by this bug [14:10] hmm, I spoke too soon, that worked a few times but then gave me the same error again === beuno is now known as beuno-afk [14:12] so, not really sure how to work around this. my code is here: http://paste.ubuntu.com/391783/ [14:13] idnar, you don't need lp_save() when using task.transitionToStatus() [14:13] I'm not sure, but do you need to call .lp_save() when using .transitionToStatus? [14:14] One question [14:14] I need to install launchpad [14:14] thekorn: oh, I see [14:14] but i have created the ssh keys to be sent to launchpad in one mchine [14:14] but i have to isntall it in other machine [14:15] i have to generate new ssh keys again? [14:15] I just read bug 534066 [14:15] Launchpad bug 534066 in malone "changing bugtask attributes via api gives "412 precondition failed"" [Critical,Triaged] https://launchpad.net/bugs/534066 [14:15] okay, yeah, got rid of lp_save() and now it works fine [14:15] idnar, and you should also use milestone.searchTasks(status=["Fix Committed",]) to not iterate over all (open) tasks for this milestone [14:16] thekorn: excellent point [14:16] intellectronica, did we get james_w's fix for the above bug deployed again? [14:17] deryck: nope. it bounced because of an unrelated test failure and i just got it finally landed. [14:17] deryck: i will arrange a cp for both this fix and the heat display one [14:18] intellectronica, excellent. thanks! [14:18] great! - good news [14:28] jml: After watching traffic in both #launchpad and #launchpad-devel for a week or so, I think you *do* have sufficient traffic (on discrete topics) to benefit from two channels. [14:28] persia, ok. :) [14:29] (in reply to your comment last week, which I then didn't have enough data to answer) [14:29] persia, I have this feeling that experienced Launchpad developers watch this channel less. [14:30] persia, but I'm glad to have an opinion from a seasoned external observer :) [14:30] jml: I suspect that the seasoned developers *do* watch it less, but I suspect that there would be less peer-support between users was all the -devel traffic here. [14:30] (and I believe that this peer-support is critical to community development) [14:31] persia, I agree. [14:37] btw, I just posted http://code.mumak.net/2010/03/get-started-with-launchpadlib.html [14:38] some people might find it useful [14:44] Breaking_Pitt: hi [14:44] Breaking_Pitt: You should be able to copy the ssh keys between machines (they live in ~/.ssh/). [14:44] hello jelmer [14:44] ok [14:44] thanks [14:44] with this answer [14:44] I can continue [14:44] thank you [14:46] You're welcome [15:01] jelmer, I have copied the ssh keys from the machine in where I've setup the first install of Launchpad and don't seem to work now [15:01] some advice please? [15:02] Breaking_Pitt: Does ssh-add -l list your keys correctly? [15:02] seems that not [15:02] Could not open a connection to your authentication agent. [15:23] Hi, does anyone know how to continue a bzr push request? I was making an initial commit to launchpad with a big SVN repository (23990 revisions). The bzr client stalled halfway through and I *really* don't want to start over from scratch. [15:24] The error message says something about finish_writing / finish_reading ... [15:24] The initial error was: The medium 'SmartSSHClientMedium(connected=True, username=u'robertsoakes', host='bazaar.launchpad.net', port=None)' has reached its concurrent request limit. Be sure to finish_writing and finish_reading on the currently open request. [15:26] https://code.launchpad.net/~mrand/mythplugins/fix-repeated-file-ext-511653/+merge/20969/+preview-diff/+files/preview.diff is timing out... gives "Please try again" constantly. All other pages work fine, both before and after repeatedly trying that. [15:26] will a PPA always be updated by apt when the same software/package appears in -updates? [15:27] pmatulis: Not at all. [15:27] pmatulis: A PPA is updated if/when someone uploads to it. This is unrelated to the local system. [15:28] persia: so a PPA is really like its own package then, according to how it is named? [15:28] What he said :), Note, the ppa index will display "There is a newer version of this package available", but the users system will always download the latest that it finds via apt's sources. [15:30] pmatulis: A PPA is it's own *archive* containing any number of packages. [15:31] noodles775: As a refinement: any apt instance will grab the newest it finds, even if it's not associated with a specific host (e.g. someone playing with quinn-diff) [15:32] Aha. [15:33] to be clear, packages in a PPA remain independent of non-PPA packages? [15:33] RobOakes: I don't _think_ bzr push is resumable, but you might want to ask #bzr before you take my word for it [15:34] pmatulis: Entirely. [15:34] persia: thx [15:34] Thanks, I'll try them. Do you know if there is a way to do a shallow push? All I really need is the most recent revision. The repository has a 15 year version history, and that's just overkill for what I'm doing. [15:34] pmatulis: Note that this relationship is complicated when instantiated in any given apt-capable environment, as those tend to pull from several sources. [15:37] persia: can you give me a concrete example of such a complication? [15:40] pmatulis: Two archives are enabled. One has foo_1.1 the other has foo_1.1+ppa1. foo_1.1+ppa1 is the install candidate. The first archive gets updated with foo_1.2. foo_1.2 is now the install candidate, and any changes in foo_1.1+ppa1 are no longer present, unless they were merged into foo_1.2 === salgado is now known as salgado-lunch [15:44] persia: alright. now such a scenario would only ever arise after a Ubuntu release upgrade right? since Ubuntu doesn't upgrade major versions within a release [15:46] pmatulis: Same rule applies for 1.2.3-4ubuntu5 getting increased when someone has 1.2.3-4ubuntu5+ppa1 : either the critical bugfix or the PPA changes won't be applied (which depends on how apt compares versions, which you can test with dpkg --compare-versions) [15:49] persia: basically i don't want a PPA package updated. so the safe way is to compare versions prior to any upgrade [15:49] (updated by a package in 'main' or 'universe' for example) [15:49] pmatulis: You installed a PPA package, and you want it never overridden? [15:50] persia: i will want to do this, yes [15:50] pmatulis: OK. Just don't upgrade until the PPA has merged each change. [15:50] (or don't upgrade that package) [15:50] You can't force this on users without doing things that can break their systems. [15:51] If you're in a controlled environment (large deployment), having a custom repository containing only approved changes is the usual model. This is also sometimes used for commercial deployments (e.g. preinstalls) [15:52] persia: right, thanks === yofel_ is now known as yofel === danilos is now known as daniloff === matsubara is now known as matsubara-lunch === salgado-lunch is now known as salgado === matsubara-lunch is now known as matsubara === yukiseaside is now known as [yukiseaside] === [yukiseaside] is now known as yukiseaside [18:54] lamont: please kill https://launchpad.net/ubuntu/+source/ghc6/6.12.1-12/+build/1526050 - it's obviously hung [18:55] is it reasonable for soyuz to grow per package/arch timeout support as wanna-build has? [20:53] i cannot find the bug report about bug watches for bugzilla.gnome.org being disabled / causing problems. do you know where it is? === beuno-afk is now known as beuno === matsubara is now known as matsubara-afk [22:29] is something wrong with launchpad translations? I have requested to download the po and mo files more than 10 hours ago and still did not receive anything.