=== tasdomas_afk is now known as tasdomas === BradCrittenden is now known as bac [14:55] hello [14:56] does anyone else have a problem with one string in transmission? http://screencloud.net/v/4huQ [15:04] error seems pretty direct to me [15:05] hi, ppa-builder https://launchpad.net/builders/chindi02 might be broken [15:05] looking [15:05] s/might be/is/ [15:05] and it seems to be broken a lot and often :( [15:06] Ah, yes, Xen [15:06] I've disabled it and I'll ask for it to be rebuilt [15:06] cjwatson, thx [15:07] I'll work on giving back the failures too [15:09] Sigh, been broken for a while, too [15:10] none of my builds hit it until just now ;) [15:33] jamespage: ping [15:33] czajkowski, hey [15:33] ello :) [15:33] free for a quick pm ? [15:36] jamespage: ^ [15:36] czajkowski, sure [15:57] dobey: regarding sasa84's question, the problem would appear to be that the msgstr is of basically the same form as the msgid, and yet the error says that the msgstr doesn't look like a format string unlike the msgid [15:58] I don't know a whole lot about LP Translations but it does look like a pretty weird message [15:59] cjwatson: well, i'm guessing LP probably doesn't validate the incoming pot file from the upstream untranslated string for msgids, but does validate when you try to submit a msgstr [15:59] Perhaps, I don't know [15:59] so yes, it's a problem with the upstream string. [15:59] LP also shouldn't be saying things that aren't true [16:00] it's not [16:00] the error message given is true [16:00] "'msgstr' is not a valid C format string, unlike 'msgid'" [16:00] if the part before the comma is true, then the part after the comma is untrue [16:01] oh, right. [16:02] hi cjwatson [16:02] it's probably assuming that because it didn't fail to import, that it's valid. or the error is coming straight from a gettext tool [16:04] Mm, you may well be right that it's the latter; I don't see that string in the LP codebase [16:04] Somebody who actually knows about LP Translations might know more [16:06] regardless of any issue in lp or gettext, the upstream string is clearly broken and needs to be fixed [16:06] %'d is not any more valid than %ɽ [16:07] Er, is too [16:07] "' For decimal conversion (i, d, u, f, F, g, G) the output is to be grouped with thousands' grouping characters if the locale information indicates any." [16:07] printf(3) [16:12] oh. hrmm, that string is obsolete anyway [16:12] it doesn't seem to exist in https://bazaar.launchpad.net/~ubuntu-branches/ubuntu/saucy/transmission/saucy/view/head:/gtk/filter.c [16:12] particularly not on line 898 as mentioned [16:15] dobey: You can't rely on that, since the import failed: http://package-import.ubuntu.com/status/transmission.html [16:15] Would require checking the actual source package [16:15] (And that's been failing for over a year) [16:17] oh [16:18] i wish *that* would get fixed so that the branches are always up to doate :( === Ursinha-afk is now known as Ursinha === Kyle_ is now known as Kyle === Ursinha is now known as Ursinha-afk [20:03] is there a way to export/make a patch a set of changes from one branch into another non-related branch? This includes binary files, which is the issue. [20:03] I tried bzr export -r-2..-1 .. and the diff obviously doesn't include binaries [20:13] i don't think so, no. not easily anyway [20:20] you could use xdelta to build a diff instead, that must be applied with xdelta [20:25] dobey: thanks, I did a patch + cp -a for the binaries [20:26] mfisch: are you trying to patch them into a .deb or something? [20:27] dobey: we have some customizations for ubuntu-touch, the branches diverged a long time ago, but we added a new feature today that can be shared [20:30] Can someone confirm how frequently LP does translation jobs? [20:30] is it nightly or every two days? [23:23] bkerensa: What kind of translation jobs? There are numerous. [23:23] wgrant: generation of templates [23:24] wgrant: right now launchpad is showing ubuntu-docs/saucy as 80% translated [23:24] but thats not accurate [23:24] since no translation work has been done on the saucy ubuntu-docs branch yet [23:24] That sounds like statistics updates. [23:24] wgrant: and that takes how long? [23:24] bkerensa: Translations are shared between series. [23:24] yes [23:24] so [23:24] if raring had some strings alread translated then it would show that percentage in saucy? [23:25] if minimal changes were made? [23:25] If 80% of the ubuntu-docs/saucy strings are the same as ubuntu-docs/raring, saucy is 80% translated. [23:25] k [23:25] thanks for clarification on that [23:25] I will let translations team know [23:34] sorry for a newb question, but I had been using bazaar explorer for awhile, and the process of throwing my latest code up on launchpad was, a) Commit, then b) push. Now that I changed computers, and set up bazaar again, my push option is gone, and committing alone makes my code appear on launchpad... Did I fundamentally misunderstand something here? [23:35] I was under the impression that committing is like putting on the wrapping paper, and pushing was about mailing it to launchpad. [23:39] When I pushed, was I needlessly overwriting my old project or something? [23:39] Akiva-Server: Bazaar also has the concept of checkouts (aka. "bound branches") that automatically push and pull from the remote server when you commit and update. [23:39] It sounds like you've got a checkout now. [23:40] They operate pretty much identically to normal branches, except that the push/pull steps are implicit. [23:40] Okay, so is it more like realtime code editing? [23:41] wgrant: And thanks for explaining that to me [23:41] Akiva-Server: You still have to commit [23:41] It just looks a bit more like a centralised VCS, like Subversion. [23:41] Because commits always immediately go to the server. [23:42] wgrant: Ah. I must of pushed checkout not realizing what it did, and thus it set this all up for me? [23:43] Akiva-Server: Right. You can easily convert between a checkout and a branch using 'bzr bind' and 'bzr unbind', but I'm not sure if Bazaar Explorer has a button for that. [23:43] wgrant: Great thanks. [23:44] +1 [23:44] !cookie wgrant [23:44] lol, there is actually a bot here :P [23:47] wgrant: is there anyway to track changes made to a project? Like see who has changed settings?