File size: 4,225 Bytes
4aa5fce |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 |
[01:08] <robtaylor> hey, deleting packages from my ppa doesnt seem to delete them from the pool. [01:13] <wgrant> robtaylor: It should so so within half an hour or so. [01:13] <wgrant> robtaylor: Do you have a concrete example? [01:15] <robtaylor> wgrant: hmm, maybe i've just been being too quick [01:16] <robtaylor> wgrant: https://launchpad.net/~robtaylor/+archive/ppa and http://ppa.launchpad.net/robtaylor/ppa/ubuntu/pool/main/b/brewtarget/ [01:17] <robtaylor> wgrant:ah, i think i see the issue, the source for the 1.2 upload is still there, though the builds that were built from it have been deleted [01:17] <robtaylor> wgrant: not a big issue, i think =) [01:18] <wgrant> robtaylor: Deleted packages will be removed from disk ASAP. Superseded packages will only be removed after 24 hours. [01:19] <wgrant> 1.2-0 was deleted, so it was removed from disk a couple of hours ago. [01:19] <wgrant> But 1.2-0ubuntu1 was only superseded, so it had the 24 hour delay applied. [01:19] <robtaylor> wgrant: ah, i see [01:21] <robtaylor> wgrant: thanks! [03:32] <nigel_nb> hi, I'm looking for some information about Ubuntu contributors. I'd like to find out the members of a particular group in Lunchpad (which I'm a part of) with karma above 0. Is there is a way to do this? [03:33] <micahg> nigel_nb: are you looking for a script or a manual process? [03:33] <wgrant> nigel_nb: You could easily write a script using launchpadlib (https://help.launchpad.net/API/launchpadlib) to iterate through all members of a team and check their karma values. [03:33] <nigel_nb> micahg: a script if possible [03:34] <nigel_nb> wgrant: thanks :) [03:59] <nigel_nb> wgrant: how do I reference a team with it? I'm going through https://edge.launchpad.net/+apidoc/ and I'm properly lost [04:00] <wgrant> nigel_nb: lp.people['SOMETEAM'] [04:00] <nigel_nb> thank you :) [04:00] <wgrant> That'll give you an object described by https://edge.launchpad.net/+apidoc/#team [04:03] <nigel_nb> oh I got that now [04:03] <nigel_nb> now, I have to figure out how to process each member of the team according to karma [04:12] <nigel_nb> wgrant: could you help with this script? just walk me through what I can do to get it.. if possible [04:14] <wgrant> for member in lp.people['SOMETEAM'].members: [04:14] <wgrant> if member.karma > 0: [04:14] <wgrant> print member.name [04:18] <nigel_nb> wgrant: thanks again. I'm not that friendly with python yet and this launchpadlib is confusing me, need to explore more === abentley1 is now known as abentley === dejai is now known as bwright [08:27] <moradan> hello, how could I change a .pot file in translation to the another one - will it be if I just upload it with the same name? [12:01] <slytherin> Is there anyone who can help me with migrating bugs from sourceforge to LP? === sale_ is now known as sale [13:06] <BUGabundo_work> can anyone point me in the direction of Ubuntu website webadmins? (SSl) wiki page aint loading in android browser [16:48] <crantok> Hi. Can anyone tell me how to allow an application to have access to my launchpad account after I've revoked its authorization === yofel_ is now known as yofel [19:45] <jamalta> Just to make sure the issue is on my side, is anyone else having issues interacting with launchpad's bzr (branch, pull, push, etc.)? === jon is now known as Guest23858 [19:51] <jamalta> Ah, it's working now! :) [21:20] <HotShotDJ> Hello. I'm trying to upload an apport bug report but getting timeout error at Launchpad. [23:40] <fagan> hey all, I proposed a merge and its saying I have 0 lines in the diff [23:40] <fagan> Its really confusing because I have made changes and two commits but it seems that launchpad doesnt pick it up [23:40] <wgrant> fagan: Link? [23:55] <fagan> Sorry I got disconnected there anyone know what the problem with the merge is? [23:57] <mneptok> 16:40 < wgrant> fagan: Link? [23:57] <fagan> The merge im talking about is https://code.launchpad.net/~quickly/quickly/trunk/+merge/16630 [23:57] <fagan> It says that there is 0 lines in the diff but there is [23:58] <fagan> mneptok: to the branch? [23:58] <fagan> mneptok: the branch is at https://code.launchpad.net/~shanepatrickfagan/quickly/quickly_template_help_change |