[00:08] savvas: Ubuntu packages will never disappear. [00:09] savvas: And in general, if something's on the Internet for more than a day or two, it can never be got rid of. [00:13] wgrant: hm? :) [00:13] ah ok [00:13] noted! [00:15] I finally said to them that it will just "fade away", since their name wasn't in newer package releases as far as I've understood === Snova1 is now known as Snova [01:36] What does " Build for superseded Source" mean? [01:37] Laney: What package? This could mean you have a build-depend on libfoo-dev (<=0.10) but libfoo-dev 0.11 is now in the archive thus superseeding your build-dep) [01:38] Ampelbein: Asterisk [01:38] it's on the build status page for old releases [01:38] package releases, that is [01:38] Ampelbein: See https://edge.launchpad.net/ubuntu/+source/asterisk/1:1.4.21.2~dfsg-2ubuntu2 for an example [01:47] Laney: hmm. seems that the build finished when next version was already uploaded. perhaps the lpia builds were stalled and when the package finally got built, -3ubuntu1 was already uploaded? [02:03] Laney: It means that the build wasn't started before its source was superseded. [02:03] Laney: So either the buildds were behind, or a new source was uploaded very soon after the first one. [02:04] wgrant: There is a gap of about 2 months between one of the uploads where it says this [02:07] Laney: Possibly it FTBFS, and there was a give back. [02:08] Or the build was doing Bad Things, and somebody killed the build manually. [02:08] it definitely ftbfs [02:08] But several uploads in a row for asterisk lpia say this, just made me curious [02:08] Laney: That could be it, then - if there was a mass give-back, there would have been a window of a few days where a new upload would have caused that. [02:09] * wgrant looks at these builds. [02:10] That build was queued on 2008-12-22, which was the day a new upload occurred. So that's reasonable. [11:06] does the launchpad name (not username, name) have to match the gpg key name when uploading a package to a PPA? [11:07] no. [11:07] as long as you've registered your key in launchpad [11:07] it'll match by the hash string [11:07] ah cool :P [11:16] Is it possible to delete a ppa? (not package ,but archive) [11:17] stefanlsd: i believe it is, but i haven't tried. [11:18] hyperair: i cant find a delete button... [11:18] hmm [11:19] stefanlsd: I think that amounts to filing a question on the launchpad product [11:20] ah [11:22] seems silly that you cant do it yourself? [11:39] why would you open a ppa and then close it? I think it's to track down when and where it happened :) [11:40] so people who were using it, don't come asking "where did that ppa go?" hehe [11:42] savvas: mm. in this case i thought i would prefer a different short name. not the end of the world tho [11:43] stefanlsd: shouldn't that be easy to change without having to delete it? [11:44] I think the first ppa is always "ppa" [11:46] LarstiQ: seems like you can change the name that is displayed, but cant change where directory on disk. ie. +archive/name [11:46] stefanlsd: which makes sense, otherwise apt would break [11:49] savvas: no i think that back when you could only have one ppa per person/team, it didn't have names, and this got transitioned as a ppa named "ppa". [11:53] hyperair: just checking it out on staging.launchpad.net with a newly created team, for the first ppa you can just enter the display name :) [11:53] =) [11:54] the second one however, you can name it hyperair-goodies :P [11:55] heh i see [13:16] Is anyone getting timeouts on launchpad.net ? THere's no mention of downtime at https://lists.ubuntu.com/archives/launchpad-announce/2009-April/thread.html [14:27] hey anyone awake yet? [14:27] i have a question with bzr and launchpad [14:28] when i select when i commit it is for certain bugs and it says 'tag:id' i am confused on what i am suppoesd to enter there [16:04] does anyone know how to use the email interface of launchpad? can I do that through gmail? [16:04] e.g. I've sent a message to bug 286529 "milestone 0.3.0" and it just sent it as a comment [16:04] Launchpad bug 286529 in timekpr "Should not be able to restrict myself" [Low,Fix released] https://launchpad.net/bugs/286529 [16:24] ah ok, got it, command [16:54] hi guys [16:54] i am behind a proxy [16:54] how can i push and pull from behind a proxy [16:55] what kind of proxy? what are your difficulties? [16:56] i need to set up a http https and ftp rpoxy to browse [16:56] the internet [16:57] however they r not used by bzr [16:58] seiflotfy1: bzr respects the 'http_proxy' environment variable. [16:59] so if i set it in the shell it is supposed ot espect it [16:59] ? [16:59] i already set it in my environemnt [17:00] it does not [17:00] seiflotfy1: how did you set it? [17:01] via System -> Preferences -> Network Proxy [17:01] so what is the value of the http_proxy variable? [17:02] proxy.tu-darmstadt.de:80 [17:02] seiflotfy1: prefix that with http:// [17:02] it works for everything else though [17:03] it wont allow me to do that in the netwrok proxy [17:04] export http_proxy=http://proxy.tu-darmstadt.de:80 [17:04] seif@Schroeder:~/Projects/gnome-zeitgeist$ bzr pull [17:04] Using saved parent location: bzr+ssh://bazaar.launchpad.net/~gnome-zeitgeist/gnome-zeitgeist/gnome-zeitgeist/ [17:04] / 0kB @ 0kB/s [17:04] doens not do anything [17:07] seiflotfy1: you're using bzr+ssh there, that won't go through an http proxy [17:08] how do i change it [17:08] * LarstiQ wouldn't [17:08] huh? [17:08] seiflotfy1: can you ssh out at all? [17:08] seiflotfy1: blocking port 22 would be very evil [17:08] nope [17:08] cant ssh [17:08] :( [17:08] ... [17:09] use tsocks. [17:09] huh? [17:09] dpkg-divert /usr/bin/ssh [17:09] cat > /usr/bin/ssh < #!/bin/sh [17:09] tsocks /usr/bin/ssh.dist [17:10] whoops [17:10] i meant tsocks /usr/bin/ssh.dist "$@" [17:10] actually i'm not sure how to use tsocks [17:11] hmm [17:11] seiflotfy1: you can pull from bazaar.launchpad.net via http, just replace "bzr+ssh" with "http" in the URL [17:11] seiflotfy1: you can't push to it via http, though. [17:12] * spiv goes to bed [17:12] make noise regarding port 22 [17:12] that's what some ubuntu-my member did in his uni [17:38] hi, can anybody tell me how i add release tarbars to a release series? [17:39] under "Seriers trunk" i see a "Releases" table header, but i can't see an option to add releases there [17:41] cl2, you have to create a milestone first [17:41] that's being fixed very very soon [17:41] but that's the way to do it the next few weeks [17:42] beuno: ah ok, thanks! :-) === war10ck is now known as pan1nx [19:41] Hello [19:42] is launchpad down again [19:42] Yes. [19:42] really?! [19:43] And apparently Openshot video editor has no other place to get the source. [19:43] jimi_hendrix, Hohoo: works fine for me. what's the problem? [19:44] heh up now [19:44] i went to a page earlier and it didnt load [19:44] a refresh a few seconds ago didnt fix it [19:44] jimi_hendrix: what do you mean by "didn't load"? [19:44] 'We are sorry, we are having an issue' message or whatever it says [19:45] Any Launchpad admins here? [19:45] jimi_hendrix: URL? [19:46] intellectronica, it works now [19:46] Hohoo: i think spm is the next one and he won't be up for a bit [19:46] jimi_hendrix: i know, but i still would like to know what is the URL that didn't work [19:49] Hey, has anybody got a copy of the Openshot video editor sources? [19:49] http://bazaar.launchpad.net/~jimi-hendrix/comserv/main/files [19:49] ^^ still wont work [19:50] jimi_hendrix: ah, the source viewer never works very well. this is not uncommon. we're working on it [19:51] ok [19:51] kiko! [19:59] Is there any alternative to the source viewer? [20:02] It works now. [20:04] Hohoo: you don't need the source viewer to branch the code [20:05] I'm not familiar with Bazaar. [20:06] Hohoo: what do you want to do with the code? [20:07] I want to get the source. I think I got it, but why on Earth did they choose "branch"? [20:09] Hohoo: you don't need to use the viewer to get the source. you want to use bzr [20:09] Hohoo: trees have them [20:09] Hohoo: and 'branch' is pretty standard terminology in version control systems, especially distributed ones [20:13] right === nhandler_ is now known as nhandler === abentley1 is now known as abentley