[00:00] not forgetting to blog about a good firefox|iceweasel depends line while you're at it [00:05] asac, not sure, doesn't the py script contain those tags? [00:05] nope [00:05] seems they dont [00:24] asac, yep, but i don't see how to do that without breaking the dailies [00:24] MOZCLIENT_POSTCOCMD is just run in sh, but it doesn't accept env or arguments [00:47] fta: well ... default for DEBIAN_TAG should be "default" [00:47] for tbird [00:47] that seems to be what they use to get latests [00:49] i mean, MOZCLIENT_POSTCOCMD have to receive DEBIAN_TAG somehow, but it's not possible without tweaking do_post_co_commands in src/mozclient/lib/MozClient/VCS.pm [01:30] hmm [01:30] sucks [01:30] guess need to produce it manually then [01:30] for now === asac_ is now known as asac [05:01] asac: builders are busy, but I'm building locally [05:19] asac: what's the proper way to remove a transitional package on upgrade? [05:23] * ccheney thinks they aren't [05:23] upgrade manager might do it, of course i don't actually know for certain [05:23] * ccheney imagines asac is out to dinner somewhere [05:23] well, I don't want to provide a transitional package that should have been removed 3 releases ago [05:24] but if somethings not done, problems will arise [05:24] an empty transitional package doesn't hurt anything, but yea asac might know better whenever he shows back up [05:25] * ccheney thinks he is going to go to bed early tonight, ubuflu hit me :( [05:27] k [05:27] feel bettter ccheney [05:27] thanks [05:47] asac: I'll be back in about an hour after my uploaded packages build...I forgot I need to make sure language selector can install stuff properly. [07:05] asac: back yet? [07:06] micahg: hmm , maybe an offtopic quest >... how to correct this , previously with sun-java , i used to launch an app using this > /usr/lib/jvm/java-6-sun-1.6.0.16/bin/javaws -localfile /home/vish/.java/deployment/cache/6.0/42/63426a6a-2ddaaf6c ... now that sun-java is gone, what should i replace the "/usr/lib/jvm/java-6-sun-1.6.0.16/bin/javaws" with ? [07:07] /usr/lib/jvm/java-6-openjdk/bin/javaws [07:07] there seems to be no such file :( [07:07] you need to install openjdk-6-jre [07:08] ah.. [07:08] * vish tries [07:11] asac: I have to get some sleep, I'll be back in 7 hrs. I tested de and fr locally and they work, I wanted to try with language selector to install es to make sure nothing's broke [07:14] TB locales package should be built in 15 minutes on LP [11:38] \0 morninguetto === BUGabundo is now known as BUGabundo_lunch === BUGabundo_lunch is now known as BUGabundo [16:02] language selector isn't flexible [16:09] Is there a non daily ppa build of Thunderbird 3? [16:09] Technoviking: officially, not yet [16:09] I have the same build as TB3.0 release branded as shredder in my PPA [16:10] or something pretty close... [16:10] micahg: what is its address? [16:10] https://launchpad.net/~micahg/+archive/mozilla-beta [16:11] for karmci [16:11] *karmic [16:11] thanks [16:43] micahg: hei , installing the -jre fixed it[facepalm] , many thanks :) [16:49] vish: np [17:16] asac: TB locales failed on hardy [17:16] but everything seems fine for lucid [17:32] asac: should xul192 changelog say Initial Upstream Release or New Upstream Release? [17:33] micahg: new upstream release [17:34] micahg: great. so i guess we need a manually build tarball? [17:34] (for tbird?) [17:34] asac: k, I'm updating the changelog in head as well to 1.9.2 release [17:34] asac: k, do I just pull upstream? [17:34] micahg: i can produce a tarball i guess [17:34] asac: can we patch client.py before it runs? [17:34] let me check [17:34] hmm [17:35] micahg: maybe we can write a wrapper or something ... [17:35] we already run one script before that [17:35] which script are we running? [17:36] the remove.binonly.sh [17:36] in mozclient [17:40] yeah ... thats just removing binary and nonfree stuff [17:41] asac: right, but maybe we can pass the tag in that script as well [17:42] or patch client.py with the tag [17:42] where would we get the tag from? [17:42] afaiu we dont get the DEBIAN_TAG argument etc. [17:44] asac: can we export it in debian/rules [17:44] i thought fta said we dont get any env there [17:44] we might wanna check [17:45] if we see env from rules we can write a wrapper script [17:45] that then calls client.py [17:52] asac: there's a conf file in devscripts that runs client.py [17:52] yes [17:53] to produce tarball you can hack that locally [17:53] asac: it's in package [17:53] asac: can I look at client.py on mxr? [17:54] micahg: ? [17:54] * micahg wanted to see that script [17:54] micahg: you can run python client.py --help [17:54] i think its: [17:55] comm-1.9.1$ ./client.py --help | pastebinit [17:55] http://pastebin.com/f491ce2ec [17:55] so i think we have to run: [17:55] -venkman-rev ? [17:55] ./client.py --comm-rev=THUNDERBIRD_3_0_RELEASE --mozilla-rev=THUNDERBIRD_3_0_RELEASE [17:55] why venkman rev? [17:55] nm [17:55] we dont include that i think+ [17:55] soryr [17:55] I missed the others [17:55] np [17:56] yeah [17:56] , I'll test [17:56] thx [17:56] BTW, what to do about hardy tb-locales [17:56] fix later? [17:56] yes.... later [17:56] what kind of brokeness is that? [17:56] missing md? [17:59] asac: no, dh7 [17:59] dpkg-genchanges: failure: cannot read files list file: No such file or directory [18:01] yeah [18:01] ok [18:01] lets ignore that for now [18:01] why do we use dh7? [18:01] nevermind [18:01] I tried with dh6 [18:01] dh5 i thought was the version we used before [18:01] I converted to dh_xul-ext from dh --with xul-ext and it didn't work [18:03] lets look into that later [18:03] not really urgent [18:03] asac: we get debian tag, but it doesn't get the =3.0 aprt [18:03] why do we need that? [18:07] * asac_ reconnect === asac_ is now known as asac [18:08] (12:03:48 PM) micahg: asac: we get debian tag, but it doesn't get the =3.0 aprt [18:08] (12:03:52 PM) micahg: why do we need that? [18:12] we dont need the =3.0 [18:12] for client.py [18:13] so if we get DEBIAN_TAG we could use that [18:13] though it might break dailies [18:13] so we might want to somehow make DEBIAN_TAG default to "default" [18:13] anyway [18:13] just do it locally to get a tarball now [18:13] we can research with fta on a proper solution [18:14] patches broke... :) [18:15] I'm checking version.txt [18:23] says 3.0 :) [18:29] test building now :) [18:44] asac: can;t I do that in the rules file? [18:44] or in teh conf file [18:48] bbiab [18:48] micahg: do what? [18:48] asac: sorry, set DEBIAN_TAG to default if it's not set on the cli [18:48] we could screw mozclient and implement get-orig-source [18:48] asac: no need IMHO [18:48] n our own ... not sure if thats what you suggested [18:48] yeah [18:48] i think thats good [18:48] I just added DEBIAN_TAG to the tb.conf file for mozclient [18:48] e.g. trying to set DEBIAN_TAG [18:48] to default etc. [18:48] and it works for 3.0 [18:49] I'm test buiilding 3.0 now locally [18:50] and I pushed xul192 to my ppa since I had some trouble with pbuilder and mirros [18:50] I'll be back in a half hour [18:53] kk [19:01] I just added DEBIAN_TAG to the tb.conf file for mozclient <= sounds weird to me [19:21] fta: http://pastebin.com/f5ab05c4e [19:22] so it will break the dailies [19:22] also, DEBIAN_TAG is x=y, it won't work [19:22] fta: right, so maybe if we check DEBIAN_TAG in the rules file, and set it if it's not set, it'll work? [19:28] $ echo blah --comm-rev=$(echo ${DEBIAN_TAG:-default} | cut -d= -f1) [19:28] blah --comm-rev=default [19:28] $ DEBIAN_TAG=foo=bar [19:28] $ echo blah --comm-rev=$(echo ${DEBIAN_TAG:-default} | cut -d= -f1) [19:28] blah --comm-rev=foo [19:28] $ [19:28] micahg, asac ^^ [19:33] fta: I'm testing now [19:34] fta: is the last part needed? [19:35] our DEBIAN_TAG is like TAG=version, and i assume --comm-rev=TAG=version wont work, so the cut is needed [19:35] I'm wondering if TAG=version is necessary though? [19:36] it is [19:37] DEBIAN=FIREFOX_3_5rc3_RELEASE=3.5~rc3 [19:37] wfm without it to generate the tarball [19:37] ah, that's where it'll get messy [19:37] I managed to get the TB3 release tarball w/out it [19:38] because it's a simple version, but you need to cover all cases [19:38] it generates teh version from version-191.txt [19:38] k, so, I'll add the cut then [19:41] ah, I see the problem [19:41] this is what was generated by default thunderbird_3.0.2+nobinonly.orig.tar.gz [19:43] fta: do you just run ./debian/get-orig-source for the dailies? [19:45] yes [19:45] plus LOCAL_BRANCH=foo if provided [19:47] fta: it seems that 3.1 is pulling 3.2 alreayd [19:47] the bot will reject it then [19:48] because of vpattern [19:48] yep, it does [19:48] I'll have to look at that sometime soon to get those building again [19:51] seems that TB 3.0 doesn't want to build on karmic... [19:55] fta: it ignores the parameter [19:56] for dailies [20:13] hi [20:13] i need ur help [20:17] If you ask your question, someone will hopefully respond [20:17] i installed ubuntu 2 days ago and now i'm connected to the internet but firefox is not opening websites it only opens google.com [20:23] charbel: you can't go to anyother site? [20:24] no [20:24] just google.com is opening [20:24] and nothing else [20:27] charbel: can you ping anything else? [20:36] no [20:36] charbel: can you ping google.com? [20:38] what do u mean by ping google.com ? [20:38] charbel: from a terminal: ping google.com [20:41] i donno how i'm new to ubuntu :) [20:42] charbel: Accessories -> Terminal [20:42] ok [20:42] and ? [20:43] type: ping google.com [20:43] then enter [20:43] charbel: are you chatting on the same computer? [20:44] no [20:45] k [20:45] i'm using another pc with OS windows [20:45] did the ping show anything? [20:46] charbel: I have to go [20:46] try #ubuntu as my guess is it's not the browser [20:46] yes it shows [20:46] k, try ping yahoo.com [20:47] yes it shows [20:48] do you have another browser installed? [20:49] no [20:49] just firefox [20:49] charbel: I'll be back Sat night if no one else can help [20:49] ok thank u [20:51] charbel: BTW, I'm in CST [20:51] UTC -0600 [21:47] BUGabundo, could you plz file a bug for ch loosing password, upstream is not aware of the problem [21:48] once I can reproduce it clearly I'll [21:48] don't like to file bugs that are just close, with can't reproduce [21:48] haven't happen to me with v5 [21:49] don't you agree fta? [21:51] kenvandine: latest trunk http://paste.ubuntu.com/369783/ [22:12] Preparing to replace mozilla-devscripts 0.20~umd9 (using .../mozilla-devscripts_0.21~umd10_all.deb) ... [22:12] funny, the bot has a bug [22:27] asac: should I push TB up? [22:27] I have a new tarball [22:35] I'm testing the package now [22:35] * micahg loves debuild -nc :) [22:36] -nc Do not clean the source tree [22:36] hmm [22:36] micahg: wondering ... [22:36] sebner: good for quick debian dir fixes :) [22:37] heh [22:37] like having a bad .postinst file :) [22:38] Hi, I was oriented by a forum moderator to contact you guys. I would appreciate if you have to time to look at http://ubuntuforums.org/showthread.php?t=1398857. I have already sent an e-mail to Canonical Trademark team, but I would like to cover all bases. [22:40] asac: I missed the branding :( [22:42] asac: I have to go :( [22:42] I'll finish this Sat night (hopefully this is really it )