/srv/irclogs.ubuntu.com/2010/12/10/#ubuntu-community-team.txt

JanCwell, GNOME is/was a GNU project  ;)00:04
JanCsemi/somwhat/not entirely00:04
dholbachgood morning!07:45
kim0dholbach: Morning man08:00
dholbachhey kim008:00
kim0it's quite today huh08:00
dholbachquite quiet, yes :)08:01
kim0hehe08:01
kim0my English teacher would kick me08:01
dholbachwas your English teacher that mean?08:02
kim0hehee  :)08:02
kim0not literally kick .. but you get the idea hehe08:02
dholbachyeah :)08:03
dholbachI had a British English teacher - he was a bit mean, but he didn't kick people either08:03
kim0dholbach: on a more technical note than english teachers :) I ended up submitting this patch http://bazaar.launchpad.net/~kim0/+junk/bacula/revision/9396 to fix ftbfs from bacula08:05
kim0wasn't really sure what to do with the change :)08:06
kim0would a ppa allow me to build bacula from that source08:06
dholbachit's a bit trickier08:07
dholbachI'd suggest not to branch lp:bacula, but instead branch lp:ubuntu/bacula (which is the source which is in Ubuntu)08:07
dholbachand then push to ~kim0/ubuntu/natty/bacula/ftbfs-fix08:08
kim0dholbach: I'll do that .. then ?08:08
dholbachif you propose that as a merge it can be more immediately integrated into Ubuntu08:09
dholbachalso you can build the package then by running: bzr bd08:09
kim0I didn't find the stupid propose for merge link :)08:09
dholbachif you do it the way I mentioned above, you should find it :)08:09
kim0aha!08:10
kim0then I really screwed up hehe08:10
dholbachno no, it's harder to find08:10
kim0dholbach: that branch I used .. is for the upstream tarball ?08:10
dholbachI promise to work on that docs08:10
dholbachthat's upstream trunk, yes08:10
kim0aha08:10
dholbachwhich isn't bad - you can still send the patch there08:10
dholbachbut for ubuntu we use    lp:ubuntu/<package>08:10
kim0dholbach: I noticed when I branched .. fixed .. pushed .. I downloaded and re-uploaded the whole project ..08:11
kim0which was a bit heavy on my not so fast internet08:11
kim0any smarter way08:11
kim0I mean I should at least only upload the "fix" .. not everything again08:11
dholbachah yes08:12
dholbachif you do it the way I mentioned above it'll created a stacked branch08:12
dholbachwhich will be more efficient08:12
kim0awesome08:12
dholbachthe problem is namespace: lp:bacula and lp:~kim0/+junk/... don't share namespace08:12
dholbachso if you branch lp:ubuntu/bacula and push to lp:~kim0/ubuntu/natty/bacula/... it's clear for LP what to stack on08:13
kim0aha ..08:13
dholbach(similarly  lp:someproject and lp:~person/someproject/somebranch)08:13
dholbach(if that makes sense)08:13
* kim0 enlightened08:13
dholbachin addition to that, the Bazaar team will put more effort into lightweight branches afaik08:13
kim0one small step for kim0 .. one big step for humanity .. :)08:14
dholbach \o/08:14
kim0dholbach: when committing the change .. is it best to link it to a bug .. or should I just use the web interface08:15
dholbachyou can do both08:16
dholbachhang on08:16
dholbachthe very best way to do it is: add something like this to your ~/.bashrc08:16
dholbachexport DEBFULNAME='Daniel Holbach'08:17
dholbachexport DEBEMAIL='daniel.holbach@ubuntu.com'08:17
dholbachand source .bashrc08:17
dholbachthen install devscripts08:17
dholbachthen run dch -i08:17
dholbachand add a changelog entry that explains what you changed in which file for which reason08:17
dholbachand add (LP: #123456)08:17
dholbachwith the bug number08:17
dholbachthen run debcommit08:17
dholbachthen push to something like ~kim0/ubuntu/natty/bacula/ftbfs-fix08:18
dholbachthen propose08:18
dholbachthen you will have done everything that's necessary to get it reviewed and immediately uploaded the way it is (if the reviewer agrees with what you've done)08:18
dholbach(and after the upload to the archive the bug will be automatically closed)08:19
kim0dholbach: hmm thanks for all the info .. do I run dch -i in the top level package folder ?08:20
dholbachyes08:20
dholbachit will add a boilerplate changelog entry for you that you just need to fill out08:20
kim0phew .. ok .. hope that works :)08:20
dholbachyou can show me the output of bzr diff if you like and I'll have a look at it08:21
dholbachjust pastebin it08:21
kim0dholbach: http://paste.ubuntu.com/541782/08:22
kim0dholbach: -lssl08:22
dholbachkim0, can you pastebin again with the changelog entry included?08:23
kim0ok08:23
nigelbMorning all08:23
kim0dholbach: http://paste.ubuntu.com/541783/08:24
kim0nigelb: morning man08:25
dholbachkim0, change maverick to natty and add your email address at the bottom08:25
dholbachkim0, did you set DEBEMAIL?08:25
nigelband you can add the bug number08:25
dholbachand add the bug number (LP: #123456)08:25
kim0dholbach: dch -i again ?08:25
nigelbjust edit it I think08:26
dholbachdch -e (or edit debian/changelog)08:26
kim0dholbach: http://paste.ubuntu.com/541785/ ?08:28
dholbachthat looks great to me08:29
dholbach(maybe wrap the line at 80 chars per line)08:29
dholbachbut apart from that you're ready to go08:29
dholbachdebcommit; bzr push ~kim0/ubuntu/natty/bacula/ftbfs-fix08:29
dholbacherm08:29
dholbachdebcommit; bzr push lp:~kim0/ubuntu/natty/bacula/ftbfs-fix08:30
dholbachexcusez-moi08:30
kim0pushing08:31
dholbachyeehaw08:31
kim0done08:31
dholbachand if you run    bzr-lpopen   afterwards it should show the branch in a browser, where you can click on "propose merge"08:32
kim0I want to build from that branch just to be sure it actually works08:32
dholbachok08:32
dholbachrun08:32
dholbachbzr bd -- -S08:32
dholbach(your might need to install bzr-builddeb)08:32
dholbachit should generate a source package for you (with .dsc file)08:33
kim0can I do it in a ppa .. since I'm building for natty08:33
dholbachgive pbuilder that .dsc file08:33
dholbachyes, you can08:33
dholbachupload the source package to your PPA08:33
dholbach(run bzr bd -- -S and dput the source package to your PPA)08:33
dholbachhttps://help.launchpad.net/PPA08:33
dholbachI'll take the dog for a walk, so I'll brb08:34
kim0dholbach: thanks a lot man :)08:35
dpmgood morning all08:53
dholbachhola dpm09:03
nigelbMorning dpm, ara  :)09:03
aramorning nigelb09:04
dpmhey dholbach, hey nigelb and ara09:10
dholbachkim0, how's the fix coming on? all sorted out?09:54
dholbachhey daker, hey randa09:55
kim0dholbach: I linked the branch to the bug09:55
dakerdholbach, randa good morning ツ09:55
kim0dholbach: couldn't really build it though :)09:55
dholbachkim0, and proposed the merge?09:55
dholbachkim0, can you pastebin the output of what went wrong?09:56
kim0dholbach: I think it's just hard for me since I'm not using natty yet09:57
dholbachpbuilder-dist natty created; pbuilder-dist natty build bla.dsc :-)09:58
randamorning all09:58
dholbacherm "create" not "created"09:58
kim0gpg couldn't sign the dsc09:58
kim0secret key not available09:58
dholbachah!09:58
kim0the priv key needs a password .. maybe that's it ?09:58
dholbachdid you add the email address in the debian/changelog entry to your gpg key?09:58
kim0Yes09:58
kim0I did09:58
kim0and published09:59
dholbachweird09:59
dholbachreally weird09:59
dholbachthen just do a09:59
dholbachbzr bd -- -S -us -uc09:59
dholbach(will skip the signing)09:59
kim0worked !10:00
dholbachstill it'd be worth finding out what goes wrong there10:00
kim0dholbach: I think it needs my priv key, which needs a password10:00
dholbachdoes it ask for a passphrase?10:01
kim0nope10:02
dholbachweird10:02
dholbachand you're sure kim0@ubuntu.com is on your gpg key as a key id?10:03
dholbach:)10:03
kim0gpg --fingerprint kim0@ubuntu.com10:03
kim0works yes .. listed10:03
dholbachok10:03
dholbachthen I don't know10:03
dholbachand DEBEMAIL and DEBFULLNAME you added to bashrc?10:03
kim0yeah there .. echo $xx works10:04
dholbachhum hum10:04
dholbachmaybe ask in #ubuntu-devel with a pastebin10:04
kim0dholbach: thanks man :) the build is churning10:05
dholbach:)10:05
kim0once it works .. I'll propose for merge yippee10:05
kim0I am quite pleasently surprised with the elegance of everything10:05
kim0packaging for fedora was way uglier :)10:06
dholbachI'd love if it was easier, you know :)10:06
kim0dholbach: woohoo works! you rock man10:11
dholbachexcellent10:12
dholbachI hope somebody will get to it soon :)10:12
kim0the bug is high priority so yeah hope sio10:12
kim0so*10:13
kim0https://code.launchpad.net/~kim0/ubuntu/natty/bacula/ftbfs-fix/+merge/4332710:13
dholbachgreat10:14
czajkowskialoha10:23
dholbachkim0, you're on http://reqorts.qa.ubuntu.com/reports/sponsoring/ :)10:34
dholbachhey czajkowski10:34
kim0dholbach: kewl :)10:49
nigelbMorning czajkowski :)10:52
nigelbpopey: did you just set up the slouch bot? :)11:59
popeyyes12:01
nigelb\o/12:04
dholbachkim0, "everyone's favourite" - you're exaggerating :)12:20
kim0hehe :) naah you're just being modest12:20
kim0You're lucky I didn't say Internet sensation :P12:21
dholbachyeah, thanks :)12:22
* dholbach hugs kim012:22
kim0hehe12:22
* nigelb hugs popey12:34
popey:)12:34
popeygot cron working :)12:34
nisshhhmmm, 36 six hours awake and i can still write decent Python, what does that say about me? :)12:44
nigelbYou're learning, can do better :p12:46
nisshhnigelb, well, i was going to say i dream in code, but thats ok i suppose :)12:47
nigelbnisshh: Also, 'decent Python' is left to the judgement of the guy who's awake for 36 hours? :p12:50
nisshhnigelb, decent Python, meaning it contains code that is human readable :)12:51
nisshhi thought i would fall back to klingon after 31 hours :)12:51
nigelbAh, that applies to anything non-perl :p12:52
nisshhbut obviously not :)12:52
nisshhlol12:52
nigelbperl is nice for writing and excecuting, not so much for readability12:52
nisshhheh12:52
nigelbI can't read my perl code after a few hours12:52
nisshhthats why its so hard to learn :)12:52
nigelbI guess the half life of perl's code readability increases with experience :p12:53
nisshhheh, yeah12:53
nigelb</troll perl>12:53
nisshhlol12:53
nisshh</sleep deprived rant about Python code>12:54
* vish wonders if "36 six hours" == 216hrs?!12:54
nigelbno no12:54
nisshhvish, how is that possible?12:54
nigelbHe's been away for 36 hours, that happens :p12:54
vishnisshh: exactly!12:54
nigelbnisshh: "< nisshh> hmmm, 36 six hours awake and12:55
nisshhlolwut?12:55
vishnisshh: stop sleep talking ;p12:55
nigelb+112:55
nigelbsleep typing rather12:55
nisshhstop taking advantage of me in my sleep deprived state thank you! :)12:55
vish:D12:55
nigelbwhile you won't remember a think about this tomorrow12:56
nigelbthe next generation will remember this in the form of bash.org quotes12:56
nisshhhaha12:56
nisshhactually, a chick in my loco runs her own quote database, its better than bash.org :)12:56
* nigelb prefers s/chick/lady/g12:57
nisshhi hold the record for being part of the most quotes on it :)12:57
nigelblinky?12:57
nisshhone sec12:57
nisshhallow an extra 30 seconds to compensate for my slow tired hand movements :)12:57
nisshhnigelb, http://qdb.ltmnet.com/12:58
nisshhit only has like 130 quotes on it, but they are good ones12:58
nigelbah, darkrose :)12:59
nisshhyou know darkrose?13:00
nisshhnigelb, ^^13:00
nigelbFrom UW, yes13:00
nisshhUW?13:00
* nigelb gives nisshh about 60 seconds for binary search in his brain13:01
jcastrobuenas mornings!13:24
* maco blinks13:24
macodobre utra, jcastro13:24
jcastroI had to google that!13:25
macohaha13:25
macoi had a friend in high school who i tried to greet in a different language every time i spoke to him13:26
macokinda like flickr does....13:26
sensegood afternoon14:00
vishmaco: here we leave that to dholbach ;)14:08
vish "greet in a different language every time" :D14:08
dholbachno, not really :)14:09
* dholbach is too lazy/slow learning new languages14:10
senseLike the guy who learned 50(?) languages said: after 15(?) languages things start to become easy.14:10
dholbachsense, that's reassuring14:11
sensedholbach: Isn't it? :)14:11
czajkowskidear timezones you will be the death of me when arranging meetings15:31
jcastrook, one last time15:34
jcastrohow do I change the topic in a channel?15:34
jcastroI need to update #ayatana15:34
JFoczajkowski, http://timeanddate.com/worldclock/meeting.html15:34
kim0./topic ?15:34
jcastrokim0: no, there's some weird bot thing15:35
jcastroI can never remember it15:35
JFoit is @pilot something yes?15:36
* JFo saw someone do it in ubuntu-devel15:36
jcastrowhatever is complicated and annoying to do15:36
JFonot sure if that is local to them though15:36
czajkowskijcastro: /topic then hit tab tab15:36
czajkowskibrings it to the end of a topic so you can add to it rather than writing the whole thing :)15:37
jcastroI am not an op15:37
JFoczajkowski, that is only if you have your op hat on15:37
czajkowskijcastro: which channel ?15:37
jcastro#ayatana15:37
jcastroaha!15:38
jcastroubuntu-women wiki to the rescue!15:38
Pici/msg chanserv topic #channel newtopic15:38
Pici?15:39
=== dholbach_ is now known as dholbach
vishPici: only @canonical cloaks have access there..15:59
dholbach?16:00
vishdholbach: to change topic in #ayatana16:00
dholbachaha16:00
vishdholbach: i changed the topic before the channel was formalized.. i guess someone forgot to add the @ubuntu access there..  :D16:01
jonohi all16:02
visho/16:02
dholbachah ok16:02
dholbachhey jono16:02
jonohey dholbach16:02
czajkowskivish: no they don't I don't have a canonical cloak16:03
vishczajkowski: well thats what /msg chanserv access list #ayatana  tells me here16:03
vishother access is freenode staff, which is the usual..16:04
czajkowskivish: look at my cloak :)16:05
vish:)16:05
dpmheya jono16:06
jonohey dpm16:06
jonodpm, thanks for adjusting the call16:06
jonoseems my wikileaks tweet is get RT like mad16:06
dpmno worries :)16:06
vishczajkowski: now i remember, 'cypher' from a while back.. :)16:06
dholbachkim0, congratulations16:07
kim0dholbach: yeah! hehe Thanks a lot :)16:07
dholbachjono, dpm, jcastro: ^ kim0's first bug fix landed in Ubuntu :)16:07
jonodholbach, really?!16:07
jononice!16:07
kim0Thanks dholbach for the guidance16:07
dholbachriddell uploaded it16:07
vishczajkowski: and that, you are the one who gave me a google wave account. :)16:07
dholbachkim0, good work16:07
dholbachhttps://bugs.launchpad.net/ubuntu/+source/bacula/+bug/68796816:08
ubot2Launchpad bug 687968 in bacula (Ubuntu) "[FTBFS] package 'bacula' (5.0.2-2ubuntu1) failed to build on natty (affects: 1) (heat: 6)" [High,Fix released]16:08
kim0This can get addictive :)16:08
czajkowskivish: glad the penny dropped :)16:08
vish;p16:08
* czajkowski hugs kim0 16:08
dpmkim0, \o/16:08
* kim0 hugs czajkowski back16:09
kim0dpm: thanks man16:09
jcastrokim0: \o/16:09
kim0jcastro: hehee :)16:10
kim0such a warm community :)16:10
JFobah humbug ;-P16:13
* czajkowski puts JFo in the corner with a bitter lemon 16:14
JFommmmm, lemony16:14
popeyLemon party!16:15
popeyahem16:15
JFoheh16:15
* popey joins JFo in the naughty corner16:15
JFohee hee16:15
* JFo passes popey a lemon16:16
czajkowskimessers in a corner!16:21
jonodpm, about set?16:27
jonodholbach, did I send you the notes from our call?16:28
dpmjono, yes, but can you give me 2 mins? I'm trying to set up something I'd like to show you.16:28
jonodpm, sure!16:28
dpmjono, thansk16:28
jono:)16:28
dholbachjono, you did16:32
jonodholbach, cool :)16:32
jonojust checking16:32
dholbach:-)16:32
dpmjono, ok, all set16:36
jonodpm, ok logging in16:36
jcastro<--- LUUUUUUUUUUUUUNCH.16:55
kim0why do you have to shout16:56
jcastrobecause I am starving today16:56
dholbachok my friends - I call it a day - have a great WE everyone!16:57
* dholbach hugs you all16:58
* Pici waves16:58
* popey hugs dholbach 16:58
Pendulumdholbach: and to you!17:00
* AlanBell joins in the group hug17:03
duanedesignhello all17:14
czajkowskiduanedesign: aloha17:15
duanedesigni got a late start today :/17:18
duanedesigni think my body wanted to start the weekend a day early.17:18
czajkowskiheh17:26
dakerhuh check that http://icio.us/WftVsS17:58
dakerclick "Listen"17:59
dpmok, have a fantastic weekend everyone!18:17
dpmSee you on Monday18:17
macosense: i figure once youve got one in each language family, it gets easy....21:09
czajkowskiPici: ping21:29
sensemaco: Yeah, you should choose tactically. If you confine yourself to the Germanic languages you won't get very far outside that family. :)21:37
macosense: why i did spanish, japanese, and russian in school :)21:38
sensemaco: You must like a challenge!21:39
Piciczajkowski: pong, whats up?21:46
czajkowskiPici: sorted21:47
Piciokay :)21:47

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