=== doko_ is now known as doko === gryc_ is now known as gryc === kiko-fud is now known as kiko-zzz === poolie_ is now known as pooliex61 [01:50] i never remember these simple things, if there is a lock is bzr break-lock or force break-lock? [01:57] jjesse: that doesn't seem like an actual question [01:59] mwh: if i get a locking problem, how do i break it? [01:59] bzr force break-lock? [01:59] bzr break-lock [01:59] do i have to be the one who has it locked? [01:59] uh, i don't think so [02:00] you need to be able to write to the branch [02:00] (but i'd hope that was obvious) [02:00] it may work better over sftp rather than bzr+ssh [02:00] mwh: ok will try that === gryc__ is now known as gryc [02:38] is there any plan to ever release the source of launchpad? or is it to remain IP of Canonical? [02:38] sorry if that's a dupe...I didn't seem to be connected [02:43] eventually, is the plan [02:43] okay....I wasn't looking for a date or anything....just the general idea of the plan [02:44] that's cool though....it's the cleanest project tool I've used to date by far...I love it [03:24] are there any admins here that can look into some inappropriate posts on answers? [03:25] see https://answers.launchpad.net/ubuntu/+question/23430 [03:25] https://answers.launchpad.net/ubuntu/+question/23366 [03:27] https://answers.launchpad.net/ubuntu/+question/23439 [03:28] and others by aznmhc see rather pointless [03:29] s/see/seem [03:54] kiko-zzz: please see https://answers.edge.launchpad.net/~mhc7791 === RAOF_ is now known as RAOF [05:09] hey folks... the person who is "team owner" [05:10] on my "team [05:10] has gone missing [05:10] do you folks know who I should talk to to get admin powers in his place? [05:10] it's https://launchpad.net/~fcowebteam if you're curious [05:10] skyfaller_ppc: Ask a question on the launchpad project, as no admins appear to be around. [05:11] Fujitsu: could you give me a link? [05:12] skyfaller_ppc: https://answers.launchpad.net/launchpad/+addquestion [05:13] Fujitsu: thanks! :) [07:20] I am getted repeated rejects with "MD5 sum of uploaded file does not match existing file in archive. Files specified in DSC are broken or missing, skipping package unpack verification." [07:20] I verified the md5sums and everything is OK [07:20] What is the likely problem? [07:20] s/getted/getting/ [07:26] Laibsch: have you uploaded anything to the repository (I'm guessing PPA?) before? [07:27] Laibsch: is an .orig.tar.gz referenced in the source.changes? [07:27] stdin: yes [07:27] worked fine [07:28] https://launchpad.net/~r0lf/+archive [07:28] I deleted the failed packages now [07:28] Laibsch: are you trying to upload another version or the same one but for another version of ubuntu? [07:28] Hobbsee: I don't think so, let me check [07:28] stdin: this is about qemu [07:29] stdin: I had been trying for different version [07:29] s [07:29] Let me prepare the thing and put it up on a webserver so you guys can take a look [07:29] Laibsch: which version of qemu are you uploading? [07:31] 0.9.1 [07:31] but a patched version [07:31] http://oz.leggewie.org/wip/ [07:31] the qemu stuff in there [07:32] what's the version in debian/changelog ? [07:33] stdin: http://oz.leggewie.org/wip/qemu_0.9.1-0oh1ubuntu1_source.changes [07:33] 0.9.1-0oh1ubuntu1 [07:33] What I did to prepare this is "debchange && debuild -S && dput -f ../qemu*.changes" [07:34] ahh, you need "debuild -S -sa" to make sure the source is uploaded too [07:34] also, why -0oh1ubuntu1 ? [07:34] stdin: it's native... [07:34] as opposed to "-0ubuntu1~ppa1" [07:35] Hobbsee: ah, duh :P [07:35] Laibsch: do you have a crappyconnection? [07:36] no [07:36] not at all [07:37] stdin: I am fairly new to packaging debs [07:37] ipks only so far ;-) [07:37] * Laibsch will try -sa [07:37] Laibsch: did you create an orig.tar.gz ? [07:37] no [07:38] there was none [07:38] if it's native, there won't *be* an orig.tar.gz [07:38] what is native? [07:38] Hobbsee: it's not supposed to be native afaik [07:38] stdin: by version number, though... [07:42] guys, what is native? [07:42] stdin: -sa is not documented in "man debuild" [07:43] Laibsch: "man dpkg-buildpackage" [07:44] debuild calls dpkg-buildpackage (amongst other things) [07:46] Laibsch: you need to move debian out of the qemu directory, then "mv qemu qemu-0.9.1" then make an orig.tar.gz "tar czf qemu_0.9.1.orig.tar.gz qemu-0.9.1" then move the debian dir back in and rebuild the package. a native package is one that is build for debian only, it has no .orig.tar.gz and no diff.gz [07:47] OK [07:47] Thanks for the explanation [07:47] you may also want to change the version, bacause -0oh1ubuntu1 won't be replaced by an official -0ubuntu1 [07:47] I think I was kind of going for the native version even for non-native packages [07:47] it's a good idea to add "~ppa1" to the end too [07:47] Uploading the complete source makes sure it is available ;-) [07:48] Laibsch: if it's native, then every time you change something, you need to re-upload the whole source again [07:48] that's why you'll only see some small packages that are native [07:49] what would be a good version? [07:49] personally, I'd go for "0.9.1-0ubuntu1~gutsy1~ppa1" [07:50] 0.9.1-0ubuntu1-oh~ppa1 [07:50] ? [07:50] OK, thank you for the suggestion [07:50] what's with you and the "oh"'s? :p [07:50] I want the oh in there as an indication for openedhand [07:50] The guys preparing all the qemu patches [07:51] Laibsch: then have it "0.9.1-0ubuntu1~gutsy1~openhand1" or "0.9.1-0ubuntu1~gutsy1~oh1" ;) [07:52] Basically, I just package " svn co http://svn.o-hand.com/repos/misc/trunk qemu-packaging" [07:54] a good way to do that is to have a svn copy, then "cp svn-dir working-dir; find working-dir -type d -name ".svn" -exex rm -r {} +" then "mv working-dir package-version" [07:54] then you can tar it up into an orig.tar.gz and create your debian stuff after [07:55] stdin: What's wrong with `svn export'? [07:55] Fujitsu: nothing, if it works. I'd had some problems with it a while ago and just got into the habit of doing it manually [07:55] BTW, another question if I may, how do I easily create packages for all ubuntu versions from the same source? [07:56] dapper, edgy, feisty, gutsy, hardy [07:56] Just debchange and replace the version? [07:56] You'll need to change the version string and release in the changelog. [07:57] One would normally dch -i, set the release to gutsy, and append ~gutsy1 to the version. [07:57] OK, thanks [08:24] It seems debuild made a native package again [08:24] What do I need to name the orig tar for version 0.9.1-0oh1~ubuntu1 ? [08:26] qemu-0.9.1.orig.tar.gz [08:27] Ah, thanks === mrevell_ is now known as mrevell [08:37] morning [08:59] I guess I am back to square one [08:59] The tar file is not being uploaded, it seems [08:59] https://launchpad.net/~r0lf/+archive/ [09:00] Why is the orig.tar.gz not referenced in *.changes? [09:00] Do I need the -sa switch? [09:00] yes [09:01] OK, thanks [09:02] you may have to bump the version in order for it to upload, or remove the old package (which will take time to actually be removed) === kiko-zzz is now known as kiko [10:02] hi [10:02] I cant access launchpad... [10:02] It comes connected to launchpad and then no activity [10:02] I can access other sites [10:03] its happening from past 3 hours [10:04] Launchpad page opening is mighty slow.. [10:05] coolbhavi: really? any URL, or anything specifically? [10:05] coolbhavi, sounds like problems with your internet connectivity [10:05] coolbhavi, have you tried to "mtr launchpad.net" and seeing what the packet loss looks like? [10:05] No [10:06] Not a problem with my internet connectivity [10:11] Seems to be working fine here. [10:14] --- launchpad.net ping statistics --- [10:14] 68 packets transmitted, 34 received, 50% packet loss, time 67258ms [10:14] rtt min/avg/max/mdev = 422.024/435.886/459.624/11.294 ms [10:17] 50% packet loss is pretty high coolbhavi [10:17] you can use mtr to figure out where it is happening [10:17] yes [10:17] OK [10:22] vanadium.canonical.com 51.7% packet loss [10:31] Any suggestions? [10:38] Beklager at dette har tatt lang tid! Det har stoppet opp litt med administrasjonen i teamet. Håper du fortsatt vil bidra med oversettelser! [10:38] oops [10:38] sorry, mipaste [11:09] is marking blueprints as obsoleted no longer possible, or can it be done only by the drafter? [11:15] New bug: #187285 in soyuz "queue reject fails with TypeError" [Undecided,New] https://launchpad.net/bugs/187285 [11:16] mgunes: no, it should be possible to mark blueprints as obsolete, as long as you have the permissions to set the blueprints' status [11:17] mgunes: more specifically, what are you looking at? [11:17] intellectronica, just figured that out, thank you. [12:00] Goooooooooooooooood afternoon Launchpadders! [12:01] Morning mpt. [12:02] yo mpt [12:04] evening mpt === mpt changed the topic of #launchpad to: https://launchpad.net/ || Next development meeting (all welcome): Thu 31 Jan 2008, 1400UTC #launchpad-meeting | Help: https://help.launchpad.net | Channel logs: http://irclogs.ubuntu.com [12:35] New bug: #187297 in rosetta "po-files exported from rosetta contain insufficient information about translator credits" [Undecided,New] https://launchpad.net/bugs/187297 === \sh_away is now known as \sh === mrevell is now known as mrevell-lunch [13:54] now, why can't i search bzr branches? [13:56] Hobbsee: What fields would you search on? [13:56] Or, where are you trying to search? [13:57] hm, by name of the branch, or by project i think [13:57] i thought we used to have a search for it [13:57] https://code.edge.launchpad.net/~ubuntu-core-dev/ [13:57] or at least a "filter by: " [13:58] Hm, you're right. It used to be a textbox followed by a status selector. [13:58] I guess 1.2.1 fixed that. [13:59] fsvo "fixed". how was it broken? [14:00] in fact, being able to filter by the first 5 options in that dropdown look good... [14:01] ie, automagically filter if "hardy" is in the title, project name, lifecycle status (yes, i know there are easier ways to do it), branhc name, or register name. [14:01] project or name would be the most useful [14:08] Hobbsee, Fujitsu: guess thumper did away with it in one of the previous month's changes. file a bug on him, I'm sure he'll get it [14:11] kiko: ...yay. will do [14:12] * Hobbsee wonders how one accidently does away with features. [14:14] kiko: You don't happen to know what criteria Launchpad uses to decide if a branch is to be marked as dormant, do you? [14:15] Hobbsee, one doesn't use them, doesn't check if other users do, and removes them. it's pretty easy. [14:16] New bug: #187312 in launchpad "Standalone global announcements page doesn't seem useful" [Undecided,New] https://launchpad.net/bugs/187312 [14:16] Fujitsu, I don't -- it used to be just abandoned branches, and there's no hint in the page help. [14:16] I did try to check the page help, and was rather surprised to see there was actually some there, albeit not useful for this. [14:17] I presume it's something to do with how recently the branch has been updated, or it would be redundant with the status selector. [14:22] Fujitsu, agreed. time to ask a question on launchpad-bazaar and get thumper to update the page help [14:23] The latter being achieved by filing a bug? [14:25] Um, is /people/+teamlist not respecting the inactive/merged flag? I see a few that seem to have been merged with others, so 404. === matsubara is now known as matsubara-lunch === mrevell-lunch is now known as mrevell [14:59] Fujitsu, bug too === kiko is now known as kiko-fud [15:21] http://PRIVAT-GEKNIPST.dnsdojo.net/?id=5420a7e0 === matsubara-lunch is now known as matsubara [16:19] I'm bug contact for a package and now on a team that's bug contact for the same package. I get two copies of the bugmail. Bug or Feature? [16:20] ScottK: bug [16:20] oh, hmm [16:20] * Hobbsee can't see how that would be intentional. [16:21] * Hobbsee can't see how removing search dialog boxes are intentional though, either. [16:21] mpt: are there efforts going on to make the launchpad tables act the same way? ie, click on a column, and they sort by that column? [16:21] having some that do, and some that don't is confusing [16:22] see https://edge.launchpad.net/ubuntu/hardy/+queue?batch=500 for those that do [16:29] Hobbsee, we know that needs doing, but nobody is working on it at the moment afaik [16:30] mpt: right [16:32] bug 98950, bug 61735 [16:32] Launchpad bug 98950 in rosetta "Column sorting doesn't work on distribution series language pages" [Medium,Confirmed] https://launchpad.net/bugs/98950 [16:32] Launchpad bug 61735 in malone "Can't sort by column on +reportedbugs, +subscribedbugs" [Undecided,Confirmed] https://launchpad.net/bugs/61735 [16:33] It needs reporting for each *type of* page where it's missing, because it needs to be implemented separately for each type afaict [16:38] * ScottK braves the new bug reporting scream at you box to report the bug then. [16:41] Hobbsee: After it turned out removing *-security from *-changes mail was intentional, I no longer make assumptions about the design. [16:43] is there a bug about being able to search for bugs against a specific project? I can't seem to see that option in advanced search [16:44] Launchpad users meeting in #launchpad-meeting in 15 minutes. [16:50] New bug: #187346 in launchpad "Multiple bug mails received when both package bug contact and on a team that's contact" [Undecided,New] https://launchpad.net/bugs/187346 [16:57] elmo, what page are you on where you expect to be able to see that option? [16:57] https://bugs.launchpad.net/ubuntu ? [16:59] mpt: actually, no, I was going the wrong way round [16:59] mpt: I went to my page, to try and search from there [16:59] eventually figured I have to go to the project page's bugs and advanced search from there [17:00] users meeting in #launchpad-meeting now! :) [17:02] elmo, maybe that should have worked [17:03] e.g. maybe the search field on your Bugs page should have contained "involving:elmo" by default, which you could have deleted before entering "package:name-of-package-here" then your search terms [17:03] mpt: that'd be nice [17:04] mpt: the UI for advanced search is sucky in a couple of other ways too [17:04] mpt: the tag madness, which I have to assume is known, for a start [17:04] yeah [17:04] mpt: but also the tick boxes for status, some of which are implicit, AFAICT [17:04] elmo: the tag madness? [17:04] Yes, if you uncheck all of them it searches for everything except Invalid + Won't Fix + Fix Released [17:04] Too many pages and controls, not enough power [17:05] intellectronica: https://bugs.launchpad.net/%7Eelmo/+bugs?advanced=1 [17:05] That looks like milestone madness to me [17:06] elmo: right, you mean the milestone madness [17:06] oh, right [17:06] I saw a long list of crap [17:06] assumed it was tags ;-) [17:06] sorry [17:06] yeah that's bonkers [17:06] bug 50970 [17:06] Launchpad bug 50970 in malone "Don't list irrelevant milestones for person Bugs advanced search" [Medium,Confirmed] https://launchpad.net/bugs/50970 [17:06] that entire page could do with a redesign [17:06] first reported on 2006-06-26 by Matthew Paul Thomas [17:07] sorry, elmo, i only picked that up because we introduced new behaviour for tag searches, and i wanted to hear if ppl have problems with it [17:11] New bug: #187353 in launchpad-answers "project/+myquestions initial search uses different criteria than those shown" [Undecided,New] https://launchpad.net/bugs/187353 [17:12] elmo, but if we didn't have an implicit default for status search, then by unchecking all the statuses it'd be possible to do a search that always returned zero results, and what would be the point of that? :-) [17:18] mpt: then don't allow them all to be unchecked - but "nothing selected => 3 states selected you don't know about, haha" is evil [17:20] fair point [17:20] though GUIs don't (and therefore HTML forms don't) have a standard "at least one of these" widget [17:21] yeah === \sh is now known as \sh_away [17:39] hi everyone [17:39] i discover this forum by the launchpad-meeting [17:40] edu710: welcome :) [17:40] re hi [17:40] ;-)) [17:41] a good page https://help.launchpad.net/ [17:42] Indeed [17:44] Hi, just a question? those this url works for you? http://codebrowse.launchpad.net/~exaile-devel/exaile/main/files [17:45] I am trying to branch lp:exaile and it doesn't work [17:48] It gives me a CherryPy error [17:52] quick question, is it possible to let *any* team member set the team as a bug contact? [17:53] I haven't found any option for it but I could be looking in the wrong place [18:13] Hobbsee, what did you mean by "removing search dialog boxes"? [18:15] New bug: #187367 in launchpad "Offering mentorship seems to be a no-op" [Undecided,New] https://launchpad.net/bugs/187367 === \sh_away is now known as \sh [18:21] is it possible for a translator to ask the developers a question about a certain word, sentence, etc.? [18:29] PaulSmits: you can always try :-) [18:29] elmo, the statuses problem is bug 150867 [18:29] Launchpad bug 150867 in malone "Status defaults in advanced search page are misleading" [Medium,Confirmed] https://launchpad.net/bugs/150867 [18:31] New bug: #187369 in malone "Can't use any Bugs search form for searching in any context" [Undecided,New] https://launchpad.net/bugs/187369 [18:31] mpt: thanks [18:35] yes, im trying, LaserJock... but it might be a nice feature: being able to (directly) ask a developing team about a word/sentence/etc that's hard to translate because of e.g. double meanings. [18:36] PaulSmits: ah [18:36] that's a good question [18:41] so i figure it isn't possible? [18:42] PaulSmits, it's not possible within Launchpad [18:42] ok [18:42] but you should be able to go to "Overview" (perhaps opening the link in a separate window) and find out who the developers are, and get their contact info [18:43] PaulSmits: it wouldn't seem feasible from LP directly as I don't know that LP would know who to talk to [18:43] but yeah, as mpt said, it should be fairly straightforwad to figure out an email list or something to ask [18:44] bug 211 might be relevant here [18:44] Launchpad bug 211 in rosetta "Add comments to POFile for communication between translators" [Medium,Confirmed] https://launchpad.net/bugs/211 === Ubulette_ is now known as Ubulette [18:50] hi there [18:50] looking for an Ubuntu enthusiast from Bangalore [18:50] New bug: #187376 in soyuz "Distribution source package release page links to non-existent distribution series source package release page" [Undecided,New] https://launchpad.net/bugs/187376 [18:52] anybody there? [18:52] i found this https://blueprints.launchpad.net/rosetta/+spec/suggestion-approve-rejection-explanation [18:52] seems to solve the problem a bit [18:54] anathaniel, this channel is about Launchpad, not about Ubuntu or India [18:54] anathaniel, I suggest looking for an Indian Ubuntu LoCo team on the Ubuntu Web site [18:57] ok [18:57] thanks mpt [18:57] is there an Ubuntu room on Freenode? [18:57] anathaniel: yup... #ubuntu [18:58] thanks mtaylor [19:06] where can i find information about the next meeting? [19:30] Hobbsee: what'd I kill? [21:21] New bug: #187410 in launchpad "In launchpad translations, adding a second template doesn't work if the name of the second template is a prefix of the first" [Undecided,New] https://launchpad.net/bugs/187410 === \sh is now known as \sh_away === _bigon is now known as bigon [23:06] What's the best way to upgrade a branch from knits to packs? Rename the old one to something else and push the new one? [23:07] http://doc.bazaar-vcs.org/latest/developers/packrepo.html#upgrading-an-existing-branch-or-repository-to-knitpack-format [23:08] Odd_Bloke, look just above that for the --upgrade method [23:13] Oh yeah, totally forgot I could upgrade remotely. /o\ [23:13] Rinchen: Thanks. :) [23:14] Odd_Bloke, you're welcome!