/srv/irclogs.ubuntu.com/2012/10/22/#launchpad.txt

=== 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
kanor_hello09:07
czajkowskikanor_: hi09:08
kanor_i try to import a branch bazar with the url09:09
kanor_http://bazaar.launchpad.net/~rdubreil/dash-privacy-interface/dash-privacy-interface09:09
wgrantkanor_: Code imports are for importing from sites other than Launchpad09:09
wgrantYou can't import from Launchpad itself09:09
wgrantWhat are you trying to do?09:09
kanor_ah :/09:09
wgrantCode imports are used to create a continuous import of some external code on Launchpad09:09
wgrantIt doesn't make sense to do that for some code that's already on Launchpad09:10
wgrantSince it's already on Launchpad :)09:10
kanor_before i link a branch bazar on lanchpad (Link to a Bazaar branch already on Launchpad)09:11
wgrantkanor_: If you just want to copy the branch, get a copy locally and 'bzr push lp:~path/to/branch'09:11
kanor_but i can not push09:11
wgrantBut what exactly are you trying to do?09:11
wgrantWhy can't you push?09:11
kanor_because i is not owner09:12
wgrantAh, so you want to create your own branch of the project that you can work on?09:13
kanor_yes09:13
wgrantHm, but I see you are in the team that owns the project, and you want this new branch to be the trunk?09:14
wgrantAnd it even looks like you own the branch that you're trying to import from09:14
wgrantlp:~rdubreil/dash-privacy-interface/dash-privacy-interface09:14
wgrantDo you just want to also allow the other team members to push to it too?09:15
wgrantSince it looks like you can already09:15
kanor_good idea09:15
wgrantFirst 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 push09:16
wgrantThat looks better.09:17
wgrantIt's now the trunk branch and owned by the team09:17
wgrantSo any member should be able to push to lp:dash-privacy-interface09:18
kanor_thank09:18
=== gmb` is now known as gmb
dupondjeCan a team create a PPA? Or you need a project for that?14:29
cjwatsondupondje: PPAs are mostly unrelated to projects; yes, a team can create a PPA15:14
=== matsubara is now known as matsubara-lunch
nwilliamsHi 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:51
czajkowskinwilliams: do you have an oops id ?15:53
nwilliamsczajkowski: Sure. The most recent is Error ID: OOPS-ece6d3cc2dac47fdfc01819f375fcd73. I haven't saved the others.15:53
ubot5https://oops.canonical.com/?oopsid=OOPS-ece6d3cc2dac47fdfc01819f375fcd7315:53
czajkowskinwilliams: thanks will log a bug15:55
nwilliamsczajkowski: Could you let me know the ID when filed? Thanks!15:55
czajkowskinwilliams: https://bugs.launchpad.net/launchpad/+bug/106989215:57
ubot5Ubuntu bug 1069892 in Launchpad itself "ValueError: Invalid boundary in multipart form" [Critical,Triaged]15:57
czajkowskialthough it could also be https://bugs.launchpad.net/launchpad/+bug/42388015:58
ubot5Ubuntu bug 423880 in Launchpad itself "ValueError: Invalid boundary in multipart form using the API on bug and branch merge proposal objects" [Critical,Triaged]15:58
nwilliamsczajkowski: Would the zip itself or any comment about my environment be helpful on the new bug?15:59
czajkowskinwilliams: you can add a comment if you like15:59
mrevellHello Launchpadders16:33
czajkowskiello16:33
mrevell:)16:33
=== matsubara-lunch is now known as matsubara
alkisgHi, 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
alkisgE.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
alkisg...but I'm guessing that's a temporary link, not valid after time...16:43
mgzalkisg: `bzr cat -d lp:whatever path/to/file`16:44
alkisgmgz: in the environment where the script will run, bzr isn't installed16:44
czajkowskialkisg: also brz questions might be best direction in #bzr16:44
mgzif you can install wget, you can install bzr16:44
alkisgwget is preinstalled16:45
alkisgIt's a livecd chroot16:45
alkisg(that then becomes an .iso)16:45
mgzthis sounds a lot like a wrong way of doing something, but I'll trust it makes sense to you16:46
alkisgIf 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 me16:46
alkisgE.g. there _is_ a nice view URL: http://bazaar.launchpad.net/~ts.sch.gr/sch-scripts/trunk/view/head:/debian/sch-scripts.gconf-defaults16:47
alkisg...but I can't find the equivalent download URL16:47
mgzif you have network access from inside this environment, you should be able to just bring in a file from a branch16:47
alkisgYou mean, to install bzr temporarily?16:48
alkisgThen get the file, then uninstall it?16:48
mgzor just have the branch checked out as part of the build process then copy in the file16:48
alkisgThank you, I trust there's no download link then?16:49
alkisgOr that question should be posted into loggerhead?16:49
mgzthere is (as you've found), but it's not very useful in this case if you want to hardcode a url in your iso build16:52
=== 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
alkisgGotcha, thanks a lot, I've also just tried asking in #bzr but I guess I'll get the same answer there as well16:54
czajkowskialkisg: a lot of people idle in both, just you may also get more bzr folks there than here16:54
alkisgSure, I'm in IRC 12+ hours per day, np... :)16:55
mgzloggerhead is also a funny crossover project17:00
mgzmost people using bzr don't know anything about it, and launchpad is one of the main deployments17:00
=== beuno is now known as beuno-lunch
=== beuno-lunch is now known as beuno
mavezehi, can anyone help me with this error i got about dpkg-shlibdeps in my PPA?18:19
mavezedpkg-shlibdeps: error: couldn't find library libgstinterfaces-0.10.so.0 needed by...(ELF format: 'elf32-i386'; RPATH: '').18:20
=== 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

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!