=== Logan_ is now known as k === pi-rho|away is now known as pi-rho === pi-rho is now known as pi-rho|away === charles_ is now known as charles === spm is now known as stevemci === stevemci is now known as spm === dayangkun_ is now known as dayangkun === czajkowski changed the topic of #launchpad to: 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 === lifeless_ is now known as lifeless [09:21] hi, I am trying to search for something in launchpad, but for some reason the result page only lists project that exactly matches the search term, no bugs, packages, answers are shown. is this a new "feature" or is something wrong? [09:49] so no one here uses launchpad search? [09:52] the search on the front page? I don't myself. [09:53] flopper: what's the url of a results page that you don't like the contents of? [09:54] mgz: https://launchpad.net/+search?field.text=lxc&x=0&y=0 but you can substitute the search text for anything [09:58] it's also exact match on people, but yeah, it's not google site search any more [09:58] may I recommend http://www.google.com/search?q=site:launchpad.net+lxc instead? [09:58] so this in intentional? [09:59] flopper: I don't know, but presume... [09:59] damn, I really hoped canonical would not catch the gnome disease [10:01] That's not intentional. [10:02] I use launchpad.net/people for searching [10:02] That's for searching people [10:02] yes [10:02] +search is for searching everything, using Google as a backend [10:03] hence the people wgrant:) [10:03] But it appears to be broken [10:05] wgrant: okay, thanks for clarifying [10:14] flopper: It seems that Google is rather unhelpfully returning 0 results for every query. I'll get someone to investigate that. [10:15] wgrant: thank you :) [12:10] Order bugs by Importance seems to be broken [12:11] nope, sry false alarm [12:11] everything worx [12:11] * MCR1 needs a coffee [12:12] * benji sips his coffee in honor of MCR1. [14:38] hi, i have a ppa located here https://launchpad.net/~oly/+archive/ppa all the packages i upload are being built for 12.04 is there a way to enable this for 12.10 as well ? [14:39] hi oly [14:39] oly: you'll have to upload them for 12.10 as well (or copy them to that series) [14:40] i was not aware i was uploading them against a specific version with dput ? [14:40] oly: you are, the ubuntu release in debian/changelog [14:40] is there an extra parameter, i did try copying but i got an error about them already existing [14:40] oh okay [14:41] ah yeah your right i remember now, thats what i get for copying and pasting :) [14:41] can you specify multiple releases in the changelog then ie 12.04 and 12.10 or do you need to do this some other way ?? [14:48] cheers jelmer that is most hopeful i will look into my options with the chagelog later, at least i know where to look now :) [14:51] oly: you can only specify one release target in the changelog [14:52] that kinda sucks, so i have to duplicate the project just to change the changelog :/ [14:53] i guess i can branch the project for each release target, and have seperate debian folders in each,perhaps my best option [14:54] oly: you can use recipe builds on launchpad to have it automatically upload for each version of ubuntu you want to support [14:55] and then it will also mostly version them correctly as well, assuming you set up the recipe correctly [14:55] that sounds intresting will have to look into that === deryck is now known as deryck[lunch] === yofel_ is now known as yofel === deryck[lunch] is now known as deryck === czajkowski changed the topic of #launchpad to: 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 [17:49] hi, i am trying to create a reciepe, but the build process is failing because its setting the email incorrectly its setting it to username@hostname instead of my actual email is there a way i can override this ? [18:25] setting which e-mail address? [19:08] dobey, basically the reciepe is setting the email in changelog file but its not my real email, normally i set it manually and use -k to assign the correct key [19:08] but using the receipes its using my login name @ hostname so i need a way to change that :) [19:10] oly: what branch is it for? [19:10] just my own personal ppa [19:11] i wrote a reciepe file and am testing it locally with bzr dailydeb before uploading it [19:11] recipes build branches from launchpad though. which branch are you building? [19:11] i have it pulling from here lp:~oly/geany-json-deserialize/trunk [19:12] i am not doing a merge as the debian files are already part of trunk [19:12] as i was previously building using bzr-buildpackage [19:13] just trying to get it automated so it build for 12.04 and 12.10 at the same time [19:16] how are you requesting the recipe be built, exactly? [19:17] running this on local machine bzr dailydeb geany-json-deserialize.recipe ./ [19:18] it works but i get a lintian error about invalid email in the changelog [19:19] on your local machine? [19:19] yeah, so i can test it before i commit to launchpad [19:19] http://paste.ubuntu.com/1191442/ [19:20] add that to whatever terminal system's rc file you use [19:20] (for Bash, ~/.bashrc) [19:20] make sure you edit the information to be *yours* [19:20] right [19:20] intresting i did actually try something similar to that [19:20] also you may need a line like this: [19:20] export EMAIL='YouAreFail@example.com' [19:20] this is because your e-mail isn't set so it's generating user@host as an e-mail [19:20] (ignore the names, its bleh) [19:21] oly: again, source ~/.bashrc or zshrc or whatever it is for you [19:21] after you edit [19:21] then try [19:21] yeah i get that, i will try the export email one as well [19:21] i had to have the two DEB env vars and the EMAIl one [19:21] then it works for everything [19:21] yeah i wrote package.sh file i could run while testing but i will put in bash if it works :) [19:21] ... [19:21] you should *ALWAYS* have that in your bash rc filef [19:22] ***ALWAYS*** [19:22] i dont trust scripts to use it right [19:22] whenever you work with packaging, put it in your bashrc :P [19:22] okay, its habit i like scripts so i can store them in ubuntu one [19:22] so make a nonhidden copy of your bashrc and throw it into your uubuntu 1 folder [19:22] that way when i am on another machine or vm i can quickly run them :) [19:23] Thanks for that anyway export EMAIL did the trick :) [19:24] keep all 3 in your bashrc :P [19:24] so that debuild *and* the bzr recipe thing work :P [19:25] done thanks again now to commit the reciepe and see what launchpad makes of it :) [19:30] just put your bashrc in ubuntu one and make ~/.bashrc a symlink to ~/Ubuntu One/dotfiles/.bashrc or something [19:31] mhm [19:33] i just copied in the new stuff and kept the script seperate for future reference :) [20:51] hello. I've run into a little issue. I built a package, signed etc. dput goes well but I get absolutely no feedback from the launchapd and my packages do not appear in the build queue. Any ideas what he problem could be? [23:32] is it possible to upload to a private branch? for instance customizations to proprietary software? [23:49] mark06: yes, if you have a proprietary entitlement [23:50] you mean it's a paid service? [23:53] mark06: yes, Launchpad is only free for public projects under an open source license. Proprietary projects can use private bugs and branches if they purchase a commercial subscription. [23:55] ok thanks