=== oktay-glatze is now known as oktay-kellkafa === asac_ is now known as asac [02:02] hello [02:02] is possible to make private branch on launchpad? [02:08] Grom: Well, bzr push lp:~grom/+junk/my-private-branch # will create your own branch, but it will be visible to others... how "private" do you need? if 100% private, just keep the repo on your own local machine :) === Andre_Gondim is now known as Andre_Gondim-afk [03:00] Hi, I made a translation team called "Launchpad Indonesian Translators" in launchpad a while back. Could it possibly be added to https://translations.launchpad.net/+groups/launchpad-translators/ ? What is the correct procedure? [03:01] This id the link: https://launchpad.net/~lp-l10n-id [03:05] darkvertex: I would suggest you email rosetta@launchpad.net and ask them to add your team [03:06] jmarsden: thank you for your prompt reply. will do as you suggested === ripps_ is now known as ripps === sale_ is now known as sale [10:58] hey launchpad guys [10:58] I got some error in staging when using my credential (I don't have this error in edge) [10:59] so, it seems that the launchpad API binding is broken right now on staging [13:37] hello [13:39] I've put a package to my ppa, and I don't know why soyuz tries to upload then after, and off course it fails [13:40] ... a package to build in my ppa ... [13:46] crevette, Its attempting to upload the binary packages not the source package again. Its a known bug in launchpad that occurs intermittently. [13:47] hey cody-somerville [13:47] crevette, Can you provide a link to the build results page for the package? [13:47] yep of course, [13:47] https://edge.launchpad.net/~bmillemathias/+archive/ppa/+build/1064180 [13:49] crevette, ah [13:49] crevette, This is a different matter. [13:50] crevette, You can't upload an older version of a package to a PPA for a series even if you've deleted the newer version. [13:51] ah, is itn't to be superseded by default? [13:51] hmmm, I don't have any other bluez package for jaunty [13:52] crevette, You did. [13:52] yeah [13:52] I had one [13:53] You need to upload a version higher than 4.37-0ubuntu1 for it to be accepted to Jaunty in your PPA. [13:53] https://edge.launchpad.net/~bmillemathias/+archive/ppa?field.name_filter=bluez&field.status_filter=any&field.series_filter=jaunty [13:54] cody-somerville: but I need to test a patch for 4.32, in order to know to be tested by jaunty users [13:54] aaaaaah [13:54] okay understand [13:55] :) [13:55] I believe the current workaround is to create a new PPA. [13:55] okay, this is true now I can haz more ppa [13:57] thanks cody-somerville [13:57] crevette, My pleasure :) [13:59] thanks for the support on sunday [13:59] :) [14:09] hello I want to upload a totally new branch into an existing project (branch would be "drupal6-devel" and project "spreadubuntu") [14:10] should I just push it as indicated here: https://help.launchpad.net/Code/UploadingABranch#Registering%20your%20branch%20in%20Launchpad [14:10] ? [14:11] huayra, That should work, yup. [14:11] thx :)O [14:11] huayra, If you paste in what command you're going to type before you do I can explain to you where exactly the branch will show up if you're uncertain. [14:13] ok, I am now putting everything I am going to upload in the directory I want to commit [14:13] I'll paste it here before pressing enter :) === oktay-kellkafa_ is now known as oktay-glatze [14:53] hi cody-somerville myline would be something like: "bzr push lp:~spreadubuntu/spreadubuntu/devel-drupal6 --use-existing-dir [14:53] " [14:53] am I right? [14:54] huayra, Are you a member of the spreadubuntu team? [14:55] yes [14:55] huayra, Looks good [14:55] huayra, You probably don't really need --use-existing-dir unless you registered the branch via the UI first [14:55] which I did [14:56] * cody-somerville nods. [14:56] Looks like you're good to go! [14:56] but how do I mark the files to be pushed? [14:56] :) [14:56] I have not done anything else than installing bzr where I am developing, login in and now I want to push [14:56] I have use SVN, but BZR is practically a total stranger to me [14:57] huayra, Luckily, if you've used SVN then a lot of the commands you learnt for SVN actually work in bzr in the way you might suspect. [14:57] huayra, To get started, you need to type 'bzr init' in the root/top level directory of your project. [14:58] ok, here we go :) [14:59] huayra, Next you'll do 'bzr add' which will recursively add all your project's files to your new branch. [14:59] even directories? [14:59] huayra, Yes. [14:59] add, just like in svn [14:59] :) [15:00] it tells me that it ignored 3 files... BUt I can't see which files [15:01] bzr ignored [15:01] :) [15:02] hehe [15:02] huayra, You can also type 'bzr status' to review all the files it *did* add. If after reviewing 'bzr status' and 'bzr ignored' you're happy, then its time to do your first commit. [15:02] I feel like a n00b (still this far easier than git) [15:03] huayra, To do your first commit, type something similar to the following: bzr commit -m "Initial commit" [15:04] huayra, The -m "Initial commit" after bzr commit is just a shortcut to specifying the commit message. If you had just typed 'bzr commit' then bzr would have opened an editor for you to write your commit message. [15:04] just like svn :) [15:05] ah, ok [15:05] but I do that before pushing, right? [15:05] does commit make the push as well? [15:05] no [15:06] well [15:06] no unless you have a lightweight branch [15:06] ok so I write the commit -m message and then do the push as described above, right? [15:07] huayra, Thats correct. :) [15:08] hi. i get an oops (OOPS-1254EB286) trying to add a bugwatch to bug 357761. [15:08] Bug 357761 on http://launchpad.net/bugs/357761 is private [15:09] cody-somerville and Nafallo thank you very much for your help :) [15:09] huayra, No problem! :) [15:09] you guys rock! [15:10] :-) [15:12] Ampelbein, You've found a bug. [15:13] cody-somerville: ok, so i report this on https://bugs.launchpad.net/launchpad ? Or directly to project malone? [15:13] Ampelbein, Directly to project malone [15:13] cody-somerville: ok, thanks. [15:15] Ampelbein, If ever in doubt though, file against launchpad. In this case, we're confident enough that its a malone bug. [15:17] thanks again. [15:21] cody-somerville: bug 384513 filed. is there anymore information i should include? [15:21] Launchpad bug 384513 in malone "OOPS-1254EB286 when trying to add bugwatch" [Undecided,New] https://launchpad.net/bugs/384513 [15:22] Ampelbein, No, thats great. [15:32] Ampelbein, It appears that the remote bug tracker information for the viking project isn't correct/valid. === abentley1 is now known as abentley [18:14] hi [18:14] bugs.launchpad.net uses an invalid security certificate. [18:14] The certificate is not trusted because the issuer certificate has expired. [18:14] The certificate will not be valid until 05/08/2009 05:05 PM. [18:14] what is that [18:15] it seems to be true only for some people [18:15] is there some random auto ballancing? [18:15] hscdude, I don't get that error. [18:16] \well I get it all the time [18:21] I was in middle of debugging wakup using CMOS clock magic. didnt corrected my clock yet lol. n/m [18:27] cody-somerville: re. thanks for looking into bug 384513. After your investigation it now seems to be the same as bug 370117. [18:27] Launchpad bug 384513 in malone "OOPS-1254EB286 when trying to add bugwatch" [Undecided,Confirmed] https://launchpad.net/bugs/384513 [18:27] Launchpad bug 370117 in malone "Attempting to add "Affects" project to bug report results in OOPS-1216D2336" [Medium,Triaged] https://launchpad.net/bugs/370117 [18:34] Can someone help me break a lock on launchpad? [18:37] I see this: http://pastebin.com/d12586552 I see a 'bzr suggests wrong URL for break-lock with a LP hosted branch' bug on this ( https://bugs.launchpad.net/bzr/+bug/250451 ) but I don't see how to work around it. [18:37] Launchpad bug 250451 in bzr "bzr suggests wrong URL for break-lock with a LP hosted branch" [High,Confirmed] [18:38] oh, geeze, I read *right* past it. [18:39] illiteracy strikes again [18:39] thank you. [19:47] heh === mwhudson_ is now known as mwhudson === Andre_Gondim is now known as Andre_Gondim-afk [22:28] i condsider to register a small project on launchpad, but i wonder what the idea is for project docs. launchpad doesn't seem to offer a place where i can publish a readme (with linked images)? [22:32] zsquareplusc: not right now [22:44] Hi, how do I add a jey for someones ppa on ubuntu? I looked at the link provided on launchpad and it says (in a terminal) to add the fingerprint that looks like this "B0BE17C2A0C914F086B7B8327D2C7A23BF810CD5" and then gives an example of an awn testing ppa, but I cant find this fingerprint thing anywhere - I can only fin the whole public key block [22:46] Bodsda: it's on the page for the ppa you're adding, i think? [22:48] or rather, it's on the page you get after you click the shorter hash [22:48] Bodsda: which ppa are you trying to add? [22:48] mwhudson: this is the ppa im trying to add -- https://launchpad.net/~andrewfenn/+archive/ppa -- the only thin i can find is this: 1024R/6FED7057 but its a link to his whole public key [22:48] ah right [22:48] well when it says [22:48] Search results for '0xe1ba1ac8f1cea356be76dab5b7a1545c6fed7057' [22:48] the key is e1ba1ac8f1cea356be76dab5b7a1545c6fed7057 [22:49] mwhudson: oh, after the 0x -- they didnt mention that [22:49] mwhudson: brilliant, cheers [22:49] it's a bit unclear, yes [22:49] Bodsda: np [22:50] http://www.sourcecode.de/content/some-internals#comment-3710 [22:51] has anyone gotten this to work on jaunty ;_;