[00:04] It requires that you borrow or write a script to generate source packages and upload them [00:05] Ahh...gotcha. [00:06] maxb: So it's dependent on my slow Internet connection both ways then? [00:06] i.e. from SVN, then up to Launchpad? (uploading is the killer on my end) [00:06] Note that there is work going on over the next few months to get LP to build packages nightly from bzr branches. [00:07] Pretty much. Ideally you'd run it somewhere with decent internet access [00:07] And you can already get LP to import svn repos into bzr branches. [00:07] I love my office's connectivity. Downloading Ubuntu isos at 8MB/s :-) [00:08] Maybe I'll hold off then to set this up until Lucid [00:46] hello all. I asked a question on here a day or so ago about a project that is releasing binaries without providing the appropriate sources [00:47] I have tried contacting the author, and posted a "question", but have not received a response [00:47] is there an appropriate line of action I should take? [00:53] [###################-] 199212KB 183KB/s | Fetching revisions:Inserting stream:Walking content 8911/8911 [00:53] it's been doing this for a hjalf an hour now [00:53] and the number is still going up [00:59] magcius: Yes, it's downloading the branch... [00:59] wgrant, why is the progress bar full and it says 8911/8911? [01:00] magcius: That would be more of a question for #bzr. [01:00] I asked there too. [01:01] I like Launchpad, but jeez, how does Canonical deal with this crap? [01:03] What do you mean? [01:03] It's a progress bar. They're never very reliable anyway. [01:03] It works perfectly in Git. [01:03] Although bzr's could certainly be better. [01:03] 8911/8911 doesn't mean anything [01:04] It's confusing. Very. === MTeck-ricer is now known as MTecknology === vxnick_ is now known as vxnick === jfroy_ is now known as jfroy === LordObama is now known as Unterwelt [08:20] is it just me or is LP timing out for everyone? [08:20] (Error ID: OOPS-1442EC231) [08:20] https://lp-oops.canonical.com/oops.py/?oopsid=1442EC231 === sraps_ is now known as sraps === sale_ is now known as sale [14:39] Hi! How to do translation for NEW LANGUAGE on LP (open permission)? https://translations.launchpad.net/gloobus/gloobus-0.4 [16:26] hiya, i am getting referer spam from: https://launchpad.net/~vepolastiv [16:27] i guess you might want to "fix" that :) [16:50] PPA - multi series PPA upload yet? (is there a place I can look so I don't bother people here?) === Unterwelt is now known as LordObama === ripps_ is now known as ripps === abentley1 is now known as abentley [20:32] i cant log into a launchpad website, it keeps saying i dont have permission and i need to login [21:04] how do i delete a PPA from a team? [21:04] i am the owner === yofel_ is now known as yofel [21:12] ian_brasil, You can not delete a PPA at this time. [21:13] damn..that means i cannot rename the team [21:13] cody-somerville, thx for the info anway [21:14] ian_brasil: You can file a question against Launchpad to get that taken care of [21:15] nhandler, you mean file a bug? [21:17] ah, i see someone is on it #495975 [21:59] Hi, I have a problem with sign packages and launchpad. I have a laptop and netbook. Before I do dput with my laptop with a gpg key. Now I can develop too with my netbook, and then I copy the gpg with --export and import on my netbook. But I get the next message: http://pastebin.com/d326a71fd how I can solve this? I cant upload with my netbook [22:09] nobody can help me? [22:10] shakaran2, just a sec. Sir :) [22:11] ok, thanks I wait [22:12] shakaran2, alright so I think I know what the problem is: you copied your pgp key but your ssh keys don't match with what's on launchpad that's why you are getting this error :) [22:13] umn, which command I need? simply copy de .ssh/ folder with .rsa ? [22:13] shakaran2, that will work too :) [22:16] No, that's completely irrelevant. [22:16] wgrant, sorry I thought that was the problem :) [22:16] The problem is that you rebuilt the .dsc after you built the .changes -- run debuild -S again, and it will work. [22:17] wgrant, I though he already build the package and he's trying to upload it now [22:18] dhillon-v10: that's correct. [22:18] wgrant, ahh I get it now, thanks I learned something new :) [22:21] wgrant: I already build the package, I am trying to upload. I copied the laptod .ssh folder with all ssh key but dont work [22:22] shakaran2: You need to rebuild the .changes file. Run debuild -S again. [22:23] then I have another problem, I run a automatically script for generate all debs (for jaunty, karmic and lucid) and then I move the generate .deb to other folder [22:23] Why are you building .debs directly? Launchpad does that for you. [22:23] $ debuild -S [22:23] debuild: fatal error at line 630: [22:23] cannot find readable debian/changelog anywhere! [22:23] Are you in the source code tree? [22:24] do cd .. [22:24] then I have to move all .deb [22:24] then try again [22:24] shakaran@magmus:~/sandbox/DEBS$ debuild -S [22:24] debuild: fatal error at line 630: [22:24] cannot find readable debian/changelog anywhere! [22:24] Are you in the source code tree? [22:24] or wait, you should be in the directory that has the debian folder [22:24] Are you in the source code tree? [22:26] yeap, but I build with a automatically script. My structure folder is http://pastebin.com/d77231e0e [22:27] ignore the folder DEBS (copia) [22:27] I have all my deb for tivion 0.0.3 on DEBS [22:27] You are not in the source tree. Enter the source tree. It has debian/changelog in it. [22:27] the source (and bazaar branch is tivion-0.0.3) [22:29] I cant, I have 3 changelogs. On tivion-0.0.3 folder, I made a deb folder with jaunty, karmic and lucid folder for /debian [22:30] You cannot do that. [22:30] You will need to maintain separate branches for the different series. [22:31] how I do that? I couldn't find any tutorial or guide for that [22:31] I did this script for that http://pastebin.com/d1485ab3a how a temporal workaround [22:31] *how=as [22:32] (sorry for my bad english) [22:32] Just keep two separate source trees. One for jaunty, one for karmic, one for lucid. [22:33] But the changelog and rules files must be directly in debian/ -- not a subdirectory thereof. [22:33] but all code is the same, only changes the control and changelog file for each distro [22:33] Yes. [22:34] umh, well, then I have a problem. I only know the basic commands for bazaar and also I dont understand how to do the branch for each distro [22:35] Perhaps you should read an introduction to bzr, so you can get an understanding of the basic concepts. [22:40] ok, I search and read it === LordObama is now known as Obama-da-PIMP === Obama-da-PIMP is now known as fugly === fugly is now known as vorian [23:29] wow! we can now see how many people a bug affects! thanks! [23:33] sinzui: The fix for bug #50580 is already in lp:lp/devel, shouldn't it be targetted at .12 ? [23:33] Launchpad bug 50580 in launchpad-registry "Use different colours for the mirror's status" [Low,Fix committed] https://launchpad.net/bugs/50580 === mok0_ is now known as mok0