/srv/irclogs.ubuntu.com/2008/09/27/#ubuntu-mozillateam.txt

ftadamn, %VERSION% is not understood in general.useragent.extra.firefox00:31
ftaasac, i don't think setting general.useragent.extra.firefox in the branding branch was such a good idea00:32
fta!seen asac00:40
ubottuI have no seen command00:40
asache?00:44
asac;)00:44
asacfta: well. not sure. where do you want to put it?00:44
asacfta: why cant we make those js files sensible to VERSION?00:45
ftai used pref("general.useragent.extra.firefox", "Firefox/%VERSION%") hoping it will be resolved, it's not in the About UI00:45
asacyeah00:45
asacit doesnt happen automagically00:45
ftayou hardcoded 3.0.1 in abrowser, so i inherited that in 3.1 too, i wanted to fix it but my 1st attempt didn't work00:46
asacfta: hmm. dont we use PREF_JS_EXPORTS in the branding Makefile.in ?00:47
asacwait ;)00:47
asacthose %VERSOIN% things in the url are replaced at runtime00:48
asacso we would need to use template ;)00:48
asacanyway. i currently wonder why we have that useragent thing in there00:49
ftait was already in the 1st commit00:49
ftathat sets Firefox instead of something else in the useragent00:50
asactry @APP_VERSION@00:50
asacthe original line is pref("general.useragent.extra.firefox", "@APP_UA_NAME@/@APP_VERSION@");00:51
asacso Firefox/@APP_VERSION@ should be ok00:51
ftaSep 26 18:17:21 <mvo> asac: I got this nice "restart fixfox" box inside ff now, but when I press it, ff just died and did not restart - known issue?00:53
ftaasac, ^^ in #ubuntu-desktop00:53
asacfta: yeah i aw that. but he most likely wasnt there when i saw it;)00:54
asacfta: well. i think i saw that too here00:54
asacbut not really reproducible :/00:54
asaci hope its a bug in the restart command guessing00:56
ftaFirefox/@APP_VERSION@ doesn't work00:56
ftain my 3.1 build, it's already subst at build time00:56
asacfta: yes .. that should happen if you use that pattern actually00:57
asacwith PREF_JS_EXPORT in Makefile.in00:57
ftatrying00:58
ftaI also have no logo in the about ui with firefox-3.1-branding while i have one with abrowser-3.1-branding00:59
asacfta: sounds like the "other" branding patch is wrong then01:01
ftastill doesn't work01:05
ftaPREF_JS_EXPORT is already there01:05
fta@APP_VERSION@ is not controlled by PREF_JS_EXPORT, it's a basic sed when it's needed01:09
asacoh ... then that ;)01:21
ftabut imho, this line is not needed01:23
ftayou should get Firefox anyway01:23
ftaoh no, you'll get WebBrowser/versidon01:25
ftathis is controlled by branding/awesome-browser/configure.sh01:25
ftaMOZ_APP_DISPLAYNAME => APP_UA_NAME01:26
ftaasac, what about moving this to /etc/firefox-3.0/pref/branding.js ?01:27
ftaor /etc/firefox-3.0/pref/abrowser.js01:27
ftafta@voyager:~ $ abrowser-3.001:29
ftaexec: 118: /usr/lib/firefox-3.0.3/abrowser-3.0: not found01:29
ftafta@voyager:~ $ dpkg -S abrowser-3.001:30
ftafirefox-3.0: /usr/bin/abrowser-3.001:30
ftabut i don't have abrowser-3.0-branding installed, why do I have the link ?01:31
ftathis is confusing01:33
ftaasac, the desktop file is confusing too01:54
=== asac_ is now known as asac
Hobbseehey guys, it looks like firefox-2 isn't installable.  Do you guys plan to fix this?12:55
Hobbseeoh, the latest version got tried 18 days ago, but FTBFS.  Please fix :)12:56
ftaHobbsee, firefox-2 will be removed from intrepid. btw, what is broken?15:35
ftaasac, i changed a few things for abrowser, ie, desktop files and icons are in their respective branding packages, it is working fine now15:36
ftathe only thing i don't like but that i haven't touched yet is the link in /usr/bin. is there a reason to install /usr/bin/abrowser(-3.0) when abrowser-3.0-branding is not installed/wanted?15:38
ftasame question for the /usr/bin/firefox-3.0 link when abrowser-3.0-branding is installed (i understand that /usr/bin/firefox is wanted at all costs, but not the versioned one)15:40
=== asac_ is now known as asac
ftaasac, xpi.mk only works with xpi in the top level dir :(17:45
ftaok, i fixed it18:06
ftaasac, please review my xpi.mk patch, i need it to build projects using xulapp.mk, such as prism18:25
asacfta: merge request?18:56
asacfta: i think the patch is OK... even though it has a non-related changelog hunk ;)19:05
asac(for minefield-packager)19:06
asachttp://bazaar.launchpad.net/~mozillateam/mozilla-devscripts/mozilla-devscripts/revision/17919:06
asacbut i guess thats OK ;)19:06
ftawell, just a carriage return19:07
ftaasac, what about the new prism in intrepid, too late?19:08
fta(i hate the new background picture, i prefer the heron one)19:08
asacfta: you are a MOTU ;). try to follow the procedure and see what happens (prism)19:09
asaci am actually not even sure if universe is in a freeze or not19:10
asacit definitly isnt a the same freeze that the main archive is19:10
asac(because RMs will not review uploads, just push through if you say that)19:10
fta"Uploads to universe require a manual push through the queue, but are not subject to release management approval"19:10
asacfta: right. but that doesnt mean that there is nothing to do19:10
asacuniverse is goverend by motu-release19:11
asaci think its in a feature freeze19:11
asacso the normal procedure is to post a bug, subscribe them and explain the benefits as well the risks19:11
asacrisks should be rather low19:11
asacbut giving detailed information probably makes it easier ;)19:12
asace.g. are there features or things that worked before and that are now not working and so on19:12
asacfta: did something happen with the 3.1 bug?19:12
ftaasac, nothing, sistpoty is ok but wants motu-sru's feedback19:16
ftaasac, so, what do you think about my ff3 change in .heads?19:17
fta-s19:17
ftachangeS19:18
asacfta: commented19:35
asac;)19:35
asaci actually didnt proof read19:36
ftaasac, you didn't use mozclient for xul on hardy ???19:36
asacso lets hope they get the point19:36
ftaGet:207 http://ftpmaster.internal hardy-security/main xulrunner-1.9 1.9.0.3+build1+nobinonly-0ubuntu0.8.04.1 [7764kB]19:36
ftatar zxf /usr/lib/xulrunner-devel-1.9.0.3/sdk/build-system.tar.gz19:36
ftatar: /usr/lib/xulrunner-devel-1.9.0.3/sdk/build-system.tar.gz: Cannot open: No such file or directory19:36
ftatar: Error is not recoverable: exiting now19:36
asachardy?19:37
ftahttp://launchpadlibrarian.net/18004580/buildlog_ubuntu-hardy-i386.prism_0.9.1%2Bsvn20080918r18380-0ubuntu1~fta2~hardy_FAILEDTOBUILD.txt.gz19:37
asacfta: i dont change the hardy package19:37
asacits in the same state that we released it19:37
asacthats the whole point of stable releases19:37
asacor am i getting something wrong?19:38
ftait's 1.9.0.319:38
asacand?19:38
ftaso it's a new tarball, but it's missing build-system.tar.gz19:38
asaci dont have that build-system here in 1.9.0.219:38
fta-rw-r--r-- 1 root root 585582 2008-09-25 18:15 /usr/lib/xulrunner-devel-1.9.0.3/sdk/build-system.tar.gz19:39
asacfta: the build-system is most likely produced by the packaging right? or by a patch we ship in the packaging branch19:39
asacfta: yes. tahts intrepid19:39
asacfta: we have a patch to produce the build-system dont we?19:39
ftait's in m-d19:39
asacfta: yes. and hardy doesnt get any new m-d19:39
asacfta: so m-d patches xulrunner build system to produce such a tarball?19:40
asachow does ti get into the xulrunner-1.9-dev?19:40
ftai don't get it, you did a tarball for hardy and another for intrepid ??19:40
asachow does the build-system.tar.gz get into that directory?19:41
asacthats not a source directory, but a binary dir19:41
asac/usr/lib/xulrunner-devel-1.9.0.3/sdk/build-system.tar.gz19:41
ftaoh, it's not m-d, it's xul at build time19:42
asacright19:42
ftaso i'm doomed19:42
asacthats also a new feature19:42
asacfta: well.... you do hardy in ppa ... push xul there too19:43
asace.g. thats an intrepid backport you need technically19:43
ftai do, but it used your tarball19:43
=== wikz_ is now known as wikz
ftaasac, i can't request the new prism if the new m-d is not in first19:52
ftaso i'm really doomed19:53
ftaexcellent, the prism extension is working just fine20:24
ftaasac, http://ubuntuforums.org/showthread.php?t=93158622:10

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