=== mgz is now known as mgz_ [07:59] Another day, another message from Launchpad telling me that someone I’ve never heard of has given me access to their PPA [08:00] Does Launchpad let you personalize the message when you give someone PPA access? [11:29] hello #launchpad [11:30] just wondering if somebody can clarify/confirm some unexpected behaviour for me please [11:30] i was looking at bug on ubuntu launchpad earlier, and (accidentally) changed it from public to private [11:30] (i changed it back) [11:30] but it struck me as odd that i could do this, given it wasn't my bug [11:30] is that meant to happen? [11:41] * mdeslaur is interested in hearing answer also [12:26] steve, mdeslaur: It is intentional, and useful in emergencies. [12:26] It should certainly be much harder to do accidentally. [12:27] wgrant: interesting, thanks for the reply [12:27] wgrant: to be fair, it was pretty easy to revert once i'd done it the first time ;-) [12:27] but it did leave an embarrassing log in the bug [12:27] Indeed. [12:28] Accidental changes are unfortunate, but less unfortunate than having something be public that shouldn't be while you find someone who has perms to make it private. [12:28] wgrant: so who is allowed to switch it back, anyone who is subscribed, or just the person who made it private? [12:28] that makes good sense [12:28] mdeslaur: Anyone who can see the bug can change its privacy. [12:28] ah, sounds good [12:28] thanks wgrant [12:29] thanks steve for bringing it up [12:29] mdeslaur: thanks for your help, sorry for tainting your bug history ;-) [12:29] hahaha [12:29] I FEEL DIRTY! [12:29] hehe :) [15:58] What does "failed to upload" mean on a LP build? [15:59] https://launchpad.net/~mythbuntu/+archive/ubuntu/fixes-building/+build/7350066 [16:01] it means look at the uploadlog for more info [16:01] in this case it looks like it coincided with a librarian outage [16:01] I suggest just retrying the build [16:02] cjwatson: will do === bladernr-lex is now known as bladernr === bladernr is now known as bladernr_ === mgz_ is now known as mgz [22:58] help. this is blocking me from tracking master branch ---> http://awesomescreenshot.com/0294upi646 [22:59] i need launchpad to take code direct from github, for daily builds PPA (create .deb file) [23:04] dreamcat4^: Judging from the failure log in https://launchpad.net/~adamsutton/tvheadend/git, the other end has used submodules at some point in its history so it isn't going to work anyway. The most practical answer is likely to be to wait until Launchpad has Git mirroring and recipe support ... [23:11] cjwatson: thanks for investigating this.... so what if i could convince the tvheadend dev to re-push tvheadend without the submodules in it's git history ? [23:12] dreamcat4^: That's very unlikely, since it would require everyone to rebase. (And TBH I think it would be an unreasonable request.) [23:12] That sort of thing is very disruptive in Git. [23:12] cjwatson: ok. so do you have any estimate / timescale when launchpad may get it's new git mirroring and recipe support ? [23:13] dreamcat4^: We should be rolling out native Git support by the end of this month, hopefully. Mirroring and recipes will take a little longer and I don't have specific estimates for those, but they're not that difficult once the core stuff is in place. [23:14] dreamcat4^: Of course you don't actually *need* recipes, they're just a convenience to have Launchpad automatically assemble the source package for you. [23:14] dreamcat4^: But I can see that if you're trying to do daily builds they would be pretty useful. [23:15] cjwatson: ok. yes indeed that is the case. i could look into google compute engine (to build deb and upload it to LP)... but it's significantly more complex than doing a recipe [23:16] Indeed. [23:16] cjwatson: and not entirely sure i want to put my LP login credentials into some GCE config file [23:16] not that i've even looked into GCE yet. [23:19] No, quite. I wouldn't. [23:22] cjwatson: there are also post-commit webhooks on github. they can POST to a public URL, whenever new commits get pushed up to github [23:25] Aware, yes