jonrafkind | I just uploaded my package via dput and got an error on the command line, but I also got an email from launchpad saying it accepted my package | 00:28 |
---|---|---|
jonrafkind | the error from dput is Changes file must be signed with a valid GPG signature: Verification failed 3 times: ["(7, 1, u'General error')", "(7, 1, u'General error')", "(7, 1, u'General error')"] : Permission denied. | 00:29 |
dobey | jonrafkind: it's a known bug | 00:29 |
jonrafkind | the package was signed. I have upload this package with the same signature multiple times in the past successfully | 00:29 |
jonrafkind | is it ignorable? | 00:29 |
lifeless | yes | 00:30 |
mcc | so i'm not familiar with bzr or launchpad... i'm trying to check out an open source project to make a small change | 05:03 |
mcc | the repository seems to be over 150 MB... just checking, bzr doesn't have a way to, like, download just the single revision you want, like svn does or anything? | 05:03 |
mcc | also: I think i'm checking out just one *branch*-- if i want to check out a different branch will i then have to download another 150 MB of files? or is there a way to just "add" a branch to an existing clone and get just the missing revisions? or is it implicit, if i check out lp:inkscape, i've also checked out lp:inkscape/0.48.x? | 05:05 |
lifeless | mcc: you can indeed share the history you've downloaded | 09:13 |
lifeless | mcc: 'bzr checkout --lightweight' will download just the tip revision | 09:14 |
mcc | lifeless: thanks | 09:50 |
ajf_ | I have launchpad mirroring a project in subversion on code.google.com. If I switch that repository to git, is it possible to switch launchpad to use that without recreating the launchpad repo? | 11:15 |
BerndSch | hello, is there someone who could help me with a ppa? I'm trying to create my first ppa but the build fails with the error "You have not informed bzr of your Launchpad ID". How can I fix this? | 11:19 |
soren | This doesn't look right to me: http://paste.ubuntu.com/790403/ | 11:42 |
czajkowski | soren: breaking things on abank holiday | 11:43 |
czajkowski | :) | 11:43 |
soren | Bank holiday? Today? | 11:43 |
soren | Oh. | 11:43 |
czajkowski | soren: yup | 11:43 |
soren | New years fell on a Saturday. Right. | 11:44 |
* soren kicks and screams | 11:44 | |
ajmitch | almost | 11:44 |
czajkowski | soren: you can go back to sleep now :_ | 11:44 |
czajkowski | :) | 11:44 |
* soren sobs instead | 11:45 | |
wgrant | soren: http | 11:46 |
wgrant | Not https | 11:46 |
wgrant | It still shouldn't redirect infinitely, though. | 11:46 |
soren | Oh. | 11:46 |
soren | Was it always this way? | 11:46 |
soren | (http rather than https, I mean) | 11:48 |
wgrant | soren: Yes | 11:57 |
wgrant | soren: The only thing on https://bazaar.launchpad.net is codebrowse for private branches. | 11:58 |
soren | wgrant: Ok. Thanks! | 12:06 |
ahasenack | hi guys, I'm getting a "General error" when uploading a package to a ppa and the signature is checked, is something wrong in lp or is it me? | 12:52 |
ahasenack | Uploading python-tz_2010b-2~lucid1~ppa1_source.changes: 1k/2k550 Changes file must be signed with a valid GPG signature: Verification failed 3 times: ["(7, 1, u'General error')", "(7, 1, u'General error')", "(7, 1, u'General error')"] : Permission denied. | 12:52 |
stgraber | ahasenack: yeah it happens sometimes, your upload usually still goes through, you'll get the confirmation e-mail in a few minutes | 12:54 |
geser | ahasenack: during dput? you can ignore that if you are sure that you signed it with the right key and wait for the accepted (or rejected) mail | 12:54 |
ahasenack | stgraber: indeed, I just got it | 12:55 |
ahasenack | geser: yeah, during dput, using ftp | 12:55 |
stgraber | geser: the annoying thing is when you use dput to push more than one source package, as it'll exit when it gets the error | 12:55 |
stgraber | geser: so I had to stop doing that and switch to "for change in *.changes; do dput $change; done" instead | 12:56 |
geser | stgraber: why not write an wrapper that calls dput in a loop with one argument at a time? | 12:57 |
stgraber | geser: yeah, I guess if that error persists, I may end up doing that (also need to touch the .upload file as dput won't create it on failure) | 12:58 |
ahasenack | is there another way to upload a package to a ppa that doesn't use dput? | 12:59 |
geser | dput with sftp | 12:59 |
ahasenack | I was using that, but another bug came up so I switched back to ftp | 12:59 |
geser | but I'm not sure if this check is done there too or not | 12:59 |
ahasenack | a long time ago ftp wouldn't work for large packages (like 90Mb), so I switched to sftp, then I started hitting another bug with sftp, and switched back to ftp | 13:00 |
=== JanC_ is now known as JanC | ||
=== yofel_ is now known as yofel | ||
htorque | hi everyone! i'm trying to run apport-collect and get the following crash: http://paste.ubuntu.com/790565/ is this a problem with launchpad or apport? | 14:33 |
jelmer | htorque: hi | 14:44 |
jelmer | htorque: it looks like apport might be trying to set a tag that has an invalid name | 14:44 |
jelmer | htorque: the best course of action is probably to file a bug against apport | 14:45 |
jelmer | though admittedly the exception from launchpadlib isn't perfect either.. | 14:45 |
htorque | jelmer: thanks, will do | 15:23 |
=== Noldorin is now known as Qwerty | ||
=== Qwerty is now known as Noldorin | ||
kamal | hi #launchpad (allanap) ... can I have a spam post removed from a LP bug? https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/568611/comments/252 | 17:41 |
ubot5 | Ubuntu bug 568611 in linux (Ubuntu) "Screen brightness control fails on Dell Studio 1558" [Low,Fix released] | 17:41 |
exarkun | is there a Twisted-based launchpad api client library? | 18:25 |
dobey | i don't think so. launchpadlib, lazr.restfulclient, and wadllib just use urllib2 (maybe httplib2 as well), iirc | 18:27 |
exarkun | is launchpadlib threadsafe? | 18:28 |
exarkun | wait, urllib2 isn't even threadsafe | 18:28 |
exarkun | so... | 18:28 |
dobey | well, i use it in a gtk+ app with threads in python | 18:29 |
dobey | and it works fine | 18:29 |
exarkun | except when it fails 1% of the time, unreproducably, on client machines? :) | 18:29 |
exarkun | I guess using it from exactly one non-main thread should be somewhat okay | 18:30 |
dobey | no | 18:30 |
dobey | it is the main gtk+ thread and the one thread for lp stuff, though; so not crazy like, say, threads in evolution are | 18:31 |
exarkun | okay, yea, that sounds like what I should do, I guess | 18:31 |
exarkun | is anyone interested in (as in, willing to pay an expert to write) a twisted-based version of launchpadlib? | 18:32 |
dobey | though i'd guess that more threads would be generally fine as long as you do it right. | 18:32 |
exarkun | urllib2 really isn't threadsafe, I've checked | 18:34 |
exarkun | it probably would work fine 99.9% of the time, and then break mysteriously. | 18:34 |
dobey | well, all software does that anyway | 18:35 |
exarkun | So why even try to do any better | 18:38 |
exarkun | Besides, if anyone ever made a program that worked right, users would suddenly be very angry at everyone else | 18:38 |
exarkun | That would be a major disaster :) | 18:39 |
exarkun | I have more questions about launchpadlib, like how to get all the bugs for a project, but I have to go. cya. | 18:39 |
dobey | ok | 18:43 |
zooko | Is there a bug I can subscribe to in order to be informed about progress/changes in having launchpad watch sf.net and redhat bugzilla? | 19:20 |
=== davidcalle_ is now known as davidcalle | ||
zooko | Folks: I think https://launchpad.net/zenoss should link to https://bugs.launchpad.net/bugs/bugtrackers/zenoss-trac . I've already written to the email address listed as the maintainer of https://launchpad.net/zenoss, but it bounced. | 20:18 |
zooko | What can I do? | 20:18 |
micahg | zooko: you can file a request at answers.launchpad.net/launchpad | 20:20 |
zooko | micahg: thanks! | 20:26 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!