=== kb3gtn|away is now known as kb3gtn === kb3gtn is now known as kb3gtn|away [19:45] hi, that list of countries - https://translations.launchpad.net/+languages/pt - where does it come from? [21:39] hi everybody [21:39] i have some troubles with bazaar [21:39] i bzr branch lp:openobject-addons/trunk addons [21:39] after complete, i have no folder except .bzr which size more than 600mB [21:39] where are the files downloaded ? [21:43] there is nobody here ? [21:45] Munchor: It's manually maintained by the Launchpad team. [21:45] guillaume_: What was the output of the bzr branch command? [21:45] is it in the source code then wgrant? [21:46] Munchor: No, the database. You can request changes at https://answers.launchpad.net/launchpad. [21:48] ty wgrant [21:53] Munchor: At least Brazilian Portuguese has a separate language code (pt_BR). I'm not sure about the others. [21:54] https://translations.launchpad.net/+languages/en [21:54] pretty sure there's pt_US and pt_UK and they're both there [21:54] s/pt/en [21:59] Done [22:00] wgrant: bzr branch lp:openobject-server/trunk server/ [22:00] bzr: ERROR: Already a branch: "server/". [22:01] guillaume_: That's not the command you mentioned earlier. [22:01] sorry [22:01] What was the output of the initial invocation? [22:01] replace openobject-server by openerp-addons [22:02] The initial command wouldn't have failed saying that the directory was already a branch. [22:03] Branched 8849 revisions [22:03] What does 'bzr info' in the 'addons' directory say? [22:04] http://pastebin.com/k1LJU176 [22:05] Weird [22:05] 'bzr info -v' [22:06] http://pastebin.com/UF4LqDtj [22:07] wtf, with openobject-server/trunk it's working but with openobject-addons/trunk and openerp-web/trunk, it is not working [22:08] branching openobject-addons/trunk didn't create a working tree. 'bzr checkout' in the addons dir will fix it [22:08] the same problem occurs for the 2 last projects [22:08] You don't have some strange bzr config that would have prevented it from automatically doing that? [22:08] bzr branch will create a working tree by default, unless you're using a treeless repository, which you're not. [22:10] i am on ubuntu 12 [22:10] i try [22:10] it's good thank you very much Mr William Grant [22:10] Great [22:11] Not sure why it didn't work in the first place, but unless there was an error 'bzr checkout' should always fix it [22:11] ok i'll remember that [22:12] thanks wgrant [22:56] any reason why uploading a new version to a ppa might report success, but not show up in the ppa? [23:02] dmj_nova: The package wasn't signed properly. [23:17] wgrant: ah right, launchpad probably checks the signiture against your account keys [23:19] dmj_nova: Right, the changes file has to be signed with an OpenPGP key that's associated with a Launchpad account. [23:42] ...yep, found the issue