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