/srv/irclogs.ubuntu.com/2011/11/02/#launchpad.txt

=== TheEvilPhoenix is now known as Resistance
CarlFKhttp://packages.ubuntu.com/search?suite=default&section=all&arch=any&searchon=contents&keywords=pxelinux.004:02
CarlFK<a href="/karmic/syslinux">syslinux</a>04:03
CarlFK"error:  two or more packages specified (syslinux karmic) "04:03
CarlFKhmm, maybe #u-bugs will know what to do with this04:03
=== stub1 is now known as stub
=== stub1 is now known as stub
=== stub1 is now known as stub
=== stub1 is now known as stub
[Dmitry]Hello11:00
[Dmitry]it's seems to a bug: https://code.launchpad.net/~itmages/+archive/software/+recipebuild/10754611:01
[Dmitry]Started on 2011-10-2611:01
[Dmitry]Estimated finish 2011-10-2611:01
jelmerI had one of those as well11:02
bigjools[Dmitry]: I cancelled it - re-request one11:31
bigjoolswe had a little snafu in the build farm the other day11:32
[Dmitry]bigjools: thx.12:01
=== head_v is now known as head_victim
GatoLokohi, i'm having trouble setting a team contact address. In june i reported #801423 (oops on trying to change it), but now it doesn't oops any more, it shows a message telling me a confirmation message was sent but that confirmation email never arrives13:55
GatoLokois there any other way to set the contact address?13:56
=== yofel_ is now known as yofel
=== chrisccoulson_ is now known as chrisccoulson
=== joey is now known as zz_joey
=== deryck is now known as deryck[lunch]
=== TRB143_ is now known as TRB143
=== bulldog98_ is now known as bulldog98
=== deryck[lunch] is now known as deryck
czajkowskisidnei: nice to meet you19:09
sidneiczajkowski, erm me too *wink*19:10
* sidnei ponders if it was another message misdirected to sinzui19:10
czajkowskiahh19:10
czajkowskistupid tab completing and similar names19:10
czajkowskiCurtis19:11
sidnei:P19:11
czajkowskisidnei: I'm sure it'd be nice to meet you19:11
sidneieh19:11
=== zz_joey is now known as zz_zz_joey
=== micahg_ is now known as micahg
ilmariHow can I flag a comment on a bug as spam?22:14
ilmarispecifically https://bugs.launchpad.net/ubuntu/+source/aptitude/+bug/181406/comments/1522:14
ubot5Ubuntu bug 181406 in aptitude (Ubuntu) "aptitude crashed with SIGSEGV in pkgRecords::Lookup()" [Critical,Fix released]22:14
lifelessilmari: tell us here22:15
ilmariI believe I just did :)22:16
lifelessand you'll note the comment is gone ;)22:16
ilmariindeed, thanks :)22:17
LekensteynHi, I made a mistake in uploading a broken .orig.tar.gz file to a PPA. When I tried to upload the fixed one, it was rejected. How can I make LP accept my new tarball?22:40
wgrantLekensteyn: You can't. You need to give it a new name.22:45
StevenKOr a new version.22:47
LekensteynI've just read that it could help to get the old tarball and run debuild -S with it22:48
wgrantThat will make the new package use the old tarball.22:49
wgrantBut it won't help you upload two different files with the same version.22:49
LekensteynI also tried adding a prefix, but it was rejected by debuild, something like pkg_1.2.3dev.tar.gz. Is n.n.n the only allowed name?22:50
LekensteynAlso, what would you suggest to use? If I bump the version number, future releases will conflict with it22:50
wgrantLekensteyn: foo_1.2.3+repack1.orig.tar.gz is a commonly used style.23:03
wgrantLekensteyn: You'll also need to make a corresponding change to the version in debian/changelog, so it knows to use the new tarball.23:03
tumbleweedif I pass a timezone aware date to a launchpadlib method, I see it includes the TZ in the request, and if I don't, it doesn't.23:04
tumbleweeddoes it assume UTC for TZ-naive datetimes?23:04
wgrantI believe it does, but I forget exactly.23:07
wgrant                raise ValueError("Time not in UTC.")23:08
wgrantBah23:08
wgrant            if timezone not in ['Z', '+0000', '-0000']:23:08
wgrant                raise ValueError("Time not in UTC.")23:08
wgrantThat's at the end of the marshaller.23:08
tumbleweedthanks :)23:08
wgrantSo it'll either fail or be UTC.23:08
* tumbleweed should have actually tested with non-UTC :P23:08
wgrantThe ISO8601 parser we use (zope.datetime.DateTimeParser) defaults to an offset of 0. So yes, timezone-naive datetimes on the wire will be treated as UTC.23:10
Lekensteynwgrant: What do I need to change in the changelog then? My versions are now like 2.4.1-1+git20111102.932b245~lucidppa2. I'm now trying it with debian/patches23:11
wgrantLekensteyn: Hm, that's an interesting version. Why is the git version after the -?23:12
wgrantIs it not a git snapshot tarball?23:12
wgrantNormally it'd be 2.4.1+git20111102.932b245-1~lucidppa2.23:12
wgrantAs it is now, it looks like the git snapshot is part of the Debian changes.23:12
LekensteynHmm, mistake in our version policies then. The package is a development snapshot for a testing PPA23:14
LekensteynWould I need to change the directory in the tarball if I name it pkg_1.2.3+repack1.orig.tar.gz?23:15
wgrantLekensteyn: No, the name in the tarball doesn't matter.23:20
wgrantLekensteyn: If you are packaging regular snapshots, you probably want to name the tarball pkg_1.2.3+git12341212.blahblah.orig.tar.gz23:21
wgrantOtherwise you'll have to keep the diff in diff.gz/debian.tar.gz23:21
Lekensteynwgrant: Many thanks for your help, I've now used a debian/patches approach (since I also manage upstream, and this is a non-official development snapshot, it should not be the end of the world). The next time, I'll try the pkg_x.y.z+repackN.orig.tar.gz method23:22
=== spm` is now known as spm

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!