=== Spads_ is now known as Spads === ina is now known as Guest85506 === ev_ is now known as ev === broder_ is now known as broder === igitoor_ is now known as igitoor [08:01] cjwatson, hi [08:02] alextu: Hi [08:03] wgrant, hi ~ I have some question about using git on launchpad. [08:03] Ask away. [08:03] wgrant, I'm trying to manage repo on lanchpad, so created some repositories in project. [08:04] like this: https://code.qastaging.launchpad.net/what-project/+git [08:05] and the scenario will be like: some merge proposal will be request in different repository. [08:05] in my case repository-1 and repository-2 have one merge proposal for each. [08:06] wgrant, can I have some way to get a list for all merge proposals for all repositories in this project. [08:06] a top view for all MPs. [08:06] alextu: https://code.qastaging.launchpad.net/what-project/+activereviews [08:07] wgrant, awesome! thanks a lot! [08:07] np [08:29] wgrant, hi~ sorry to brother you again. Does it possible to set master branch in single repository as private? Say, the only way to commit master is merging from another branch. Just like the protection way that gerrit go with. [08:30] alextu: It will never be possible to restrict reading of particular branches, but we intend to allow writes to be restricted fairly soon. [08:30] But for now, if you need varying write permissions you'll need to use separate repositories. [08:31] wgrant, yes, restrict write permission for single branch in repository is what I need. Looking forward it :) [08:32] wgrant, thanks for information :) === Guest85506 is now known as ina === ina is now known as Guest73616 === Guest73616 is now known as meena === psivaa is now known as psivaa-lunch === psivaa-lunch is now known as psivaa [14:31] please correct me, but lp PPAs don't have a way to trigger binNMU (or whatever they're called in ubuntu), do they? [14:34] mapreri: That's (unfortunately) correct. [14:35] You have to do a new source upload. [14:46] cjwatson: is there already a open bug/future request for this? [14:46] otherwise i'd be happy to open one ;P [14:47] RTFM here it is #245594 :> [14:48] Indeed ... [14:52] well, hopefully one day or another you'll come to it, guess you've got better/more urgent/more awesome thing to do than that :) nevermind ^^ [14:57] I'd like to do it, but I haven't persuaded everyone that it's a good idea, and it's a non-trivial amount of work ... [15:01] can't personally get the trouble of associating +bX binary versions to the sources without +bX [15:02] It seems fine to me especially given that Debian has been doing it for years. I'm not sure I've ever persuaded infinity. :-P [15:12] s/for years/since ever/ might be more accurate :) [15:19] mapreri: I wouldn't go that far, since I remember a different form being used :) [15:20] cjwatson: given the whole debian thing is actually older than me i can easily miss stuff ;) [15:20] I feel old now. [15:20] eheheh [15:20] :D [15:20] everyone gets to feel like that at some point. :P [15:46] cjwatson: you're not allowed to feel old, Cause that means I have to feel older and I'm not up for that :P === yofel_ is now known as yofel [20:47] Dear Sirs, n00bie here. I'm trying to upload package to ppa repository ; I've done it before once and now I have new version. Packaging is quite similar to previous version. [20:47] Now, it's being rejected because "Unhandled exception processing upload: 'ascii' codec can't decode byte 0xc3 in position 7: ordinal not in range(128)" [20:48] looks like ascii is expected somewhere and I'm supplying utf-8 or something? [20:48] My name has letter ä in it .. but the same naming and everything has worked for me before.. [20:51] ..ah, possibly some files I've written are in iso-8859-1 and not utf-8 because 0xc3 is exactly "ä" but in iso8859-1 .. so over my rant, I maybe may have already answered correctly to myself. Lets see :-) === G_ is now known as G [21:07] costello: indeed d/changelog must be utf-8 according to the debian policy [21:09] "The entire changelog must be encoded in UTF-8." https://www.debian.org/doc/debian-policy/ch-source.html#s-dpkgchangelog [21:09] guess you can find similar docs in the .ubuntu.com realm, but the tools are the same so it applies well enough anyway in this case [21:32] Now I'm feeling stupid. grep $'\xc4' debian/* yields me 0 results. Is there any other place where the offending character might be coming from? Is there character-set specified in UID-strings of the GPG-key? There is letter ä also.. [21:32] err \xc3 I meant. [21:33] anyway. I'm fairly positive that I have everything as unicode. Is there any way to try interpreting the offset numbers from error message? [21:47] ..and lintian should whine about character set problems ; now I have lintian quiet. [22:52] could this be a situation for a bug report .. but against what? in debian/control I had changed Standards-Version: to "3.9.5" and when I changed it back to (ancient) 3.8.4 the error message about character set went away. [22:53] what is actually the standards-version to use with trusty? I had my sources from debian testing where standards-version is 3.9.6.. [22:57] ..seems to compile at server side too, so, for your continuous enjoyment https://launchpad.net/~operatornormal/+archive/ubuntu/classifiedads/+build/7665851