[00:03] In launchpad, is the blueprints feature the fullness of where you do software designs? Or do people usually use UML modeling tools or just plain wikis or something instead for designs, outside of launchpad space? [00:12] I ask because I'm interested in about 4 people collaborating on a design and hoping to use launchpad [00:13] At work, we use whatever tool and upload finished UML class diagrams as PNG files to our wiki, and write text around it to defend the design [01:25] Hello! [01:25] lp-project-upload is uploading my tarball incorrectly [01:25] I mean, the uploaded file has other md5sum [01:26] I detected it because when tried to download and open it, gunzip complains it's not a valid format [01:26] it's this one: https://launchpad.net/launcherposta/trunk/0.9/+download/launcherposta-0.9.tar.gz [01:26] should I debug something or just open a bug? thanks! [01:34] Hello. I'd like to get involved with bug tacking. I'm to the point of running through this tutorial (https://developer.ubuntu.com/packaging/html/fixing-a-bug-example.html) but I'm a bit confused when I try to find a bug in launchpad to tackle. I see the bug sometimes assigned to a user even though the bug is labeled "NEW" and they date back to 2010. [01:37] fully_human: you mean bug tracking/fixing in Ubuntu, correct? [01:37] Yes. [01:37] not for some other project that runs on Launchpad? [01:37] fully_human: you may want to ask your questions in #ubuntu-bugs [01:38] Ah, thanks. [01:38] since that's where most ubuntu bugs questions regarding triaging/etc end up [01:47] facundobatista: I've reported that as bug #1113932. It's a regression from a code change we pushed out on Friday, and appears to only affect files uploaded using the API. [01:47] bug 1113932 in Launchpad itself "Files uploaded through lazr.restful get decoded as Unicode" [Critical,Triaged] https://launchpad.net/bugs/1113932 [01:47] I'm reverting the problematic change. [01:48] Should be fixed on production on Monday. Thanks for letting us know. [02:00] wgrant, thank you!!! === Ursinha is now known as Ursinha-afk === Ursinha-afk is now known as Ursinha [04:20] Hi everyone! [04:20] I'd like to report spam on launchpad → https://bugs.launchpad.net/ubuntu/+source/libfprint/+bug/602071/comments/52 [04:20] Launchpad bug 602071 in libfprint (Ubuntu) "[0a5c:5801] Broadcom fingerprint reader not working" [Wishlist,Triaged] [04:21] looks like this user also spammed other threads [04:36] wgrant, confirmed, upload through normal POST is ok [04:37] wgrant, thanks for working on this! [04:52] Spam here as well: https://bugs.launchpad.net/ubuntu/+bug/153328 [04:52] Launchpad bug 153328 in Ubuntu "[needs-packaging] phasex" [Wishlist,Fix released] [04:52] (From the same guy). [05:59] nesthib, Logan_: Those two spam comments have been hidden, thanks for reporting. [06:01] no problem === zequence_ is now known as zequence === Ursinha is now known as Ursinha-afk === Ursinha-afk is now known as Ursinha === Quintasan_ is now known as Quintasan === Ursinha is now known as Ursinha-afk === Ursinha-afk is now known as Ursinha [13:59] is it possible to associate or merge Launchpad accounts created by 2 openIDs? === Ursinha is now known as Ursinha-afk === Ursinha-afk is now known as Ursinha === Ursinha is now known as Ursinha-afk === Ursinha-afk is now known as Ursinha [20:40] I need GCC 4.7 in a daily build recipe for Precise - the package is in the precise-updates archive if that helps. [20:40] Is there any way of making that available to the recipe? [20:47] george_e: the recipe needs an upstream source to pull from [20:48] george_e: you can enable precise-updates (I think its on by default) for the PPA [20:48] It is? [20:48] This build here seems to have failed: https://launchpadlibrarian.net/130257909/buildlog_ubuntu-precise-i386.nitroshare_0.3-0~201302030357~precise1_FAILEDTOBUILD.txt.gz [20:48] It seems to have pulled in GCC 4.6. [20:54] george_e: I don't see gcc-4.7 in precise [20:54] tsimpson: http://packages.ubuntu.com/search?suite=precise-updates&searchon=names&keywords=gcc [20:54] It's in precise-updates. [20:55] george_e: that's just gcc-4.7-base, not gcc-4.7 [20:56] tsimpson: Ooooooooh. Okay. Sorry for the mixup then. [20:56] note sure why it would be in precise-updates, seems pretty useless [20:57] So then obviously what I need to do is backport GCC 4.7 and add it to the PPA. [20:57] I already did that with CMake since I needed the latest version in the PPA. === Ursinha is now known as Ursinha-afk [23:21] Great. I can't seem to sign anything with my GPG key. [23:21] I just get: "gpg: skipped "... <...@...>": secret key not available" [23:22] But the key shows up in gpg --list-secret-keys [23:22] george_e: The name+email line in debian/changelog needs to exactly match an identity on your OpenPGP key, including any comment on the identity, or you need to use the -kKEYID option [23:23] wgrant: I haven't touched debian/changelog - if it helps, I'm running 'backportpackage'. [23:24] george_e: Do you have DEBEMAIL set correctly? backportpackage probably uses that to construct the changelog entry [23:24] But backportpackage is an Ubuntu thing [23:25] AHA! [23:25] wgrant: You were right. [23:25] DEBEMAIL (for some reason) was not set correctly. [23:25] Now it's signing the package. Thank you for your help! [23:25] Great :)