=== firewire is now known as ebergen === gmb_ is now known as gmb === czajkowski changed the topic of #launchpad to: Reduced PPA builder capacity | Help contact: czajkowski| Launchpad is an open source project: https://dev.launchpad.net/ | This channel is logged: http://irclogs.ubuntu.com/ | User Guide: https://help.launchpad.net/ | Support: https://answers.launchpad.net/launchpad === gmb_ is now known as gmb [09:07] hello [09:08] kanor_: hi [09:09] i try to import a branch bazar with the url [09:09] http://bazaar.launchpad.net/~rdubreil/dash-privacy-interface/dash-privacy-interface [09:09] kanor_: Code imports are for importing from sites other than Launchpad [09:09] You can't import from Launchpad itself [09:09] What are you trying to do? [09:09] ah :/ [09:09] Code imports are used to create a continuous import of some external code on Launchpad [09:10] It doesn't make sense to do that for some code that's already on Launchpad [09:10] Since it's already on Launchpad :) [09:11] before i link a branch bazar on lanchpad (Link to a Bazaar branch already on Launchpad) [09:11] kanor_: If you just want to copy the branch, get a copy locally and 'bzr push lp:~path/to/branch' [09:11] but i can not push [09:11] But what exactly are you trying to do? [09:11] Why can't you push? [09:12] because i is not owner [09:13] Ah, so you want to create your own branch of the project that you can work on? [09:13] yes [09:14] Hm, but I see you are in the team that owns the project, and you want this new branch to be the trunk? [09:14] And it even looks like you own the branch that you're trying to import from [09:14] lp:~rdubreil/dash-privacy-interface/dash-privacy-interface [09:15] Do you just want to also allow the other team members to push to it too? [09:15] Since it looks like you can already [09:15] good idea [09:16] First I'd delete https://code.launchpad.net/~dash-privacy-interface-t/dash-privacy-interface/trunk, then I'd go to https://code.launchpad.net/~rdubreil/dash-privacy-interface/dash-privacy-interface/+edit and change the owner to the team that you want to be able to push [09:17] That looks better. [09:17] It's now the trunk branch and owned by the team [09:18] So any member should be able to push to lp:dash-privacy-interface [09:18] thank === gmb` is now known as gmb [14:29] Can a team create a PPA? Or you need a project for that? [15:14] dupondje: PPAs are mostly unrelated to projects; yes, a team can create a PPA === matsubara is now known as matsubara-lunch [15:51] Hi all. I've been having trouble (OOPses) for the last week trying to upload zips to a released milestone. A tar.gz worked fine (same contents, close size). I couldn't find a bug, but is this a known problem? [15:53] nwilliams: do you have an oops id ? [15:53] czajkowski: Sure. The most recent is Error ID: OOPS-ece6d3cc2dac47fdfc01819f375fcd73. I haven't saved the others. [15:53] https://oops.canonical.com/?oopsid=OOPS-ece6d3cc2dac47fdfc01819f375fcd73 [15:55] nwilliams: thanks will log a bug [15:55] czajkowski: Could you let me know the ID when filed? Thanks! [15:57] nwilliams: https://bugs.launchpad.net/launchpad/+bug/1069892 [15:57] Ubuntu bug 1069892 in Launchpad itself "ValueError: Invalid boundary in multipart form" [Critical,Triaged] [15:58] although it could also be https://bugs.launchpad.net/launchpad/+bug/423880 [15:58] Ubuntu bug 423880 in Launchpad itself "ValueError: Invalid boundary in multipart form using the API on bug and branch merge proposal objects" [Critical,Triaged] [15:59] czajkowski: Would the zip itself or any comment about my environment be helpful on the new bug? [15:59] nwilliams: you can add a comment if you like [16:33] Hello Launchpadders [16:33] ello [16:33] :) === matsubara-lunch is now known as matsubara [16:43] Hi, I want to include a wget command in a script, that downloads the latest version of a specific file in some bazaar branch. Is that possible? [16:43] E.g. here's the link that I get by clicking "download file" from firefox: wget 'http://bazaar.launchpad.net/~ts.sch.gr/sch-scripts/trunk/download/head:/schscripts.gconfdefa-20121021104557-omgqdvnr8vay0cai-1/sch-scripts.gconf-defaults' [16:43] ...but I'm guessing that's a temporary link, not valid after time... [16:44] alkisg: `bzr cat -d lp:whatever path/to/file` [16:44] mgz: in the environment where the script will run, bzr isn't installed [16:44] alkisg: also brz questions might be best direction in #bzr [16:44] if you can install wget, you can install bzr [16:45] wget is preinstalled [16:45] It's a livecd chroot [16:45] (that then becomes an .iso) [16:46] this sounds a lot like a wrong way of doing something, but I'll trust it makes sense to you [16:46] If it isn't possible to do it with wget, np, I'll find some other way to integrate the contents, it just seemed the easier path for me [16:47] E.g. there _is_ a nice view URL: http://bazaar.launchpad.net/~ts.sch.gr/sch-scripts/trunk/view/head:/debian/sch-scripts.gconf-defaults [16:47] ...but I can't find the equivalent download URL [16:47] if you have network access from inside this environment, you should be able to just bring in a file from a branch [16:48] You mean, to install bzr temporarily? [16:48] Then get the file, then uninstall it? [16:48] or just have the branch checked out as part of the build process then copy in the file [16:49] Thank you, I trust there's no download link then? [16:49] Or that question should be posted into loggerhead? [16:52] there is (as you've found), but it's not very useful in this case if you want to hardcode a url in your iso build === czajkowski changed the topic of #launchpad to: Reduced PPA builder capacity | Help contact:-| Launchpad is an open source project: https://dev.launchpad.net/ | This channel is logged: http://irclogs.ubuntu.com/ | User Guide: https://help.launchpad.net/ | Support: https://answers.launchpad.net/launchpad [16:54] Gotcha, thanks a lot, I've also just tried asking in #bzr but I guess I'll get the same answer there as well [16:54] alkisg: a lot of people idle in both, just you may also get more bzr folks there than here [16:55] Sure, I'm in IRC 12+ hours per day, np... :) [17:00] loggerhead is also a funny crossover project [17:00] most people using bzr don't know anything about it, and launchpad is one of the main deployments === beuno is now known as beuno-lunch === beuno-lunch is now known as beuno [18:19] hi, can anyone help me with this error i got about dpkg-shlibdeps in my PPA? [18:20] dpkg-shlibdeps: error: couldn't find library libgstinterfaces-0.10.so.0 needed by...(ELF format: 'elf32-i386'; RPATH: ''). === Ursinha-afk is now known as Ursinha === michaelh|away is now known as michaelh === Ursinha-afk is now known as Ursinha === michaelh|away is now known as michaelh