[00:00] why did it only fail with a nested merge? [00:03] daveisadork: a commit was done after a merge [00:04] daveisadork: and bzr 2.2 added a hard constraint that an identity is needed [00:04] daveisadork: and one wasn't provided [00:04] daveisadork: bzr 2.2 is in maverick [00:04] i see [00:06] well thanks... the recipes and daily build setup is awesome === salgado is now known as salgado-afk [01:04] can launchpad do bzr code imports? [01:04] micahg: As in mirroring a remote bzr branch? [01:04] wgrant: yes [01:04] yes [01:04] awesome :) [01:04] micahg: Yes. Go to the project page, click 'Register a branch', and select 'Mirrored' [01:05] * micahg is working with a team on a sourceforge project, but would like to leverage bzr build recipies/PPAs === StevenK_ is now known as StevenK [03:05] hi. is there a way i can prevent other members in the team from receiving build failure messages for packages i upload to the team PPA? [03:13] hyperair: Sadly, not that I'm aware of. [03:14] hmm that sucks. [03:14] shouldn't it only alert the uploader about build failure messages? [03:15] That point is debatable [03:15] why so? [03:15] you don't see all ubuntu developers getting emailed for all build failures that any ubuntu developer uploads to the archive. [03:15] Because other people on the team may be able to, or better placed to fix the build failures [03:16] It's useful in some cases -- but I do agree it should be configurable [03:16] i think those cases are rather remote. [03:17] Why so? [03:18] because the uploaded package is generally already on the uploader's computer, and the person who knows best about how to fix it, or who to ask for help to fix it, is the uploader him/herself. [03:19] hyperair, you could set the contact email address of the team to be your email address, or a mailing list that people can opt into. [03:19] i'd ask, why don't you spam all build failures in ubuntu to all ubuntu developers then? [03:20] Because Ubuntu isn't hosted in a PPA [03:20] PPA = personal, whether than be a single person or a team [03:20] rather than a whole distribution [03:20] ah [03:21] I think the intent of teams having PPAs is that it's (generally) a fairly small set of people that can upload to them [03:22] in the case of banshee-team, the team's also subscribed to bug reports. [03:38] any problem in launchpad can be solved with another layer of team memberships === lifeless_ is now known as lifeless === dendrobates is now known as dendro-afk [05:52] Hi! the Launchpad accepts project with Git? [05:54] Launchpad can import git branches into bzr for you. [05:54] It can't host git repositories directly. [05:55] ok [06:01] spiv: Can the bzr save the project in a DB or just create directories? [06:01] for example, in Mysql [06:03] actionx: er, uh.. why would one want to do that? [06:03] actionx: bazaar is, itself, a database, much more suited to revision control than mysql [06:05] SpamapS: correctly [06:06] now I know [06:06] tks === yofel_ is now known as yofel [08:26] moin [08:26] what have I done wrong here? http://launchpadlibrarian.net/53580554/buildlog.txt.gz [08:29] thopiekar: I don't know much about it, but I think that should be 'nest packaging' instead of 'merge packaging' [08:30] hmm ok [08:30] thopiekar: at least that's what we use here https://code.edge.launchpad.net/~neon/+recipe/project-neon-recipe and it works [08:30] you are right I'm new here.. what about a branch with a debian folder in it and replacing it with another debian folder? [08:31] thopiekar: Why replace, rather than merge? [08:31] bzr does the whole merging thing fairly well... [08:32] ahh ok so I need to use the merge method when replacing and nest when adding something? [08:34] Well, you use merge to merge another version of the branch. [08:34] You use nest to put a copy of another branch somewhere inside the checkout. [08:35] hm, https://code.edge.launchpad.net/~neon/kdepimlibs/trunk fails constantly with 'sqlite3.OperationalError: database is locked' bug? [08:42] yofel: you're using firefox? try a different browser and/or exit/restart firefox? [08:43] spm: er, sorry, it's not the page that times out but the vcs-import [08:44] http://launchpadlibrarian.net/53585298/neon-kdepimlibs-trunk.log [08:44] yofel: haha; right. ok. that's a different problem then. [08:55] how to edit attachements in launchpad bug report? [09:00] yofel: It means that there's another vcs-import from the kde repository running on the same import host [09:01] ah, that would explain why this happens to kdelibs too http://launchpadlibrarian.net/53617052/vcs-imports-kdelibs-kde4.log === maxb_ is now known as maxb [09:01] shouldn't they block each other instead of crashing? [09:01] ideally === easter_egg is now known as easter_egg`Afk === easter_egg is now known as easter_egg|off === easter_egg|off is now known as easter_egg === easter_egg is now known as easter_egg|off === easter_egg|off is now known as easter_egg === easter_egg is now known as easter_egg|off [10:02] I'm waiting now more than an hour for this import: https://code.edge.launchpad.net/~canola/canola/e-dep [10:02] is that "normal"? [10:10] and another thing.. the import I am talking about includes different software (http://svn.enlightenment.org/svn/e/) when making a recipe for python-ethumb for example I want to use lp:~canola/canola/e-dep/trunk/BINDINGS/python/python-ethumb/ but after editing the recipe it changes the branch location back to lp:~canola/canola/e-dep.. is it because the branch isn't imported yet or isn't it possible to make a recipe like that? [10:14] thopiekar: it's normal in the sense it's a manual process [10:14] The purpose of the process is to catch errors in import URLs which will tie up resources doing the wrong thing [10:15] thopiekar: For example, in this case, the URL is pointing to a repository root, containing trunk,tags,branches subdirectories. This will not do the right thing [10:16] If that import proceeded unmodified, you would end up with a bzr branch containing a trunk,tags,branches directory structure, which would be of no use [10:16] thopiekar: I assume you wanted trunk imported? [10:16] yes [10:16] so I should change the url? [10:17] yes, well, ask a vcs-import operator (e.g. me) to do it [10:17] However, in this case, the branch you want is already registered for import at lp:~vcs-imports/enlightenment/trunk [10:18] However, it is failing to import: Uses characters invalid in Bazaar paths (\) [10:18] Unfortunately you won't be able to import this at present [10:18] :/ [10:20] maxb: what about http://svn.enlightenment.org/svn/e/trunk/ethumb/? would importing this location work? === easter_egg is now known as easter_egg|off [10:21] thopiekar: I can't easily tell for certain, but if you'd like to request it (under the enlightenment launchpad project, not canola), we can give it a try [10:22] when making such imports don't I need to be member of enlightenment's team? [10:23] No - anyone can create a branch of a public project [10:23] Part of the purpose of a project record in Launchpad is to collate all activity around a particular codebase [10:24] both official and unofficial [10:24] k, however I joind now E17 Users [10:26] hmm it doesn't seem that it's possible to add a import, here https://code.edge.launchpad.net/enlightenment [10:27] thopiekar: ah, sorry, Launchpad sucks at actually providing a link to the create form [10:27] let me find it [10:28] thanks [10:28] https://code.launchpad.net/enlightenment/+new-import === fta_ is now known as fta === easter_egg is now known as easter_egg|off === easter_egg|off is now known as easter_egg === easter_egg is now known as easter_egg|off [11:01] maxb: works! https://code.launchpad.net/~canola/enlightenment/python-ethumb [11:01] https://code.launchpad.net/~canola/enlightenment/ethumb [11:02] just waiting for emotion now ;) [11:02] what about them? [11:02] oh, yes === easter_egg|off is now known as easter_egg === menesis1 is now known as menesis === mpt_ is now known as mpt [11:45] 'morning maxb === fta_ is now known as fta === adeuring1 is now known as adeuring === easter_egg is now known as easter_egg|off [12:07] jelmer: Hi [12:11] maxb: to comment on my closing the space-in-url bug as fixreleased, I think the issue you're actually hitting now is similar to the problem that didn't allow you to import the svn test repo from cvs2svn [12:13] hmm [12:13] ok, I will investigate === fta_ is now known as fta [13:12] what is wrong here? http://launchpadlibrarian.net/53633167/buildlog.txt.gz === matsubara-afk is now known as matsubara [13:15] thopiekar: Your recipe or branches are wrong: there's no debian/changelog present. === mrevell is now known as mrevell-lunch [13:19] ahh I need lp:~canola/canola/canola-packaging/canolad/debian but it always changes it to lp:~canola/canola/canola-packaging/ why? [13:19] and how can I fix that? , wgrant [13:22] I mean it my recipe (https://code.edge.launchpad.net/~thopiekar/+recipe/canola-daemon-git) when I "nest" the debian/* files to the cloned branch [13:23] thopiekar: You can't nest a subtree of a branch. [13:24] hmm.. k, so I'll need to make for every package a new branch with the debian/* files? [13:25] or maybe mirrored branches? [13:25] A better solution might be to have a packaging branch branched off the trunk of each project. [13:25] So you branch trunk, add in the debian/ directory, and then you can merge it in your recipe. [13:26] k, thanks === fta_ is now known as fta [13:48] If translations for a project are entirely maintained on LP (and the po files are never touched directly from outside of LP Translations) is there any reason not to have them synced back to the same branch LP is checking for .pot files (trunk in this case) ? [13:51] nhandler, I think danilos, henninge or jtv can answer that one best, but afaik, there is no reason for not using the same branch, it should only make your life easier by letting LP (and translators!) do all the translations work for you. You might want to watch bug 490668 as well [13:51] nhandler, well, if they are entirely maintained in LP, you should probably not import them from the branch, or you'd hit a bug with continuous imports (i.e. translations getting imported, then exported with just the Exported-Date changed, and so forth) [13:51] Launchpad bug 490668 in Launchpad Translations ""Bouncing" between branch imports and branch exports. (affected: 3, heat: 16)" [High,Triaged] https://launchpad.net/bugs/490668 [13:52] nhandler, dpm linked a bug that I was referring to, thanks dpm :) [13:52] :) [13:52] dpm, danilos: That is a good point. [13:52] Thanks [13:55] nhandler, note that you completely work-around the bug by setting your translation imports to import only templates, and the only thing you lose is the "green bar" (i.e. translations will stay marked as "done in launchpad") === AnMaster is now known as Vorpal [13:56] danilos: I just made that change :) [13:57] cool :) === PsyTrance_ is now known as PsyTrance === Vorpal is now known as Vorpal_ === Vorpal_ is now known as Vorpal === mrevell-lunch is now known as mrevell === fta_ is now known as fta === dendro-afk is now known as dendrobates === matsubara is now known as matsubara-afk [15:06] hey all, i was under the impression that I could do something like: [15:06] https://bugs.launchpad.net/ubuntu/+filebug?field.tags=ec2-images [15:06] and that a bug filed by following that link would then have 'tags' prepopulated with 'ec2-images'. [15:06] is that not the case ? [15:06] er... i meant to say, "that is not the case" [15:06] is there a way to do that ? [15:25] smoser, Good question. I don't know. [15:25] deryck might [15:27] jml, smoser -- it won't work because of the ajaxy dupe finder stuff we do. You can only set the initial summary that way. [15:28] I can't think of a way to do this. [15:28] gmb, can you? See ^^ [15:29] * gmb reads backscroll [15:30] jml, deryck, smoser: That's not something you can do at the moment. What we should do is pass on the field values from +filebug to the filebug form when we create it. I'll file a bug. [15:31] so its likely that this did work at somepoint in the past? [15:31] i'm just wondering if I'm imagining things [15:31] yes [15:31] ok thanks [15:32] smoser, It worked before we introduced the AJAX dupefinder. [15:32] Because it was an ordinary Zope form. [15:32] gmb, thanks. [15:34] jml, deryck, smoser: https://bugs.edge.launchpad.net/malone/+bug/617416 [15:34] Launchpad bug 617416 in Launchpad Bugs "It should be possible to pass GET parameters to +filebug (affected: 1, heat: 6)" [Low,Triaged] [15:34] gmb, thanks for filing the bug! [15:35] gmb, thanks. === deryck is now known as deryck[lunch] [16:33] How can I get a back up of my gpg keys? [16:35] How can I get a back up of my gpg keys? === deryck[lunch] is now known as deryck === Ursinha is now known as Ursinha-lunch [17:28] sinzui: prod [17:28] hi paultag [17:29] sinzui: Hey, you just deactivated a project of mine ( not that big of a deal, I thought it could have been sketchy ) [17:29] sinzui: I was trying to get some of my git stuff in bzr via LP. Can I do that in a +junk branch? [17:29] +junk is fine with git branches. [17:29] you have an unlimited number of branches [17:30] sinzui: Righto. Thanks. Sorry for clouding up LP. [17:30] paultag, you can also push some of your branches to projects that are already registered. they remain yours, but it is clear your branches are based on existing works [17:31] paultag, np, project registration does a poor job of explaining what a project is...a shared area for communities to work on code and bugs [17:31] sinzui: yeah, but most of them don't have a lp project, and I figured one minor project would be a bit easier on the system over 5 or so very minor projects [17:31] sinzui: aye [17:32] sinzui: anywho, thanks [17:33] paultag, not so in this case. you will get terrible bzr push/pull performance because each branch will be assumed to be the branch based on the project's focus of development series. since there is nothing in common, you will often see 100% change sets [17:33] Ahhha [17:33] right, that makes sense === beuno is now known as beuno-lunch [17:47] Is there a way to make a PPA with the same name as a deleted one? [17:51] Hi, I've been getting an OOPS all day when trying to access bug 320915. [17:51] Launchpad bug 320915 in cdbs (Ubuntu) "Remove aRts from the archive - rebuild all dependencies (affected: 1, heat: 21)" [High,Fix released] https://launchpad.net/bugs/320915 [17:51] (most recently, OOPS-1686EB2333) [17:51] https://lp-oops.canonical.com/oops.py/?oopsid=1686EB2333 [17:53] I get OOPS-1686D1310 when I try to view it. [17:53] https://lp-oops.canonical.com/oops.py/?oopsid=1686D1310 === dendrobates is now known as dendro-afk === Ursinha-lunch is now known as Ursinha [18:52] Are there any dangers/problems related changing your username, other than needing to remove your PPAs? === beuno-lunch is now known as beuno [18:56] My username was generated based on my email when I first joined Launchpad, and I never bothered to change it before. [18:56] But I'm worried it might cause problems with memberships, karma, etc. [18:56] Muscovy, it will affect code as well [18:57] it won't for membership or karma [18:57] jelmer: anything that can be done about those? http://launchpadlibrarian.net/53640313/vcs-imports-kdelibs-kde4.log happens when more than one kde import is scheduled on the same import machine [18:58] yofel: python-tdb can be installed on the launchpad machines; that's not really my area though, you'd want to talk to one of the launchpad code folks (abentley, rockstar or thumper) [18:59] k, thx [18:59] jelmer, we should chat about that. [18:59] beeno: what sort of issues? [19:00] beuno* [19:06] Installing python-tdb would be nasty - the importds would recache millions of revisions [19:06] We'd probably get banned from svn.apache.org again :-) [19:06] Also, having been using python-tdb locally on a large repository, I have to say, it's performance utterly sucks if the whole thing isn't in cache [19:07] Muscovy, the URLs for all the branches change [19:08] all your branches, that is === jenkins1 is now known as jenkins [19:11] Oh, that's fine in my case, all my code is in group branches. [19:11] Thanks. :D [19:11] maxb: Is that comparing it with python-sqlite ? Because I'm quite sure python-tdb's performance is better in that regard. === dendro-afk is now known as dendrobates [19:12] I'll admit I haven't used sqlite in a while. I should try it to recompare [19:12] However, I've had to resort to catting tdb files to /dev/null at times [19:13] maxb: running "svn log -v" on the apache repository won't get us banned; I've done it myself a couple of times. We got banned because we opened lots (and I mean lots) of connections through cscvs. [19:13] maxb: Catting tdb files to /dev/null? Why? [19:13] It makes bzr-svn go faster [19:14] It seems that the access pattern of tdb accessing its own data is a lot less efficient than getting the whole thing read into cache up front [19:15] maxb: I'm not sure I follow, tdb *is* the cache. [19:15] tdb can be very slow at reading if the entire tdb file is not present in kernel disk cache [19:31] hi - is there a way to request that all my +junk branches be upgrade to the 2a format? === fta_ is now known as fta [19:40] mathiaz: Hi; There is no easy way to mass-upgrade other than talking to a LOSA. [19:42] mathiaz: Alternatively, it might be possible to script something using bzrlib and launchpadlib. === AnMaster is now known as Vorpal [19:55] jelmer: is it possible to upgrade using launchpadlib? [19:56] jelmer: or should a specific bzr command be called? [19:56] jelmer: is there an upgrade-remote-repository command in bzr? [19:57] hi .. why don't you support adding subdirs to recipes? [19:57] mathiaz: launchpadlib won't let you upgrade remote branches directly as far as I know, but it should allow you to get a list of all your +junk branch URLs [19:58] mathiaz: "bzr upgrade" supports remote URLs, although it might do some of its work locally (I'm not sure how much) [19:58] jelmer: great [19:58] jelmer: seems like a good plan [19:58] jelmer: thanks for the help === fta_ is now known as fta [20:07] or is it possible to copy, move and remove files in recipes? === dendrobates is now known as dendro-afk [20:31] :/ === akher0n is now known as akheron === fta_ is now known as fta [21:25] sinzui: how can I make the green bar full on https://edge.launchpad.net/pylkk? [21:26] sinzui: is there a way to say, it seems that can only happen if i say the translations is done on LP [21:26] Not yet [21:26] sinzui: is that what the new tristate data model intends to solve? [21:26] brad landed the db 3 days agio [21:26] got it [21:27] sinzui: that works nicely though, kudos to you and your team! [21:27] My blocked card is blocked because I need to use the tristate [21:27] It looks very code [21:28] It looks very nice on the page I mean === fta_ is now known as fta === oubiwann is now known as oubiwann-away [22:19] maxb: ping [22:19] pong [22:20] "20100813 maxb Please register a project record for pydispatcher in Launchpad and re-request this import within that project. Marked invalid." What is a project record? and where can I register it? , maxb [22:20] Go to the front page of Launchpad and choose "Add project" [22:21] k [22:27] maxb: it seems that pydispatcher is highly outdated.. just talking with my project team what to do.. [22:27] outdated? OK. Well, you can still get an import set up anyway it you like [22:30] so I need to create a project and add it there as code and make a recipe? [22:30] maxb: ^ [22:31] a recipe? no [22:31] Just create the project and the import [22:31] I mean to make a import.. [22:31] yeah.. I just want to import and make a recipe, you know ;) [22:32] thank you for helping me, maxb! [22:32] np === fta_ is now known as fta === fta_ is now known as fta [22:54] maxb: just about the debian/* files that I need to build the Canola packages.. Is there no way to get the subdirs of this branch? http://bazaar.launchpad.net/~canola/canola/canola-packaging/files [22:55] bzr-builder, as it's currently designed, cannot do that [22:55] I can't import every debian/* files for every app because git doesn't support subdir cloning like svn , for example [22:55] :/ [22:55] Is there a reason you're maintaining multiple packages in a single branch? [22:56] yep the reason is the project wanted to keep it like that (in the past).. [22:57] but ok I'll contact the man who is maintaining the mainlines.. === salgado is now known as salgado-afk [23:16] thopiekar: Your other option would be to consider enhancing bzr-builder [23:17] for sure! [23:17] Before I file a bug, could someone give this a try. Go to a page like https://translations.edge.launchpad.net/classbot/trunk/+pots/classbot and click the 'Last Edited' column. Does it sort the column chronologically or alphabetically/numerically ? [23:18] something like a "sh" command that can execute console commands for copy, move and remove files.. [23:18] Launchpad will not offer arbitrary command execution in recipes [23:18] I was thinking of perhaps adding a 'symlink' bzr-builder directive [23:19] That way you could nest your packaging branch, and symlink the appropriate debian subdir [23:20] nhandler: It works OK in Firefox, but not Chromium. [23:20] Odd. [23:22] wgrant: Thanks for catching that. I only tested chromium. Let me file a bug [23:24] great idea maxb! [23:24] how can I get involved and work on bzr-builder? [23:26] james_w is the main developer, you might like to catch him here on IRC and run ideas past him - then branch, hack, and propose a merge! [23:27] huh [23:27] although the latest revision in its trunk is "Fixes for the nest-part instruction. Thanks Andrew." [23:27] Hah. Convenient. [23:27] Which sounds like it might work for your use case [23:28] maxb: you mean me? :P [23:28] yes [23:28] and now, I shall depart# [23:28] so nest-part is another command? [23:30] how does nest-part work? [23:30] nest-part packaging lp:~foo-dev/foo/packaging debian [23:30] But LP doesn't support it yet. [23:30] nest-part let's bzr crash [23:30] bdrung: Hm? [23:31] bzr: ERROR: exceptions.AttributeError: 'module' object has no attribute 'MergeIntoMerger' [23:31] wgrant: you mean: nest-part packaging lp:~foo-dev/foo/packaging/and/some/subdirs debian? [23:31] http://pastebin.com/ukEqRveK [23:32] wgrant: ^ [23:32] thopiekar: No. For that, you'd do 'nest-part packaging lp:~foo-dev/foo/packaging and/some/subdirs debian' [23:32] bdrung: I wonder if it needs a newer version of bzr. [23:33] wgrant: i am running lucid [23:33] wgrant: great then! [23:33] when will lp support it? [23:33] Not sure. The issue that bdrung just ran into might be inconvenient. [23:34] at least it's reproducible [23:35] wgrant: what do you think about adding a "safe" removal function to the recipe (that can be enabled on LP)? [23:35] use case: run rm -rf debian/patches [23:36] wgrant: when will be nest-part available on lp? [23:36] can't wait to make recipes with it! [23:36] thopiekar: quote: "Not sure. The issue that bdrung just ran into might be inconvenient." [23:37] ;/ [23:38] I'll go now and take some sleep ;) [23:38] good luck making lp better! [23:51] someone around [23:52] njin: Nobody. [23:53] m? wgrant is a bot? ;-) [23:53] Heh. [23:53] i need help [23:53] What's the problem? [23:54] sometimes i receive a reply mail but on the bug page don't result [23:54] Da: xsnake <393090@bugs.launchpad.net> Reply-to: Bug 393090 <393090@bugs.launchpad.net> A: marconifabio@hotmail.it Oggetto: [Bug 393090] Re: mmc: Timeout waiting for hardware interupt Data: 11/08/2010 01:21:32 [23:54] Launchpad bug 393090 in linux (Ubuntu) "mmc: Timeout waiting for hardware interupt (affected: 2, heat: 14)" [Undecided,Incomplete] https://launchpad.net/bugs/393090 [23:55] Oops, that is an old mecssage, better i go to bed.... [23:55] sorry [23:56] njin: you are the second person saying that... :) [23:56] i'm cloned... help [23:57] ;-) [23:57] njin: i can't help you because i need sleep ;) === Ursinha is now known as Ursinha-afk