=== sinzui changed the topic of #launchpad to: https://launchpad.net/ | Help contacts: - | Launchpad is an open source project: https://dev.launchpad.net/ | This channel is logged: http://irclogs.ubuntu.com/ === wgrant changed the topic of #launchpad to: https://launchpad.net/ | Help contacts: wgrant | Launchpad is an open source project: https://dev.launchpad.net/ | This channel is logged: http://irclogs.ubuntu.com/ [00:38] wgrant: hi, q above about upload tempfile handling [00:39] Ah, sure. [00:40] Although the user has left. [00:53] wgrant: still, I'd like to know if I had it right [00:53] or if I need to hunt down said temp dir and get it nukified [00:53] It has just been nuked. [00:53] I think they may be automatically pruned from germanium after not too long, but on cocoplum they stay around. [00:54] great, thanks === stub1 is now known as stub [07:56] Hello, about LP web api: date format is defined somewhere? Is it guaranted to be yyyy-mm-dd in all cases? [07:58] jfi: It's just ISO8601. [07:59] wgrant, thanks! === med_out is now known as med === med is now known as medberry [08:10] hi! my research group is using launchpad. a PhD student in the group has his own branch, and I'd like to do code review for him incrementally, but I don't want to wait until he proposes a merge before I can offer public comment via launchpad. I know you can review when they propose a merge: is there any way to review before that? [08:12] pfarrell_: there are a few options [08:12] pfarrell_: you can just look at the commits in their branch (launchpad provides a code browser for branches) [08:13] pfarrell_: you could run e.g. "bzr merge --preview $their_branch" locally [08:13] spiv: hi, thanks for the response [08:13] pfarrell_: you could also make a merge proposal for their branch yourself [08:13] spiv: yep, I can see their code [08:13] but it is nowhere near ready for merging [08:13] You can keep a merge proposal set to "Work in progress" [08:13] pfarrell_: there's a "Work in Progress" status, even. [08:13] It will show an updating diff, and you can comment on it. [08:13] but I want to provide feedback before it is ready to merge [08:14] hmm, that might work [08:14] and then either create a new one or just set it to "Needs review" when it's ready for merging. [08:14] Well, there's always direct email :) [08:14] spiv: true, but I want it to be public [08:14] it's just that making a merge request is a little unintuitive, because I don't want to merge his code, I want to review it [08:14] but I see how that could work [08:14] A w-i-p proposal is the way I'd do this. [08:15] Yeah, I can see how that feels a bit weird. You could always ask them to make it :) [08:16] ok, great, thanks for your help (and nice job) [08:16] Hopefully your student appreciates the value of regular feedback. (If not, I'm sure it's just a matter of timeā€¦) [10:33] jml: who was it that you said to talk to about user testing [10:38] cjohnston: mrevell [10:39] Hello cjohnston! [10:42] hey mrevell [10:42] Well... ^^ :-) [10:42] I'm interested [10:43] cjohnston, Excellent :) Are there any particular parts of LP that interest you? What do you use it for most? [10:45] cjohnston, My power's about to go off for ten minutes [10:46] bugs blueprint answers and interfacting my code with translations, but not actual translating [11:41] I am trying to install notifyosdconfig but I get FAILED TO FETCH the ppa i need, any suggestions? [11:43] krazykrivda: How did you add the PPA, and what's the error? [11:44] bazhang: to be exact > sudo add-apt-repository ppa:amandeepgrewal/notifyosdconfig [11:44] oops ignor the bazhang*** [11:44] then... W: Failed to fetch http://ppa.launchpad.net/amandeepgrewal/notifyosdconfig/ubuntu/dists/natty/main/source/Sources 404 Not Found (and a simialr like it [11:44] Sounds like that PPA doesn't support natty. [11:45] sudo apt-get update && sudo apt-get install notifyosdconfig (i missed that too) [11:45] i've seen/heard of success on 11.04 [11:45] That PPA only supports Karmic and Lucid. === medberry is now known as med_out [11:47] wgrant: you still here I may have been disconnected [11:48] wgrant: please see here > http://www.webupd8.org/2011/05/configurable-notifyosd-bubbles-for.html [11:49] krazykrivda: That says to use ppa:nilarimogard/webupd8 [11:49] Not ppa:amandeepgrewal/notifyosdconfig [11:49] I am sending you wrong things left and right, I apologize [11:50] I have some trouble activating my gpg key on launchpad [11:50] can somebody help me? thanks [11:50] jorgesuarez_: Hi. What's the issue? [11:51] The confirmation message says "A message has been sent to yo@jorgesuar, encrypted with the key 2048R/E8963826." [11:51] but when I paste the message into gpg --decrypt it says this [11:51] gpg: encrypted with RSA key, ID FFB3E854 [11:51] gpg: decryption failed: secret key not available [11:52] Sounds like you added a key that you don't have on your system. [11:52] but the message says clearly the key is E8963826 [11:52] but the message seems to have been encrypted with some other key [11:53] maybe i'm not decrypting it correctly [11:53] wgrant: how can i remove the ppa:amandeepgrewal? ppa-purge cannot remove [11:54] krazykrivda: Look in /etc/apt/sources.list.d. You should see a file containing those entries; delete it. [11:54] jorgesuarez_: It's possibly giving the ID of one of the subkeys. [11:54] jorgesuarez_: Which fingerprint did you add? [11:55] E968 52B5 5ADD 6DE2 7A5F 90FB FD6F E0D0 E896 3826 [11:55] Yeah, FFB3E854 is a subkey on that key. [11:55] And you don't have it on your system. [11:56] oops [11:56] gpg --list-secret-keys [11:56] yes, you're right [11:57] jorgesuarez_: So, for future reference, the main key ID is only used for signing. Encryption is done by a subkey, with a different ID. [11:57] This can be a little confusing :) [11:57] aaah, ok right [11:57] thanks to you i've found the issue [11:57] i've been trying to decrypt it as root [11:58] Ahhh [11:58] wgrant: all is looking well, thank you for your assistance [11:58] krazykrivda: Great. [11:59] wgrant: now for the worst question yet, I can't figure out how to open it [12:00] krazykrivda: Tried running notifyosdconfig? [12:00] ha.. yes [12:00] dpkg -L notifyosdconfig | grep /usr/bin [12:00] just typing in > notifyosdconfig (in term) [12:01] got it thank you [12:01] (for some reason the pkg is notifyconfig) [12:20] I had two keys with the same name and e-mail, and debuild signed my package with the incorrect key [12:20] to avoid problems I removed the unwanted key, and now debsign says that there's no key available [12:22] maybe the key is cached somewhere and I need to clear the cache? [12:23] ok, specifying the hey with the -k parameter seemed to solved it [13:07] When I use dput, the orig file is not being uploaded to launchpad [13:08] what can I do to fix that? [13:08] jorgesuarez_: it's presumably not listed in your .changes file. You need to debuild with -sa to force the inclusion. (It normally tries to guess from the version number whether it's needed or not) [13:10] tumbleweed: thank you, that's exactly what was happening and solved my problem =) === med_out is now known as medberry [14:09] https://launchpad.net/ | Help contacts: jcsackett | Launchpad is an open source project: https://dev.launchpad.net/ | This channel is logged: http://irclogs.ubuntu.com/ === jcsackett changed the topic of #launchpad to: https://launchpad.net/ | Help contacts: jcsackett | Launchpad is an open source project: https://dev.launchpad.net/ | This channel is logged: http://irclogs.ubuntu.com/ [14:10] ...and we're off to a good start witht that. :-p [14:10] Yay :) [14:10] * wgrant is free. [14:10] wgrant: isn't wallyworld supposed to be covering the second half of your day? [14:11] oh, conference. nm. [14:11] He's somewhere between UDS and here. [14:11] Yeah. [14:11] i *guess* we can excuse him then. :-) [14:30] mrevell: are you back online? [14:31] cjohnston, Hey there. What sort of use do you normally make of LP? [14:32] mrevell: I'm one of the developers for summit and loco directory... so bugs, blueprints, bzr, answers, translations... ummm what else really is there.. lol === bigjools is now known as edbot === edbot is now known as bigjools [14:33] :) Cool. That's good to know. I'll put you on the list of people interested in taking part. I'll probably drop you a mail when I'm getting ready for the next round. [14:36] ok.. cool === microcai1 is now known as microcai === medberry is now known as med_out [15:08] ok, I kmust be loosing my mind, but I can't figure out how to set priority/direction/status of an image [15:11] * NCommander knows he has permissions for these specs [15:11] jcsackett: (these are the same specs from the other day, I just got sidetracked on following them up) [15:15] NCommander: were you able to edit those two fields on this spec before? [15:19] jcsackett: Never on these specs, but I can't even edit them on ones I've registered [15:19] NCommander: can you throw me a link to one of the one's you've registered? [15:28] jcsackett: https://blueprints.launchpad.net/ubuntu/+spec/server-o-arm-image-validation [15:31] NCommander: do you have no edit rights on this spec, or again just priority/status? [15:31] er, rather, again just not the priority/status. [15:32] jcsackett: just priority/status/direction is uneditable [15:34] so again, i think that's because you're not in the drivers list for the distribution or series listed as the target. [15:35] jcsackett: ah, didn't get that explination before, but that's annoying [15:35] :0/ [15:36] NCommander: i may be wrong, i got that from reading through the security adapters for specs. there may be other factors. let me see if i can scare up someone more familiar with blueprints than me. === microcai is now known as microcai1 === microcai1 is now known as microcai [15:40] jcsackett: thanks [15:53] I believe only the approver or a project driver/RM can change assignees [15:53] * sinzui reads permission code [15:53] sinzui: i read through the code as well, and that was my conclusion. but i thought it was worth a second opinion. [15:54] NCommander, see sinzui's comments above. he's offered to double check if i'm crazy. :-) === microcai is now known as ipad === ipad is now known as microcai [16:08] kiko: hello. I had a look at this bug #176558 and I wonder if it's possible to have (if any) a svg or whatever of those icons. [16:08] Launchpad bug 176558 in Ubuntu QA Website "New icons required" [Medium,Triaged] https://launchpad.net/bugs/176558 [16:31] is there a way to encode in a recipe how to extract the version number from the upstream source? === Ursinha is now known as Ursinha-ohnomnom [16:44] broder: No, but it can be derived from the debian/changelog in the packaging branch if you like [16:45] {debupstream} will be replaced by the upstream portion of the version number taken from debian/changelog in the final tree. [16:48] maxb: right, i was hoping there was some way i could avoid having to update my packaging branch whenever the project in question rolls a new release [16:49] That can get quite tricky in general. I think the only way recipes could reasonably implement that would be to execute a script in the assembled tree to generate the version [16:50] Hmm [16:50] sure, and i can imagine the sorts of issues that would come with that [16:50] Or possibly something based on bzr tags could be written [16:50] {lasttagonbzrmainlinematchingregex:bzr-.*} ? :-) [16:51] that might work for my case [16:51] i have to look, though - the branch is a git import, and i think the project might use separate release branches that wouldn't be represented in the import of master === Ursinha-ohnomnom is now known as Ursinha === matsubara is now known as matsubara-lunch [18:59] /topichttps://launchpad.net/ | Help contacts: sinzui | Launchpad is an open source project: https://dev.launchpad.net/ | This channel is logged: http://irclogs.ubuntu.com/ === sinzui changed the topic of #launchpad to: https://launchpad.net/ | Help contacts: sinzui | Launchpad is an open source project: https://dev.launchpad.net/ | This channel is logged: http://irclogs.ubuntu.com/ === matsubara-lunch is now known as matsubara [19:38] * jdobrien will brb, needs to repartition [21:02] hey guys, I need to delete a just created project, where do I got to do this? [21:52] What method did you guys use to solder the Header pins? Just push through-hole and solder with whatever? [22:02] Presence: I think you're in the wrong channel - this channel concerns the software and website of launchpad.net - no soldering involved :-) [22:11] lol [22:11] sorry guys [22:13] i've been wondering when we were going to see questions like that, given TI's new launchpad board. === Ursinha is now known as Ursinha-afk === sinzui changed the topic of #launchpad to: https://launchpad.net/ | Help contacts: - | Launchpad is an open source project: https://dev.launchpad.net/ | This channel is logged: http://irclogs.ubuntu.com/