=== fta_ is now known as fta === fta_ is now known as fta === fta_ is now known as fta === fta_ is now known as fta [02:22] hey guys [02:41] can someone help me? [02:41] emilio: Probably -- ask your question, and someone will help if they can. [02:42] i'm installed the Launchpad "itself" on my ubuntu [02:42] and want to know some things... [02:43] what is the real purpose of this? [02:43] Why have you done that, rather than using Launchpad.net? While you *can* run it yourself, it's very difficult, so nobody does, and that wasn't the intention behind releasing the code. [02:43] can i have a my own launchpad with my own projects running on a server without any connection with launchpad.net? [02:44] You CAN, but you (usually) SHOULDN'T. [02:44] You could, but you'd have to replace all of the images and branding used by the application, and obtain all the necessary resources and knowledge required to run it successfully. [02:45] It's a very rare case when it's a good idea to do it. [02:45] humm [02:45] You probably want to put your project on launchpad.net. [02:45] If you are at all unsure, you want to put it on Launchpad.net. [02:46] on my local build of launchpad i don't have a "create account", and only can loggin with the default "admin@canonical.." [02:47] That's right. It's set up as a development instance, not a production one. [02:47] Unless you know the application well and are really sure that you want to run your own, you *do not* want to run your own. [02:47] It's no small undertaking. [02:48] If you ARE really sure you want to run your own you still probably don't want to. [02:48] That's also true. [02:50] yeah but you said "it's set up as a development instance, not a production one.", so i need do make another build to set up for production? [02:51] Yes. [02:51] But there are no instructions for that, and you don't want to do it. [02:51] oh ok. [02:52] ty for your attention! [02:56] wgrant: you mean its impossible to set up a production instance? [02:57] nigelb: Not impossible. But you need to know what you're doing, or to have access to wiki.canonical.com. [02:57] And then you still need to know what you're doing. [02:57] :( [02:57] Its supposed to be oss :( [02:57] Not impossible: just difficult and in most cases foolish. [02:57] (Now watch as 124 people attempt to go to said wiki.) [02:57] heh [02:58] Heh. [03:00] Vostok may change everything, however. [03:01] Vostok? [03:01] The derivative distro management tool that Linaro is developing. [03:01] oh, its based on LP? [03:01] At the moment the plan is for it to be an alternative UI onto a subset of Launchpad, which OEMs can run locally. [03:01] And it will probably interact in some ways with Launchpad.net. [03:02] How exactly does Launchpad determine how to link to PGP key pages? I'm getting results for '0xdc471ac2d963ea539409322b6926ebb2c16905f0', which shows my key, but not all the addresses I've added in the past... however long since I uploaded the key, whereas results for '0xc16905f0' (which is obviously the same) shows all addresses. [03:07] maxh: The former is the fingerprint. They both show the same list of addresses for me -- I suspect the URLs you checked differ another way. [03:07] (note that the lst eight hexadecimal degits of the fingerprint are your key ID) [03:08] I just manually replaced the relevant portion of the URL to make sure it's otherwise the same. The fingerprint gets two addresses listed, and the key ID gets four. [03:08] Aha. Looks like the build queue might finally be empty in a day or two! [03:09] maxh: Hm. In both cases for me the four addresses are listed. [03:10] Well, I suppose if it works elsewhere, it doesn't matter if I see it correctly, since I already have it. === fta_ is now known as fta === dendro-afk is now known as dendrobates === Ursinha is now known as Ursinha-afk === dendrobates is now known as dendro-afk === dendro-afk is now known as dendrobates [04:24] * achiang wonders if anyone knows how to get to a private PPA using the API [04:25] achiang: Same as a public PPA. [04:26] getPPAByName should work. [04:27] wgrant: ah! thanks, i didn't see that method. i was poking around the people.archive attribute [04:27] achiang: That's from the days when people had only one PPA. [04:27] It just grabs the first one. [04:27] nod, got it, thanks === fta_ is now known as fta === dendrobates is now known as dendro-afk === dendro-afk is now known as dendrobates [06:08] anyone want to take pity on a git user who's struggling with bzr? [06:08] in git, my working model is: many logical branches in the same physical source directory [06:08] and then i just move between branches with git checkout [06:09] what's the equivalent in bzr? [06:11] achiang: #bzr may be more help, but for most projects I have a project directory, with each branch as a separate directory inside that. You can get a system similar to git by using something like bzr-colo, but for non-gigantic projects I see little point. [06:11] So I'll do something like this to set up a project: [06:12] mkdir project [06:12] cd project [06:12] bzr get lp:project trunk # Will get the default branch from LP, and put it in the 'trunk' directory locally [06:12] bzr branch trunk my-feature-branch [06:13] That will create a new directory, my-feature-branch, as a branch from trunk. [06:13] You can then hack around in there. [06:14] wgrant: and then to push my-feature-branch, i cd into that directory and... what: bzr push lp:project/my-feature-branch ? [06:16] achiang: bzr push lp:~username/project/my-feature-branch [06:16] It will then remember that URL for subsequent pushes. [06:16] You can also later configure bzr to automatically calculate that URL, so you can just 'bzr push' from a new branch. [06:20] wgrant: thanks === fta_ is now known as fta === dendrobates is now known as dendro-afk === fta_ is now known as fta === fta_ is now known as fta [07:17] So this package has been hovering between 4 second and 4 minutes until it's time to build - for over an hour [07:17] I think the math is a little mucked up for some reason.. :P [07:17] MTecknology: The maths is fine... the buildd manager is not :( [07:18] wgrant: what's up with it? [07:18] MTecknology: It is very much not a fan of having large build queues and lots of builders building lots of small builds. [07:19] wgrant: oh- mine is probably about as small as there is :P [07:19] It sort of ends up taking 180 times longer than expected -- 15 minutes to complete one cycle, instead of 5 seconds. === fta_ is now known as fta [07:20] heh.. that's a bit of a difference [07:20] I see that the queue is about half now though [07:21] Right, the queue is shrinking. [07:21] yay for positives [07:21] Assuming nobody decides that they need to throw another 2700-build Python rebuild onto the queue and then delete it as soon as it's finished, we should have a reasonable queue in 24-48 hours. [07:22] wgrant: and then delete it?? [07:22] MTecknology: In the last week we have had two or three rebuilds of Python 2.7 and everything that depends on it. [07:22] This takes a couple of days of build farm time. [07:22] The PPAs were then mysteriously deleted. [07:22] And a fourth one has been created, but is not yet building, and if it does start building then people are probably going to start strangling other people :) [07:23] wgrant: ..yucky [07:23] only word I could think of [07:24] I would have chosen something more violent. [07:24] But yes. [07:24] why four rebuilds? [07:24] I do not know. [07:24] There was probably some mistake in the first three. [07:24] Which they didn't discover until they had built EVERYTHING. [07:25] shoulda build it locally first :) [07:26] pbuilder ftw (on a hefty hefty machine) [07:27] wgrant: so if I went along and decided to rebuild all of python and perl and firefox/xul - would you come over here and kill me? [07:33] noodles775: my daily build is pending from the last 4 days [07:34] https://code.edge.launchpad.net/~bilalakhtar/+recipe/daily-builds-test === dendro-afk is now known as dendrobates [09:12] noodles775: Back. Power cut over here [09:13] bilalakhtar: The build queue has been horrific for the last weekish. It should return to normal in the next day or so. [09:13] .... if the buildds ever come back. [09:13] hanks wgrant [09:13] thanks === yofel_ is now known as yofel [13:06] I've made a release out of one of my milestones, and that milestone has some bugs set to "Fix committed". Will they automatically be set to "Fix released"? [13:15] IIRC no [13:16] No. We had that for a while, but it proved to be too slow, so it was switched off. [13:17] wgrant: ? [13:18] lifeless: Milestoned bugs used to be closed when the milestone was released. But that had to be disabled, as it timed out for large milestones. [13:19] bah [13:19] I've requested rabbit be installed [13:19] if you want to write up a out-of-transaction task for it, please do. [13:20] lifeless: Ha ha ha. [13:20] We won't see a message queue for at least two years yet... [13:20] why ? [13:20] Because it's been proposed a few times in the last 18 months, and never happened. [13:21] check lp-developer-dependencies [13:21] Oh, yes, I know it's in there. [13:21] It doesn't mean it's going to be on production or in the code any time in the next decade. [13:21] right [13:21] I'll be surprised if we don't have the staging instance up next week [13:22] Ooh. [13:22] This is is good news indeed. [13:23] You've not left Prague yet? [13:23] platform sprint next week [13:23] GNU hackers meeting after that. [13:23] Then home. [13:23] sorry, 'platform rally' [13:23] Oh, right. [13:24] 200 ppl in one room is not a sprint [13:24] anyhow [13:24] Heh. [13:24] amqplib [13:24] play with it. [13:24] doit. [13:29] I hate bad tests. [13:31] jml: http://pypi.python.org/pypi/contextdecorator/0.10.0 [13:37] wgrant, hello [13:39] jml: Hi. [13:42] wgrant: so do I. [13:43] wgrant: lets fix them [13:43] lifeless: Oh, I'm rewriting this batch, don't worry. [13:43] It's just infuriating how bad the Soyuz tests are. [13:44] jml: http://www.mypressi.com/ [14:10] is there some ready vm-image for LP development? I planned to setup LP for development (in a chroot or vm as I want to have it seperate from my normal system) but didn't find time to do it [14:11] There's no pre-built image, but there's https://dev.launchpad.net/Running/VirtualMachine [14:23] how do i delete a contact email from my launchpad login service account? (as opposed to launchpad itself) [14:24] infinity0: Despite the name, that's not actually part of Launchpad -- it's developed and managed by another team entirely. [14:24] oh [14:24] At the moment it's not possible to remove email addresses. However, I saw some bugmail this morning which suggests that it's fixed in the next release. [14:24] oh, ok, thanks [14:24] any estimate of a timeframe on that? [14:24] No idea, sorry. [14:25] Bug 507214 [14:25] Launchpad bug 507214 in Canonical SSO provider "No Way To Remove Old Emails (affected: 19, heat: 125)" [High,In progress] https://launchpad.net/bugs/507214 [14:25] cool, thanks [14:26] It's targetted to 2.7.0, which is scheduled for the 22nd. [14:26] Not sure how reliable that is, though. === fta_ is now known as fta === dendrobates is now known as dendro-afk [15:19] Can I host my own, closed-source, software on launchpad for a fee? (or even without one?) [15:22] for a fee, yes [15:23] good [15:25] I'll host my websites source there === fta_ is now known as fta === dendro-afk is now known as dendrobates === fta_ is now known as fta === fta_ is now known as fta === fta_ is now known as fta === dendrobates is now known as dendro-afk === fta_ is now known as fta === fta_ is now known as fta [18:49] morning - is there a way to view all source repos for a project [18:49] like i can do with say a gitweb representation (or hg) [18:50] d1 [18:50] d1b: hi [18:50] MORNING [18:50] d1b: things are somewhat different on Launchpad than git or hg [18:51] eg http://bazaar.launchpad.net/~zeitgeist/ [18:51] d1b: for a project to look at the branches for the project, go to https://code.launchpad.net/ [18:51] nothing is there [18:51] thumper: :/ [18:51] that is a person or team [18:51] not a repository [18:51] http://bazaar.launchpad.net/~zeitgeist/zeitgeist/trunk/files [18:51] ... [18:51] but i can't view http://bazaar.launchpad.net/~zeitgeist/zeitgeist/ [18:51] http://code.launchpad.net/~zeitgeist [18:51] why not? [18:52] d1b: because we haven't set it up that way :-| [18:52] the filesystem isn't what you see [18:52] * d1b grumbles about usability [18:52] ok i never was linked at any point to [18:52] http://code.launchpad.net/~zeitgeist [18:52] or code.launchpad.net [18:52] so without coming on irc [18:52] how would i have found that page? [18:52] neva [18:52] d1b: the branch name is a hyperlink on the bazaar.launchpad.net site [18:53] d1b: which takes to the LP page [18:53] thumper: from the launchpad site [18:53] oh god [18:53] we could do better here [18:53] sorry yes i did [18:53] weird - maybe it was because i came through edge? [18:54] ok [18:54] so what happened was i hit [18:54] https://code.launchpad.net/zeitgeist-project [18:55] thumper: sorry you are correct [18:55] i haven't got much sleep [18:55] my applogies [18:55] d1b: the usability still sucks [18:55] and I accept that [18:55] i just had problems finding the correct zeitgiest page i wanted [18:55] we do need to work on it [18:55] like i was on one of them [18:55] and i wanted to go up a dir / thing and view for al lof them [18:55] d1b: can you file a bug for me? [18:56] d1b: file it on launchpad-code [18:56] let me nail down the behaviour i want [18:56] ack [18:56] so i ened up https://launchpad.net/zeitgeist there [18:57] sorry wrong entry point [18:57] https://launchpad.net/gnome-activity-journal --> to view the code --> wanted to see where the zeitgeist stuff was [18:58] mm this is not a problem that is fixable - but the solution would be neat [18:58] if launchpad was able to do ctags but like for python - where the dev could give it hints that would have been a solution [18:59] sort of like - the registered branches thing but extending on that [19:00] thumper: anyways - when i click on the link from the code page i as a user expect to see the files and not the project page for a branch [19:00] that may be 'wrong' [19:01] in any case pages like [19:01] https://code.launchpad.net/~zeitgeist/zeitgeist/magic [19:01] should have the View the branch content --> larger [19:01] d1b: very soon (hopefully) it'll be more obvious [19:01] awesome [19:01] I want to move to make the code browsing and history more a part of Launchpad [19:01] oh neat [19:02] but right now it has too much in the way of memory leaks, excessive memory usage, and bad caching [19:02] what about integrating bugs to code? [19:02] we're working on that [19:02] awesome [19:02] what do you mean by "integrating bugs to code"? === dendro-afk is now known as dendrobates [19:02] when i fix a bug, and in the commit i say "this fixes foo" [19:02] and then i close a ticket [19:03] ah, the related bug status setting [19:03] or saying "this is fixed in commit number xyz" [19:03] it's on my hit list [19:03] awesome [19:03] howevery my hit list is kinda long [19:03] a big feature for us right now is building directly from a branch into a ppa [19:03] also [19:03] why is it that http://bazaar.launchpad.net/~zeitgeist/zeitgeist/magic/annotate/head:/zeitgeist-daemon.py [19:04] for example shows me the revision it was changed - but i can't view who the author was? [19:04] nor the date [19:04] really? [19:04] * thumper clicks [19:04] no i mean i have to click on it [19:04] d1b: just mouse over and pause [19:04] yes but i would prefer to be able to see that without doing that [19:05] that content would be really repetitive [19:05] oh i meant as an optional thing [19:08] oh wait what? [19:08] there is no search [19:08] hehehe [19:08] but bzr-search no? [19:08] when loggerhead stops being such a memory hog, we may integrate it [19:08] but yes, it is feasible [19:08] well that's where gitweb /hg thingy are at :/ [19:09] thumper: out of interest could you link me to the code that does this that "leaks" [19:09] * thumper shrugs [19:09] d1b: lp:loggerhead [19:09] ... im not so good with lp:loggerhead stuff [19:10] i mean i need a url ;P [19:10] if it was any more specific, we'd have fixed it by now [19:10] bzr branch lp:loggerhead [19:10] sorry i think i need bzr 2 or something no? [19:10] yes [19:11] not going to happen ^^ [19:11] why? [19:11] debian lenny [19:11] and virtualbox is currently foobared on me [19:11] http://bazaar.launchpad.net/~loggerhead-team/loggerhead/trunk-rich/files/head:/loggerhead/ [19:11] right location? [19:11] should be [19:12] * thumper goes to grab more fud [19:12] i take it i can't get a 'snapshot' [19:12] from the interface like i can in hg and gitweb [19:14] http://bazaar.launchpad.net/~loggerhead-team/loggerhead/trunk-rich/annotate/head:/loggerhead/config.py ... :/ def _level_to_int_level(value): [19:14] ..... omg [19:15] * d1b ok sleep time [19:15] night [19:23] thumper: question does the memory leaking occur with threads only - or does it also occur without [19:23] d1b: I've not looked into it much [19:24] thumper: well i would be interested [19:24] is it even possible to run it without threading? [19:24] sure i could 'mock' threading but [19:25] d1b: it is just a wsgi app [19:25] so sure you could using the python reference impl [19:27] also haaha - why only so so few commits per a page [19:27] hey, I didn't write it [19:27] I'm just kinda responsible for it in LP [19:28] heeh [19:28] there is a loggerhead mailing list with other devs hosted through LP I think [19:28] if you are seriously interested in getting involved with loggerhead, start there [19:30] not really [19:30] i have already seen too many things that hurt my eyes [19:32] heh [19:32] * d1b crawls back to github [19:34] don't you love it when people go and close stdin, then mark stderror ...... oh nevermind [19:34] thumper, where are you? [19:34] rockstar: LHR [19:35] thumper, ah. I thought you were headed straight to Singapore from here and thought "That was quick." [19:35] heh [19:35] no [19:35] and it is hong kong === fta_ is now known as fta === fta_ is now known as fta === fta_ is now known as fta === dendrobates is now known as dendro-afk === dendro-afk is now known as dendrobates === dendrobates is now known as dendro-afk === dendro-afk is now known as dendrobates === dendrobates is now known as dendro-afk === dendro-afk is now known as dendrobates