=== jtv1 is now known as jtv === Jacky is now known as jacky === jalcine is now known as jacky === jacky is now known as JackyAlcine === JackyAlcine is now known as Jacky === Jacky is now known as jacky [06:31] hey. I took over as an Ubuntu LoCo contact and I'm now working on getting some kind of overview. Part of that is to see if all admins are still active. So I'd like to get a list of a persons activities on Launchpad in a certain time range. Is that possible? [06:33] jo-erlend: You can get some idea of their activities using a page like . No specifics, but it tells you the sort of things they've been doing recently. [06:35] wgrant, perfect. That's all I need. === jtv1 is now known as jtv === jacky is now known as JackyAlcine === JackyAlcine is now known as jalcine === jalcine is now known as siibot === siibot is now known as Jacky === Jacky is now known as siibot === siibot is now known as jacky [08:53] Hi guys, i'm writing some scripts for ubuntu accomplishments, until now i solved all my problems reading online api documentation, but I'm now in stuck [08:53] i have to find all packages uploaded by a person, can you suggest me the best way? [08:56] nobody? [08:58] angeloc: you've asked in -dev also and no reply I suspect people are not around today after the release yesterday [08:59] czajkowski: yes, can see, they got drunk? [09:00] angeloc: doubtful, perhaps just resting. [09:00] czajkowski: i'm joking! [09:49] Hi *, I'm just running a local instance of launchpad and was wondering how I am supposed to enable user management (register/login) based on non-openid provider? [09:52] ancoron_w: you aren't supposed to - that isn't supported [09:52] ancoron_w: you could possibly add it back in, but the stuff that looks like it works is very very minimal - just used by the test suite [09:53] OK, so if I want to run a site-local instance of launchpad I have to provide a site-local openid as well? [09:54] Any OpenID provider that provides sreg responses with a name and a trustworthy email address will do. You could use login.ubuntu.com, for example. [09:56] Hm, I probably would need to run my own as I don't want to force our users to register externally. Also I would like integration with LDAP. [10:13] I think what the Bazaar-in-corporate-environments use-case really needs is for some group of people to come together and fork a subset of the Launchpad code and do it up as something with packaged releases [10:13] Yeah [10:14] Sadly, as much as I love Bazaar, actually using it for non-Launchpad, non-trivial stuff is nigh on impossible [10:14] Sort of like what sloecode is trying to do [10:14] maxb: totally agree === yofel_ is now known as yofel === Mkaysi_ is now known as Mkaysi === bilal_ is now known as bilal === _nyuszika7h_ is now known as nyuszika7h === wgrant_ is now known as wgrant [13:27] Hi guys, i'm writing some scripts for ubuntu accomplishments, until now i solved all my problems reading online api documentation, but I'm now in stuck [13:27] i have to find all packages uploaded by a person, can you suggest me the best way? [13:39] angeloc: There look to be a few methods on IPerson that might do what you want, but they are not exported over the API. I think the best way forward is to describe what you want and put it into a bug report. If you're not afraid of getting your hands dirty, feel free to join #launchpad-dev and we can discuss how best to solve it. [13:41] StevenK: thank you, really happy you replied me! joining #launchpad-dev! === fjlacoste is now known as flacoste [14:20] what's the best way to disable reporting of new bugs on a project (and keep the old bugs available)? [14:20] just selecting "Somewhere else" in +configure-bugtracker? === vibhav is now known as quetzal === quetzal is now known as vibhav [16:38] yeah, that seems to have done it === matsubara is now known as matsubara-lunch === bulldog98_ is now known as bulldog98 === matsubara-lunch is now known as matsubara === benji___ is now known as benji [21:26] hello [21:27] hello [21:28] Building a package fails. It seems like the builder finds the -dev dependency from another PPA that is in the deps, but not the binary library package: https://launchpadlibrarian.net/103179440/buildlog_ubuntu-lucid-amd64.spinframework_0.3.13~lucid~ppa2_FAILEDTOBUILD.txt.gz [21:30] is that your PPA? [21:35] sounds like a caching issue(???), try rebuilding it? [21:35] the version is ok http://ppa.launchpad.net/sat-metalab/metalab/ubuntu/dists/lucid/main/binary-amd64/Packages [21:43] Lekensteyn, yes it is. [21:44] Lekensteyn, yes, it seems it finds it... (the -dev) and the version matches... but maybe the -0 version of the lib (we built) is not found. [21:44] I don't quite understand that error message. [21:47] the error means that "libcppintrospection-3.0-dev" is tried to be installed, but it can't because of a dependency issue [21:47] the package libcppintrospection-3.0-0 (exact version 3.0.0-5~lucid~ppa1) is required, but it cannot be installed [21:47] I see [21:48] libopenthreads14 is not available in Lucid [21:48] so that's why the package cannot be intsalled [21:49] Lekensteyn, yes... my colleague hard-coded a binary library package in the build-deps... aha. That must be his error.