=== rmk` is now known as rmk [07:26] is this wrong: deb http://ppa.launchpad.net/slicer/ppa/ubuntu quantal main [07:26] deb-src http://ppa.launchpad.net/slicer/ppa/ubuntu quantal main [10:51] I'm curious, would it be possible to add a keyword in the url field for git imports? for eg. if the git import url contains kde: as the first 3 letters, then replace kde: with git://anongit.kde.org/ [10:52] so then I can import git repos like kde:clones/repo/user/foo === wedgwoodz changed the topic of #launchpad to: Known issues: - | Requesting ARM builds on PPAs - https://dev.launchpad.net/CommunityARMBuilds | 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 === Ursinha_ is now known as Ursinha === Mission-Critical is now known as MissionCritical === Pici is now known as ZarroBoogs [16:45] Hmm, are the imports still having issues? [16:53] guess it's just the backlog? : [16:53] :) === matsubara is now known as matsubara-lunch [17:36] hello, i have a proprietary project i setup on LP last week. i've got everything working, except I can't create a source package recipe. [17:37] The "Create packaging recipe" link doesn't show up. I believe I have every correct permission wise. any ideas? [17:45] jderose: you can't do recipes of private branches [17:45] jderose: it just doesn't work, because the recipe builder doesn't have the credentials to read everyone's private branches. [17:45] dobey: damn... i thought i saw that feature mentioned somewhere on the website [17:46] okay, i guess that makes sense [17:46] dobey: so is the best approach to run the recipe locally, dput the source package to our private PPA? [17:47] jderose: yeah, you'll have to have a script run as a user with permissions to read the branch and upload to the PPA in question, to do that [17:47] okay. i've been able to dput packages okay to the private PPA already, so that's working. [17:48] dobey: happen to have any good example scripts of how to do this? i've never ran a recipe locally [17:49] i don't. pretty much every time i've tried to run bzr dailydeb locally, i've had it complain about the version formatting i used (which works fine on lp), or it appears to work but i can't find the resulting source package anywhere [17:50] but using the same commands as the lp recipe builder does should generally work [17:50] dobey: okay, i'll play around with it. thanks for the help! [17:50] the main annoying bit is you basically want to write a wrapper script to run the recipe for all the different ubuntu versions [17:51] to append the correct series and such [17:51] for this particular project, we just need to build for a single ubuntu version, so at least that's easier i guess [17:51] okay [17:52] yeah, that does make life easier :) === matsubara-lunch is now known as matsubara [18:31] hi I think I hit a timeout twice on https://launchpad.net/~jbicha/+archive/dev/+build/4456405 but a virtually identical version built successfully earlier [18:31] on amd64 https://launchpad.net/~jbicha/+archive/dev/+build/4453942 [18:32] would it be possible for you to force it to build with a more powerful builder so that I'm not using up the ppa builder time for something that may or may not complete? === BradCrittenden is now known as bac__ === bac__ is now known as bac === Mission-Critical is now known as MissionCritical [19:00] jbicha: no [19:01] jbicha: or at least, not afaik. [19:02] lifeless: is there a list of which builders are more powerful? I can click the cancel & retry buttons a few times if I knew [19:03] jbicha: fixing your build might be better :) - the timeout is quite generous... [19:04] this is webkit we're talking about... :( [19:08] does libreoffice timeout all the time too? or chromium? [19:08] or firefox? [19:11] dobey: I don't remember chromium-browser ever timing out. [19:13] dobey: though, this rules file has some side-running process that emits a timestamp every five minutes. Perhaps that, printing to stdout, resets some timer. [19:14] not sure. could do perhaps === Mathnerd314 is now known as Mathnerd626 [21:53] hi, my code import hasn't been imported in over 7 hours, is there an issue wrt the code imports? [21:53] https://code.launchpad.net/~blue-shell/kdebase-workspace/taskbarqml [21:55] shadeslayer: it was down over the last 3 days so I suspect it's catching up [21:55] ah [21:55] thanks czajkowski [21:55] it's like you're always awake, just like me :P [21:55] I'm jsut heading off to sleep [21:56] good night :) [22:05] czajkowski: night night :) [22:08] good night =) [22:08] time for cooking some macaroni here === Ursinha is now known as Ursinha-afk === Ursinhal is now known as Ursinha === Ursinha-afk is now known as Ursinha === thomi is now known as thomi|lunch === Kyle_ is now known as Kyle === Nigel_ is now known as G [23:55] hello, is there a tutorial in how to create a ppa that will use the code that is present in a bzr branch in lp? [23:55] I already have all the debian dirs etc.. I just want to create a ppa to test some changes I made in a project [23:56] mandel: In some cases you can use a recipe (https://help.launchpad.net/Packaging/SourceBuilds/Recipes), but you might have to upload a package manually (https://help.launchpad.net/Packaging/PPA/Uploading) [23:57] wgrant, awesome, I was looking for the recipe info, thx!