Wednesday, August 19. 2009ubuntu network manager team offers daily builds for trunk (aka 0.8) nowWhen I set up the network-manager trunk PPA I also planned to provide daily builds at some point. I don’t want to go into depth, but dailies are really a great way to get a better working upstream relationship as they can just commit fixes to the branch they care about most (yeah, developers usually live for the trunk) and users will instantly be able to verify it the next day. Further it helps upstreams, because they now can tap the (impressively huge) ubuntu community more effectively. Also with a bunch of users running your dailies, upstream gets instant feedback on regressions they introduce, which usually reduces the required debugging to a minimum. How was it done?After thinking about it for a bit I found that I don’t want to setup my own daily bot and asked Fabien (fta) – who already runs the daily builds of the ubuntu mozilla and chromium teams – what it would take to include our network manager packages in his daily build bot. The requirements were rather easy to satisfy:
After fixing our branches to match those requirements, Fabien swiftly added our network-manager, network-manager-applet and modemmanager branches to his build bot and now daily builds come out of it every day! Yay! How to enable the daily PPA?Add the ppa lines to your apt sources.list: deb http://ppa.launchpad.net/network-manager/trunk/ubuntu karmic mainand import the PPA key: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys BC8EBFE8Next run sudo apt-get update; sudo apt-get dist-upgradewhich should bring you the latest NM trunk dailies; reboot after uprade has finished. Who should use dailies like this?
What to do if there is a regression?You can find me (asac) and other NM developers in the #nm channel on irc.freenode.net.Update: easier way to add the ppa on karmic is to just run (thx to Dominic Evans – oldmanuk for pointing this out): sudo add-apt-repository ppa:network-manager/trunk Friday, July 31. 2009nss 3.12.3 SRU - testing neededIn order to not loose upstream support for nss/nspr, we are working on upgrading nss to the latest upstream release in hardy, intrepid and jaunty. The plan is to first get some pre-testing in a PPA and if that works well, go through -proposed to -updates and -security. Although nss and nspr follow really strict ABI rules – otherwise we wouldn’t consider to do this – this kind of update needs extra care and testing; even more so, because this has special implications on distribution upgrades. For example, the version in hardy-security will be higher than the version in intrepid-release, which can lead to tricky situations. To document the progress of our efforts, we set up a wiki page. It also gives information how to test the special implications mentioned above. OK, so here the instructions on what needs to be done: Prerequisites: Hardy, intrepid and jaunty users need to upgrade nss and nspr to the latest versions in the nss3.12.3 ppa. Just enable the PPA and update your system to do that. Testing:
Let me know about your test results – either comment here or drop me a message in #ubuntu-mozillateam on irc.ubuntu.com. Edit: doing this has some risks; so if you rely on a rock solid ubuntu experience, don’t do this. Friday, July 24. 2009What is this "Multisearch" thing in my Firefox about?There is some valuable discussion about what the multisearch extension we just added to firefox in alpha3 does and why it does it the way it does it. Instead of replying to all the threads and bugs individually we decided that its better to put the information to a central place (like this blog). So here the basic facts on what Multisearch is:
So that’s basically what it does; imo, there is not much else to wonder ‘bout, really! Also there is by far no conspiracy, nor do we want to remove features from your google search; it’s just that for now we want the data for your usage Anyway, I don’t want to reply to each and every claim and rumor and conspiracy theory posted around the web; but still I want to remove some understandable concerns that sprung up. So here a few more points that I think are worthwhile to mention:
Last but not least, I want to answer a few core concerns I picked up from the various places I found:
[2] – http://hg.mozilla.org/users/dmills_mozilla.com/about-tab/ Tuesday, July 7. 2009FAQ - Why is my firefox 3.5 still called Shiretoko?Jaunty: 11:11 < asac> we only use official branding for our default browser 11:11 < asac> (default for jaunty is 3.0) 11:11 < asac> also we explicitly want both to be installable side by side 11:11 < asac> and same branding would make them indistinguishable on your desktop 11:11 < asac> another point to consider is that branding is part of top-level UI 11:11 < asac> and changing (top-level) UI is not something we do in stable/security updates anyway Karmic: 12:12 < asac> we only use official branding for our default browser 12:12 < asac> good news is that firefox 3.5 will become our default browser in karmic soon 12:12 < asac> - which is when we will do the branding switch 12:12 < asac> if you are curious, there is a blueprint for transitioning to firefox 3.5 by default 12:12 < asac> it is called desktop-karmic-firefox-3.5 and has lots of TODO's 12:12 < asac> wanna help? join #ubuntu-mozillateam on freenode! Update: firefox 3.5 is not called Shiretoko in karmic anymore. Thx! Update: please read http://www.asoftsite.org/s9y/archives/161-FAQ-Why-is-my-firefox-3.5-still-called-Shiretoko.html#c927 before commenting on this post. (See: https://blueprints.launchpad.net/ubuntu/+spec/desktop-karmic-firefox-3.5) Tuesday, June 30. 2009FAQ - Where can I get firefox 3.5 for Ubuntu?It’s definitely hot news today: firefox 3.5 was released – you can finally stop holding your breath! Also checkout the release notes or get an overview on what is new in this great release. So after all the partying, you might end up wondering: “Great, Where can I get it for ubuntu now?” As usual, the answer depends on what Ubuntu version you are running: Karmic and Jaunty users:
Hardy or Intrepid users:
Update: firefox-3.5 and xulrunnner-1.9.1 available in karmic and in jaunty-security / jaunty-updates (yay!). Wednesday, February 18. 2009New: connman in ubuntuSome might have noticed, but I think its still worth to bloggonouce that packages for connman and connman-gnome are available in the jaunty universe now. Remember that its a good idea to stop NetworkManager CODE: sudo /etc/init.d/NetworkManager stop and restart connman CODE: sudo /etc/init.d/connman restart before testing this.
Thursday, February 12. 2009Ubuntu Mozilla Daily Archive with firefox 3.1 and 3.2 for hardy, intrepid and jauntyHi, thanks to Fabien we have now a daily PPA for bleeding edge mozilla packages set up and running. A main reason to track those daily builds is to notice packaging or upstream regressions as they come. Its much easier and more efficient to fix bugs if we have a narrow regression window than debugging something whose commit we cannot easily spot. To get things started we added firefox-3.1 (xulrunner-1.9.1) and firefox-3.2 (xulrunner-1.9.2) to our daily build bot for now; more packages will be added based on demand and time. Fortunately, the ubuntu mozillateam uses packaging techniques having backporters in mind and hence can easily provide the same builds for all “current” ubuntu releases (meaning: hardy, intrepid, jaunty are supported for now). If you are curious and want to track daily builds, subscribe to the “ubuntu-mozilla-daily” PPA: https://launchpad.net/~ubuntu-mozilla-daily/+archive. Feel free to spread this around and encourage advanced users and mozilla fans to track that PPA, but remember that the daily packages are auto built without much testing and hence you might end up in unexpected bugs. So, be prepared to downgrade to the previous daily when that happens. Also keep in mind that you shouldn’t file regressions of those daily packages in launchpad. Instead come to #ubuntu-mozillateam and let us know directly (alternatively send a mail to mailto:ubuntu-mozillateam@lists.ubuntu.com). Enjoy! Thursday, January 8. 2009Some info on mozilla plugin packaging for ubuntu ...Ever wondered how to get your plugin in the ubufox plugin finder wizard? Or ever asked yourself, what the Xb-Npp- fields mean that most plugin packages have in their debian/control entry? Even wondered which directory to link your plugin .so files to in order to make them available for all the packaged mozilla apps? To give you some answers, there finally is a wiki page about the most important packaging magics you should remember when dealing with mozilla plugin packages in ubuntu: Read: https://wiki.ubuntu.com/MozillaTeam/Plugins Just ask if there are open points you would like to see addressed or clarified. We obviously can populate that wiki page with even more valuable content. Or just do it yourself Monday, December 15. 2008/me in the public @identi.caMoving ahead in an attempt to improve my communication with all of you, I decided to set up my personal timeline @ identi.ca. Basically this mean: if you ever wondered what I am doing or working on, your answers might be right there … just one click away. Tuesday, December 2. 2008Ubuntu MozillaTeam Meeting Minutes (Nov, 2 2008)Please forgive that these go out so late … but as a matter of fact I tried to be on vacation https://wiki.ubuntu.com/MozillaTeam/Meetings/Minutes/2008-11-02 Note that we have quite a few open Actions; so enough food for anyone who wants to help out in ubuntu mozillaland. Monday, December 1. 2008shiretoko aka firefox 3.1 (and xulrunner-1.9.1) preview packages in jaunty/universeon friday, the great fta uploaded xulrunner-1.9.1 and firefox-3.1 to the ubuntu universe archive (jaunty). It took the weekend to get archive admin attention, but now it seems like it will show up on your mirror quite soon (hugs to all involved here). Similar to what we did for firefox 3.0 in gutsy, we allow you to install this package next to your “production” firefox 3.0 install. This is done, by creating a copy of your existing firefox-3.0 profile the first time you start firefox-3.1. So don’t be scared to test this, just because you fear to bust your profile. Once 3.1 is final we will present you with a choice again where you can decide which profile to use in future. A few more words on bugs: From now on we will update the firefox-3.1 and xulrunner-1.9.1 package quite frequently, so if you file bugs, remember to check if they still apply if you receive an update. Also to make bug triaging more easily, I would like to remind everyone that mozilla packages have a normalized bug description format ... which will allow us to swiftly forward your bugs to upstream on your behalf. Enjoy! Sunday, September 21. 2008ubuntu mozillateam minutes (14th sep 08) ...Last week the Ubuntu Mozillateam had a scheduled meeting in #ubuntu-meeting on freenode. During that meeting we mostly defined the ACTIONs and outstanding mozilla tasks for intrepid. Thanks to Sasa Bodiroza (jazzva), the Minutes are now available for public consumption. Monday, August 11. 2008Network Manager 0.7 bug reporting + 3G (hardware) testingOne of the important features we want to support in intrepid is out-of-the-box 3g support. Now that Network Manager 0.7 has entered the archive, I’d like to to ask you to test your 3g hardware with it and report your findings to the 3G Hardware page on the wiki. We want to hear about all results – good and bad ones. Just remember to open a bug in launchpad and link it to your result on that wiki page. How to testIf you are running intrepid, you just need to apt-get upgrade to get the current network-manager 0.7. Alternatively, you can also use the Network Manager PPA which usually has even more recent snapshots in it. If you are using hardy, the PPA is currently the only source to track network manager 0.7 progress in ubuntu. Edit: Finally, the latest daily intrepid livecd’s come with NetworkManager 0.7. Please test them as well. Known issues1. We have dropped all driver tweaks for now. This means you most likely see regressions with orinoco and madwifi/ath drivers. How to report bugsTo file a bug, please follow the instructions below and file a bug using this link. In general, Network Manager 0.7 bugs should have the word “0.7” in their bug summary, so I can easily filter them out. If you encoutner connectivity issues with Network Manager 0.7 and your wifi/wired setup, please attach your complete syslog taken after you reproduced your issue. If you are having 3g issues, please attach the complete output of lshal as well. Please remember to search the current network-manager bugs to avoid filing duplicates. However, if in doubt, open a new bug rather than adding information to potential duplicates. Just name the bug you think you might see a dupe off in your new bug; we will sort them out properly. Monday, August 11. 2008mozilla-extensions-dev team report Jul 08A few days ago, the ubuntu mozilla-extension-dev team published their first monthly report for Jul 08. Thanks for all contributors that helped us to get where we are. If you are interested in helping out on extensions, read the extensions team wiki page and start to lurk on #ubuntu-mozillateam on irc.freenode.net, our team will be surely be happy to help you and answer your questions. Tuesday, July 15. 2008new firefox security/stability upgrade available for testingHi again, first I would like to thank all that helped out testing the ffox 2.0.0.15 As usual, we need testers for all supported ubuntu releases. Those are: + dapper – firefox 1.5 + feisty – firefox 2 + gutsy – firefox 2 + hardy – firefox 3To participate, visit the mozilla qa site (http://mozilla.qa.ubuntu.com) The built packages are available from my PPA and you can find If you don’t have a native install of the above ubuntu releases, using a As usual we expect it to be quite difficult to find testers for dapper, As always, in case you have questions or run into issues, feel free to Thanks in advance for your help and happy testing! – Alexander (asac)
(Page 1 of 11, totaling 151 entries)
» next page
|
/me on Identi.caasac: retried #ppl (gcc segfault) and #yelp on armel (missing xulrunner-1.9.2-dev main promotion)
Thursday, March 11. 2010 asac: good news: seems we are having a fix for OOO on #ubuntu #armel #lucid ;) ... stay tuned Thursday, March 11. 2010 asac: approved liblog-log4perl-perl MIR - asked if its possible to enable tests though - lp:526480 Thursday, March 11. 2010 asac: approved MIR for shared-desktop-ontologies with some comments - lp:492735 Thursday, March 11. 2010 asac: MIR for libqtgtl needs ABI/API tracking facilities too and had a few odd shlibdeps complains to investigate - lp:512159 Thursday, March 11. 2010 asac: MIR for opengtl also needs ABI/API tracking facilities - lp:512148 Thursday, March 11. 2010 asac: approved pstoedit MIR with some comments - lp:512158 Thursday, March 11. 2010 asac: also set getfem++ MIR to incomplete - we need ABI/API tracking - lp:512151 Thursday, March 11. 2010 QuicksearchSyndicate This BlogArchivesBlog Administration |