/srv/irclogs.ubuntu.com/2008/06/22/#ubuntu-mozillateam.txt

=== asac_ is now known as asac
asacyay. 800 unread ffox bug mails12:40
asaci feel a bit like bruce all mighty ;)12:40
ftaasac, http://paste.ubuntu.com/22091/12:44
asacfta: oh cool12:45
asacwell ... no so cool. i still dont get where my bugmail went :(12:45
asacdebian bug 46902012:49
ubottuDebian bug 469020 in iceweasel "Upon upgrades /usr/lib/iceweasel/iceweasel.cfg is overwritten every time" [Serious,Closed] http://bugs.debian.org/46902012:49
asactse ... no patch12:52
ftawe fixed that, right ?13:01
asacfta: different13:02
asaci pushed that patch for now13:02
asacwe should take care that upstream reviews it13:02
asaci think both patches make sense13:03
asac1. allow .cfg files to be set per-gre and per-application (us)13:03
asac2. allow lockPref everywhere13:03
asacwe certainly should test what happens if with this patch you have a lockPref in GRE and a normal pref in APPLICATION13:04
ftahm, I get that when I 1st run the new prism: http://paste.ubuntu.com/22098/13:05
asacfta: yeah, bad entity :)13:05
asacwhats in the wizard line?13:06
asaclook for &<key>; ... and then see why key is not found in a .dtd13:06
asacdebian bug 46761213:06
ubottuDebian bug 467612 in iceweasel "iceweasel: Opening C files with 'less' opens in original terminal" [Normal,Closed] http://bugs.debian.org/46761213:06
ftahm, this is in xul, not prism ?13:08
ftahttp://mxr.mozilla.org/mozilla/source/toolkit/mozapps/extensions/content/update.xul#5113:09
asacfta: can prism open chrome://mozapps/locale/extensions/update.dtd13:10
asac?13:10
asacmaybe use javascript console to openWindow(...)13:10
ftawont work, it will go to the main browser13:11
asacfta: otoh, prism might "overlay" the toolkit wizard. better check that its not the overlay that introduces this unknown entity13:11
asacfta: try openDialog13:11
ftai get an empty/tiny dialog13:14
asacnot sure how to best debug prism. ... does it ship its own update.dtd? have you looked if there is a overlay?13:17
ftahttp://paste.ubuntu.com/22102/13:18
asaci have the feeling that mikes "sysplugin" patch misses a hunk for mozilla/toolkit/xre/nsXREDirProvider.cpp13:18
asacfun. he already has an overlapping patch for uriloader/exthandler/unix/nsOSHelperAppService.cpp13:20
asaclets get some unrelated change for that file upstream :)13:20
asacfta: yeah. they have a overlay13:21
asaccheck chrome.manifest13:21
asacthen look what the overlay.xul is13:21
asacups13:21
asac:)13:21
asacanyway. check chrome.manifest13:21
JazzvaAnyone knows of an easy way to remove files from bzr branch, and then add other files from different directory, where most of the files are pretty much the same as the removed ones? bzr rm *, cp files, then bzr add * doesn't produce short diff...13:22
ftahttp://paste.ubuntu.com/22103/13:23
ftaJazzva, brz mv file1 file2 ?13:24
asacJazzva: if those are in the same bzr branch you should use bzr mv13:24
asacJazzva: but only if its really a mv-evolution that lead to this13:24
asaccannot tell whats best until i see the example13:24
Jazzvaasac: Here's the problem. I have livehttpheaders.ubuntu branch. Now there's a merge with debian's version, and I want to update my branch with that version...13:26
ftaasac, http://paste.ubuntu.com/22105/13:27
Jazzvadamn... as I already had the diff between old and new ubuntu version, I needed just to apply that, and then commit :)13:30
asacJazzva: well ... our branch is somewhat independent from debian one13:31
asacJazzva: you just need to update .upstream branch and merge that over13:32
Jazzvaasac: You mean the packaging stuff?13:32
asacJazzva: yes. we have our own packaging based on xpi.mk right?13:32
Jazzvayep...13:32
asacif debian doesnt have that, it means that this merge just means: "new upstream source" and looking if debian fixed anything we want as well13:32
JazzvaThey just changed chrome.manifest to not use unjarred directories13:33
Jazzvawell, I think I'll update upstream with current debian's source, without debian/ dir, then merge .ubuntu with .upstream, and adapt the packaging...13:34
Jazzvais that reasonable?13:35
asacJazzva: 1. update .upstream branch to the version that debian ships now13:36
asac2. cd .ubuntu13:36
asac3. bzr merge ../.upstream :)13:36
asaccommit13:36
JazzvaWell, that's what I said... and to modify packaging to the new chrome.manifest :)13:37
asacJazzva: why?13:52
asacJazzva: you say upstream changed their .xpi layout? or debian?13:52
fta"Due to some security fixes that needed to be rushed into Gecko as their exploits are potentially known to possibly dangerous people (I expect more info will be made available when those updates are shipped), we needed to do another round of candidate builds, which are now dated June 21 and have replaced the old files in this directory."13:52
ftahm13:52
asacfta: yes. sec update is delayed i guess13:54
asac(i hope :))13:54
Jazzvaasac:Upstream added chrome.manifest. Now, I'm not really sure about original upstream sources, but debian's changelog mentions "chrome.manifest: Adapt for flat chrome", probably upstream shipped contents of chrome/ in jar file, so they unjarred it, and then adapted chrome.manifest to reflect that change13:55
asaci already see the release happing on friday night next week agian13:55
* asac rumbles13:55
asacJazzva: we dont want to follow that road13:56
asacJazzva: what happens if you just build with latest upstrem source?13:56
asacdoes it work?13:56
Jazzvaasac: Ah... Let me download the intact upstream source. I don't think it'll work with our current rules file, it should work with little modification of rules file.13:57
asacfta: i want to push mozilla-devscripts to debian13:58
asacfor xpi.mk mainly13:59
asacnot sure if anyone would be interested in the tarball feature in debian13:59
asacmost likely me for icedove :)13:59
Jazzvaasac: So, we're not merging extensions that are packaged with xpi.mk from debian?14:04
asacJazzva: depends. merging most means tracking their orig.tar.gz version ... but only if they are ahead of us14:05
asacJazzva: but we cannot really reuse their packaging. we should rather convince them to use our package infrastructure14:05
JazzvaMhm...14:06
JazzvaSo, since I uploaded livehttpheaders debdiff yesterday (I think) to the merge bug report, should I post that the debdiff shouldn't be used?14:07
JazzvaBut instead merged from a bzr branch...14:07
asacJazzva: yes.14:08
asacJazzva: prepare the update in bzr and let that sponsor14:08
JazzvaOk, the extensions works with new upstream, I'll push the new version soon14:08
asacgreat14:08
JazzvaShould I keep debian's changelog entries?14:13
JazzvaAnd report in our changelog entry what entries are not in our version14:14
JazzvaOr to not add them at all?14:14
asacJazzva: for now we are independent I'd say14:18
asacfta: https://code.edge.launchpad.net/~mozillateam/firefox-extensions/BOT.TASKS14:42
shirishhi guys :)14:42
asacfta: as you can see from the "config" files, the directory hierarchy is completely redundant and just to organize the files for humans14:43
asacso every information should be in the config hierarchy14:44
asacwell ... HARDY.SUFFIX is obviously wrong :)14:44
shirishasac: can I attend the ubuntu-meeting, I just want to watch14:45
Jazzvaasac: debian's orig.tar.gz contains some locale files marked as executables (dtd, xul, ... files) and lintian is not happy. Should I fix that in debian/rules? The same is for shipping empty one empty CVS dir...14:45
Jazzva*The same questiong for ...14:45
Jazzvas/questiong/question/14:46
asacshirish: why not?14:46
asacshirish: since you are kind of a vocal contributor, I assume that you even might have something to say :)14:46
shirishapart from getting firefox-3.0 not much ;)14:47
asacJazzva: is just the lintian "source" check unhappy?14:47
asacor the binary check too?14:47
JazzvaI think it's the binary, as I did binary build...14:48
JazzvaWell, they're not errors, just warnings. But would be nice to fix them14:48
Jazzvaasac ^14:54
asacJazzva: how does the exact complain read like?14:57
asacanyway. fixing permissions should be fine.14:57
Jazzvaasac: http://paste.ubuntu.com/22124/14:57
JazzvaWhat's the right way for the first dir? To just remove it from the directory tree?14:58
Jazzva*first complaint14:59
JazzvaAnd also for the rest. To change the permissions directly, or to do that from debian/rules?14:59
asacJazzva: no file should be executable for extensions14:59
asacJazzva: so for now, just chmod a-x -R $DIR15:00
asacmaybe append that to the BUILD_CMD?15:00
Jazzvaasac: Not using BUILD_CMD for this extensions, as it doesn't provide a build script15:00
JazzvaI can add it in build target in debian/rules15:00
asacJazzva: yeah. whatever ;)15:01
asacshould happen _before_ the package is created15:01
Jazzvaasac: does ubuntu-universe-sponsors know how to handle merges from bzr branches, or are you gonna do it?15:34
Jazzvajust to know should I set the bug report status to confirmed and unassign me, so they can do it...15:35
asacJazzva: you dont ask for "merge" sponsorship, but just for "sponsor bzr branch"15:37
asacbut yes, i can do it15:37
asacJazzva: add firefox-extensions project15:38
asacotherwise i dont see bugmail15:38
Jazzvaasac: No need to bother you, if someone else can do it :). I proposed a branch in the bug report, so I'll see what will happen...15:41
asacyeah15:49
asacfta: https://code.edge.launchpad.net/~mozillateam/firefox-extensions/BOT16:03
asacfeel free to replace plugins/UPSTREAM with the real upstream task code16:04
asacthe runtask code is mostly to show how to parse config hierarchy. but is ok to use that way for now i guess16:16
asachttp://www.asoftsite.org/s9y/archives/142-Ubuntu-MozillaTeam-Meeting-today-at-1800-UTC-Sun,-22-Jun.html16:26
asacha i branded my profile :) ... https://edge.launchpad.net/~asac16:50
asacunfortunately the tiger looks a bit squeezed16:51
asacRainCT: ping ... meeting in 2h :)16:53
asacbut i guess you remembered ;)16:54
RainCTHey16:55
RainCTJazzva send me a reminder yesterday :)16:56
RainCTJazzva: thx16:56
JazzvaRainCT: No problem ;)16:56
Jazzvaasac: Got a minute to talk about liferea-webkit?16:57
asacJazzva: sure.16:58
Jazzvaasac: Well, so far I've tested liferea with our webkit package (I think), and it worked ok16:59
asacgood16:59
Jazzvai tested epiphany-webkit, with both sources grabbed from upstream svn, and I think I encountered some glitches. Though, I might have done something wrong, since fta says debian uses it and it's ok17:00
asaci havent tracked the debian state of the package17:00
JazzvaI'll test it again, to check for those glitches. But it should be fine...17:00
asacJazzva: have you tried to just spin the debian epiphany-browser in ubuntu?17:00
JazzvaNope...17:01
asacJazzva: try that17:01
asaclets see how far we get17:01
asacdebian uses xulrunner 1.9 as well nowadays, so maybe it just works17:01
JazzvaAnd another thing... Will you have time to look at gnome-voice-control in mentors.d.o? :)17:01
asacJazzva: link to .dsc please17:02
JazzvaShouldn't I try epiphany with webkit?17:02
asacis that an initial upload?17:02
asacJazzva: i think the debian pakage builds both17:02
asacepiphany-gecko + epiphany-webkit17:02
JazzvaHere's the link http://mentors.debian.net/debian/pool/main/g/gnome-voice-control/gnome-voice-control_0.2-1.dsc17:02
asacJazzva: only thing i dont like is that its not in bzr :)17:06
asac(as it doesnt have a patch system)17:06
JazzvaWell... I'll include a patch system for 0.3, as I don't think this will get any further fixes :)17:06
asacJazzva: what happened  to http://bazaar.launchpad.net/~jazzva/gnome-voice-control/ubuntu ?17:07
asacand upstream?17:07
asacis that still the place?17:07
Jazzvathe page on gnome.org? yep17:07
asacJazzva: why not make a debian branch?17:07
JazzvaThey already shipped 0.3, but we can't have it, cause it depends on pocketsphinx, and as they said it won'd build with sphinx.17:08
asacyeah17:08
asacanyway ... can we use the branches?17:08
Jazzvaasac: Didn't know debian has bzr... Ok, I'll setup one later, as I have to finish something before the meeting17:09
asacfor debian ... that would be great ;)17:09
asacJazzva: you can just use launchpad17:09
asacand use Vcs-Bzr: in debian/control17:09
asacthat works17:09
JazzvaOk :)17:09
asaclook http://packages.qa.debian.org/icedove17:09
asac"Version Control:" links to the bzr branch in launchpad17:09
asacso use the code.launchpad url ... then users can just click on the url :)17:10
Jazzvanoted :)17:10
asacJazzva: i'd suggest to use ubuntu as upstream for deiban :) ... so bzr brach ubuntu debian ... and then replay the changelog changes you did17:10
Jazzvauh-huh... k17:11
asacok i am off till meeting17:12
asaccu then ;)17:12
Jazzvasee ya17:12
asaclets see if gnomefreak pops-up :)17:12
shirishasac: who packages firebug?17:14
Jazzvashirish: jetsaredim is mentioned as ubuntu qa contact on https://wiki.ubuntu.com/MozillaTeam/Firefox3Extensions , so I suppose he does the packaging17:22
shirishok just to know firebug 1.3 is out and firebug 1.4 should be soon as well. Would be putting up a bug-report for 1.317:24
shirishhttps://addons.mozilla.org/en-US/firefox/addon/184317:25
shirishbtw don't know whether u guys like (or adopted) arora or not, I also like this browser, pretty stable.17:26
Jazzvashirish: I don't see him as a bug contact, though I suppose he'll read the message in the channel17:27
shirishsorry meant it is 1.2b3 while we have 1.2b2+svn57317:27
Jazzvaasac: As for debian package, works ok, just doesn't want to open a link in a new window when I right click on the link -> "Open in a new window". Can that be related to this warning "** (epiphany-webkit:5369): WARNING **: Unable to connect to system bus:"?17:39
Jazzvaand it's not render japanese characters17:40
Jazzvas/render/rendering/17:40
asacJazzva: yes. please paste content of epiphany-webkit package17:40
asacdpkg -L ...17:40
Jazzvaasac: http://paste.ubuntu.com/22157/17:41
asacJazzva: thats not much :)17:41
asacJazzva: and epiphany-browser? epiphany-data ?17:42
rzrhi17:43
rzri said i would come17:43
asachi RainCT17:43
asacrzr ;)17:43
asacfabulous17:43
rzrhere i am (back from a music fest)17:43
* rzr checking his mails17:44
shirishok guys put up a bug https://bugs.launchpad.net/ubuntu/+source/firebug/+bug/24216517:45
ubottuLaunchpad bug 242165 in firebug "Upgrade firebug 1.2b21+svn573 to firebug1.2.0b3" [Undecided,New]17:45
rzrhow long the meeting will take ?17:45
shirishsorry couldn't get more info. as I would have liked, the AMO site also doesn't seem to have a way to get some changelog17:46
asacrzr: usually we target for an hour17:47
asacbut mostly depends on agenda and how discussions go :)17:47
rzrI'll read the log17:48
Jazzvaasac: And the ubuntu-meeting room is also free after 21, in case it takes longer.17:49
rzrso how did discussions go, bc it seems quiet now :)17:52
asacrzr: meeting has not yet started :)=17:52
asac@time17:52
ubottuasac: Current time in Etc/UTC: June 22 2008, 16:52:47 - Next meeting: Ubuntu Mozilla Team in 1 hour 7 minutes17:52
rzrcool17:53
asac1800 UTC17:53
asac=> #ubuntu-meeting17:53
rzri have the time to take a shower before :)17:53
Jazzvaasac: enjoy the pkg contents http://paste.ubuntu.com/22159/17:53
asacno doubt17:53
asacJazzva: /usr/share/dbus-1/services/org.gnome.Epiphany.service17:53
rzrwell i feel really filthy, so dont panic if it takes more time :)17:54
asachmm17:54
asachehe17:54
asacJazzva: no that is ok17:54
asacJazzva: please search the source tree for "org.gnome.Epiphany" :)17:54
* Jazzva is manually forming machine instructions from assembler at the moment, by the way... Frustrating :).17:55
asachehe17:55
Jazzvaok, I'll report once find finishes it's work17:56
asacJazzva: running in chroot?17:56
Jazzvayep17:57
Jazzva/usr/share/dbus-1/services/org.gnome.Epiphany.service17:57
Jazzvafunny...17:57
Jazzvawell... that's the one it installs, right?17:57
asacJazzva: start dbus in the chroot17:59
asacotherwise dbus wont work17:59
asacJazzva: why cant you test in your main system?17:59
Jazzvamostly unmet deps in hardy...18:00
asacJazzva: upgrade main system :)18:00
asacJazzva: try to start dbus in chroot for now18:00
Jazzvastarted18:01
JazzvaUpgrade to intrepid? I'm waiting for some later alpha :)18:01
asacJazzva: haha18:01
asacJazzva: you are a developer :) .... upgrade intrepid and clear the merge list ;)18:01
Jazzvaheh :)... Ok, I might lower the criteria for intrepid. gutsy was b1 or b2, hardy a4 or a5.18:03
JazzvaCriteria: Manually fixing disassembled code is OK. (current mood)18:04
Jazzvaasac: Still not opening in new window... dbus is running, warning is not reported18:14
asacJazzva: ok. but that is a webkit thing right?18:25
asacwith gecko it works?18:25
asachttps://wiki.ubuntu.com/MozillaTeam/Bugs/TriagersHandbook18:26
JazzvaSorry.. I forgot to test. My mind is mostly on assembler atm :)18:28
Jazzva(well, linker actually)18:28
JazzvaWorks with gecko.18:31
Jazzvaasac ^18:32
asacJazzva: ok. guess 2.23 is what we want then18:32
asacJazzva: i think debian will not go for it, so we have to go ahead on our own18:32
JazzvaOk, feature freeze is by the end of the august. So, we have time for that :)18:33
JazzvaBut I think we can go for that plan to move webkit to main and enable -webkit packages...18:33
asacJazzva: 2.23 doesnt have gecko anymore18:34
asacso it requires ab it of repackaging18:34
JazzvaOk.18:34
VolansHi all :)18:36
asacVolans: hi18:38
VolansHi asac I'm here for the meeting....18:38
asacVolans: great. 20min left ;)18:38
shirishthe meeting's here or in #ubuntu-meeting?18:48
Volansshirish: in #ubuntu-meeting at 18 UTC18:49
Volans(12 minutes left ;) )18:49
shirish;)18:50
shirishasac: this is for u, do you know anyway to subscribe to a particular package so one knows when the new package is updated, something like launchpad sends a mail or a notice whenever a new release of a package say 'foo' is being made.18:52
shirishit would be nice if such a notice could be sent.18:52
asacshirish: not sure ... if there is no such feature, then it probably already is filed as a feature request against launchpad18:57
asacshirish: as a workaround you can subscribe to all bugs and then you get the "Fix released" notifications18:58
asac-> #ubuntu-meeting18:59
shirishright, but that's not really a "workaround"18:59
ftait's pretty easy to create an RSS feed from https://edge.launchpad.net/ubuntu/+source/firefox-3.0/+publishinghistory19:00
asacfta: #ubuntu-meeting :)19:02
shirishubotu@agenda19:17
shirish@agenda19:17
shirish@time19:17
ubottushirish: Current time in Etc/UTC: June 22 2008, 18:17:56 - Current meeting: Ubuntu Mozilla Team19:17
Volansshirish: https://wiki.ubuntu.com/MozillaTeam/Meetings ;)19:18
shirishVolans: I was trying to see if there was some way that ubottu can spit the agenda, without using a browser ;)19:19
jetsaredi1shirish: re firebug - my wife just had surgery last week so I've been a bit busy but if you want to merge a new upstream feel free19:19
Volansthe agenda of the meetings yes, but I don't think the single meeting agenda... and in particular this agenda was set to a wiki page...19:19
shirishjetsaredi1: sorry to hear about your wife's surgery, hope she's fine19:20
jetsaredi1shirish: no worries - just been a bit crazy with two little kids running rampant19:21
jetsaredi1I had started to merge the upstream originally then they released another version19:21
jetsaredi1part of the problem with the versioning is that their build system changes the numbering from what is in svn19:22
shirishjetsaredi1: I don't have any packaging know-how or experience or even dare for the same, take your time , whenever u can that would be nice. Just wanted u to know that's it has come up.19:22
jetsaredi1yea - webdeveloper needs to be updated as well19:22
=== jetsaredi1 is now known as jetsaredim
shirishjetsaredim: there's also something called firecookie which also looks cool, I'm sure u know about it as well ;)19:25
jetsaredimhonestly - had no idea19:26
jetsaredimi had just worked on adding extensions that I was using19:26
shirishjetsaredim: it uses or can use firebug alongwith it, it gives more readability about what cookies are stored inside.19:28
jetsaredimcool19:28
=== ubuntu-laptop is now known as gnomefreak
* RainCT is wondering what he is doing in the team :)19:49
shirishRainCT: everybody is in #ubuntu-meeting19:50
RainCTyes, I'm following the discussion, didn't mean that :)19:51
JazzvaRainCT: Contributing ;)?19:51
RainCTheh19:51
=== rzr is now known as rZr
=== Volan1 is now known as Volans
Volansgood meeting... now I have to go, bye bye21:28
asacVolans: cu21:28
JazzvaLog is available on https://wiki.ubuntu.com/MeetingLogs/Mozilla-2008-06-2221:35
JazzvaI'm sorry if you bump into some cyrillic characters in the log, as it's a localised version of xchat, but most of the messages are translated (I might have missed some, though)21:36
asacJazzva: thanks!21:39
Jazzvaasac: No problem... and also bug 24221121:41
ubottuLaunchpad bug 242211 in launchpad "Wishlist: Enable announcement feature for team pages" [Undecided,New] https://launchpad.net/bugs/24221121:41
JazzvaFeel free to modify the description if needed ;)21:41
JazzvaShould meeting logs also be categorized under MozillaTeam?21:42
Jazzva(by adding CategoryMozillaTeam)21:42
asacJazzva: confirmed bug21:42
Jazzvaasac: Thanks :)21:42
asacJazzva: let me know if something happens :)21:42
Jazzvaasac: Sure...21:43
asacmy bugmail probably filters this to /dev/null :)21:43
JazzvaIt filters it for sure, since you didn't subscribe ;)21:44
Jazzva(unless you're not auto-subscribed through some group membership)21:44
asacJazzva: i am subscribed because i commented21:49
asac:)21:49
JazzvaYou sure ;)? Subscribers list doesn't mention you :)21:49
JazzvaDid you check "Notify me of blabla"?21:50
JazzvaAnyway, I'll keep you updated21:50
asacJazzva: my procmail filters everything i didnt opt in to /dev/null :)21:51
asacone kind of mail i always get is if i am assignee21:51
asacotherwise just ffox + xulrunner + thunderbird21:51
asaci always wanted to add another filter that would let through mails of bugs for which i am expl,icitly subscribed21:51
asacbut well21:51
asacah firefox-extensions mail goes through too21:51
asac:)21:51
asacfta: debian bug 48079621:52
ubottuDebian bug 480796 in kazehakase "Don't build depend on libxul-dev" [Wishlist,Closed] http://bugs.debian.org/48079621:52
asacglandium attached a xulrunner patch for the NMU there21:52
asaci think its already synched21:52
asacthe build waits now for xulrunner-dev21:53
asacwhich we dont have21:53
asacwonder if we should add an empty package for that21:53
asacor if we rather want to touch any package that comes from debian21:53
Jazzvaasac, any deadline for minutes?21:53
JazzvaI think I'll study telecommunications now21:54
* Jazzva sighs...21:54
asacJazzva: no deadline. within a few days if possible :)21:55
Jazzvacool :)21:58
ftaasac, maybe you should review the ML owners: Ubuntu-mozillateam list run by ubuntu.ase at gmail.com, freddymartinez9 at gmail.com, asac at jwsdot.com, bluekuja at ubuntu.com22:27
asacfta: not sure. at least the moderations are all done by someone :)22:57
ftaok23:03
ftathat's a review :)23:04
asachehe23:04
asacindeed23:05
asacstrange bug23:06
asacbug 24222323:06
ubottuLaunchpad bug 242223 in xulrunner-1.9 "windowless plugin right-click pops up firefox menu" [Undecided,New] https://launchpad.net/bugs/24222323:06
asacreporter claims that its ubuntu only issue23:07
Jazzvatelecommunications are not that much fun... https://wiki.ubuntu.com/MozillaTeam/Meetings/Minutes/2008-06-2223:21
JazzvaIf I forgot something to add, let me know, or add it :)23:22
Jazzva(except for the broken link formatting which I will fix now)23:22
asacJazzva: maybe on top an action summary, with just the actions and who is assigned (if any)23:23
asacmaybe sorted by "assigned", "unassigned"23:23
asacso people can grab that when we announce these23:24
JazzvaOk23:24
asacJazzva: and maybe s/Rationale/Topic Summary/23:25
asacthat was my wrongdoing :)23:25
JazzvaOh :)23:25
ftaJazzva, as for Stevel_, it's not that he wasn't there, or that we couldn't acknowledge his prior contributions, it's more that he should contribute on the packaging for a while if he really wants to gain write access to our branches, or he could apply for the new sub-team we've discussed23:31
ftaasac, correct me if i'm wrong ^^23:31
Jazzvafta, ok. I'll correct that23:31
asacfta: its correct, but the minutes is political :)23:32
asaci dont mind :)23:32
asacfta: i think that its ok to have this as a result in minutes23:32
asacfta: we should give him a real reason when declining in launchpad23:33
asacfta: or through chat23:33
Jazzvawho's gonna setup mozillateam-community?23:33
asacusually gnomefreak does such things. as long as mozillateam is maintainer i am fine with anyone :)23:33
JazzvaOk, so I'll assign him :)23:34
asacJazzva: ack23:34
asacJazzva: you can make wiki reference out of MozillaTeam/Extensions/Packaging by using23:35
asac["MozillaTeam/Extensions/Packaging"]23:35
asacas syntax23:35
Jazzvahm, not just [Bla/Bla]?23:35
asacthere are a few other occurences that are not properly linked23:35
asac#23:35
asacMozillaTeam/Bugs/UpstreamBugProceduresIntrepid23:35
JazzvaI noticed them...23:35
asacah good23:35
asacJazzva: not sure if you need quotes. with quotes works for me :)23:36
JazzvaOk, I'll skip the attending list, as I'm afraid I'll miss someone.23:36
asacJazzva: thats ok23:36
JazzvaNeed quotes...23:36
JazzvaFixed, I think... https://wiki.ubuntu.com/MozillaTeam/Meetings/Minutes/2008-06-2223:40
asacJazzva: ok thanks. let me schuffle the order a bit :)23:41
JazzvaOk... please add CategoryMozillaTeam, as i forget that :)23:41
JazzvaThanks :)23:42
JazzvaI'll remove next meeting date from the header23:42
Jazzva...and to clean up MozillaTeam/Meetings for the next agenda. (how it's easy to find excuses not to study telecom :))23:44
asacok done23:46
asaclol23:46
asactelecom? like high-level view?23:46
asaclaw/regulations?23:46
asacnetwork-optimization?23:46
JazzvaMore like low-level (but not electronics low)23:47
Jazzvaanalag/digital modulations mostly, noise, signal-to-noise ratio and similar23:47
asacah ok23:47
asacthat wasnt that bad :)23:47
JazzvaYou probably had better faculty than I have :)23:48
ftaJazzva, optical or electrical ?23:48
asacyeah, fta is your hero again :)23:49
ftaasac, well, you know for which company i work for ;)23:49
fta-for23:49
asacthats why i claim that ;)23:49
Jazzvafta, umm... I think electrical.23:50
Jazzva:)23:50
Jazzvafta, which company do you work for? (if it's not too personal :))23:50
ftait is23:52
JazzvaOptical is sci-fi in our book (written in 1970-something). It's mentioned as an interesting field for future development :)23:52
ftabut everything above 100M is optical23:53
ftawe have 40G links now, and soon 100G23:54
JazzvaI don't think we mentioned anything above 100M.23:54
* Jazzva feels frustrated23:54
fta:)23:54
Jazzva1M/256k link over here...23:54
asacfta: 40G over one fiber?23:54
ftawell, not at home, in the network23:54
Jazzvafta, international links?23:55
ftaasac, yes, in 1 fiber23:55
asacfta: yeah. just wonder if you consider a link "a cable" or "a single fiber string"23:55
asacfta: how many colours does that use?23:55
ftaeither 1 or 4 depending on the quality of your fiber, the PMD (in pico sec, relative to the distance), the age of the equipements, etc..23:56
ftaquality =~ chromatic dispersion + various other factors that i don't remember (as i'm not a specialist in optics)23:57
JazzvaOk, now I'm off to study... See you later :)23:58
asaccu23:58
ftaJazzva, one day you'll see DWDM systems ;)23:59
Jazzvafta, you do know that's a foreign language to me atm :)?23:59

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!