/srv/irclogs.ubuntu.com/2010/12/21/#ubuntu-locoteams.txt

Ronniecjohnston: Get well soon.00:26
mhall119get better cjohnston 01:36
czajkowskitoo much cake for cjohnston 02:03
mhall119hey czajkowski, how you holding up?02:10
czajkowskiso so 02:24
mhall119still in the UK?02:24
czajkowskiyup02:27
czajkowskion a train now to somwhere closer to get me onto a ferry02:28
czajkowskimhall119: http://www.lczajkowski.com/2010/12/21/crazy-few-days/02:28
mhall119I just read it from the planet feed02:30
mhall119did they find someone to drive the train?02:30
czajkowskiyup02:30
* mhall119 is drinking hot tea in solidarity02:30
mhall119and also because I've got a cold02:30
czajkowskiawww02:31
dholbachgood morning!07:17
YoBoYgood morning07:24
dholbachsalut YoBoY07:24
YoBoYmoin dholbach :)07:25
YoBoYcomment ça va ?07:25
dholbachYoBoY, ça va bien, merci - et toi?07:29
YoBoYbien aussi, merci07:30
=== nhandler_ is now known as nhandler
Ronniehey all11:25
nigelbMorning Ronnie :)11:51
=== duanedes1gn is now known as duanedesign
locodir-userhi i need to configure apache to open php  need F112:16
locodir-usereven zend opt didnt help12:16
locodir-userollo12:17
=== daker_ is now known as daker
=== jussi01 is now known as jussi
locodir-userhi13:08
mhall119morning13:20
mhall119hey dholbach, did you see?  we have an import-live-data command now13:21
mhall119got some other fun stuff to talk to you about, but later, I've got to leave for work13:31
dholbachmhall119, woah!13:40
dholbachmhall119, NICE13:40
Ronniedholbach: do you have time to test the import-live-data script. i fixed some last errors this morning13:42
dholbachRonnie, I've been reviewing code all day - I was just about to try to do something different :)13:44
Ronniethats ok, dholbach13:44
dholbachRonnie, but I'm pretty excited you put a lot of hard work into it - we've been waiting for that for a long time :-D13:46
Ronniei know, its a very important feature13:47
Ronniethe google map for the global events (and probably more pages) are coming soon13:49
Ronniemost work is done already. only some finetuning is needed13:50
dholbachRonnie, you're a rock star - thanks so much for all the work you've been doing!13:50
mhall119dholbach: still around?14:56
dholbachmhall119, yes14:56
mhall119I've been working on ubuntu-django-foundations14:57
dholbachnice!14:57
dholbachhow's it looking?14:57
mhall119I have a new app, bzr_apps, which will sync apps from other branches14:57
mhall119you tell it in settings.by the source branch,  destination directory, and version number14:58
mhall119then ./manage.py pullapps14:58
mhall119and it'll create local branches or pull updates 14:58
dholbachexcellent14:58
dholbachthat's great14:59
mhall119which has let me break ubuntu-django-foundations up into multiple branches for each app14:59
mhall119I've got bzr_apps working on loco-directory too, to keep ubuntu_website and twidenash in sync with their branches14:59
dholbachthat should let people to get their django apps and running very quickly15:00
mhall119but the bootstrap process isn't so automatic yet, we'll need IS to bzr branch bzr_apps for us15:00
dholbachyep, one time :)15:00
mhall119I'm working on trying to make the initial setup easier15:00
dholbachor we could put it into the init-ld command where we currently sync ubuntu_website already15:01
mhall119but django expects all INSTALLED_APPS to be available when running any management command15:01
mhall119it's in init-ld, but init-ld won't run with 'bzr_apps' in INSTALLED_APPS before we bzr branch bzr_apps15:01
dholbachhmhmhmhm15:01
mhall119chicken and egg15:01
dholbachmaybe in a try/except statement?15:02
mhall119hmmm, INSTALLED_APPS is a tuple, which means i can't .append('bzr_apps')15:02
mhall119I wonder if it'll work as a list15:02
dholbachah15:03
dholbachok15:03
mhall119ah ha, yes! it will work as a list15:05
mhall119also, got a fix for one of our openid bugs, a new management command that'll force-set launchpad openids for all users15:06
mhall119it's slow (very slow), but works15:06
mhall119you'll need it with Ronnie's import-live-data too, otherwise when you  log in locally you'll be dholbach215:07
Ronniemhall119, dholbach, d owe still need the init-ld command when import-live-date is merged?15:07
mhall119Ronnie: yes, because init-ld does a bunch of other stuff too15:07
mhall119like creating symlinks, and soon pulling apps from bzr15:07
dholbachoff the top of my head: compilemessages, add loco council to auth group, jqueryui symlinks15:08
mhall119and, if the person running it doesn't want to use live data, it'll bootstrap the system enough to use15:08
mhall119yay, that makes using bzr_apps much easier15:24
Ronniemhall119: the update-openids takes indeed a lot of time. maybe we have to think about some paralel calls to LP (which take most time i think)15:57
mhall119I'm not sure the LP admins would appreciate that15:57
mhall119you can run loco-directory while that's going though, so I don't think the time is a big problem15:57
mhall119we'd really only need to run it once, in theory15:57
Ronniein theory...15:58
Ronniewhat if someone changes their username after the 'sync'15:58
mhall119right now, they'll still have the old username in loco-directory15:59
mhall119because all we'll get is the openid, which is associated with their old username15:59
mhall119there's another bug fix for renaming users, but that's on django-openid-auth, not loco-directory15:59
Ronniei know, im one of the guys with a changed username16:00
mhall119this fix takes care of the username2 username3, etc problem, where we have the username but not the openid16:00
mhall119and then we've got another fix for the openiduser## usernames being created when we don't get a nickname from the openid response16:01
Ronnieill have to eat now. But from what i read now, this problem is fixed for new members?16:02
mhall119the problem was for team admins who's user was created without an openid association16:03
mhall119or, really, anybody with a user created without an openid16:03
mhall119but that would only be LC members, team admins and team owners (I think)16:03
mhall119except with import-live-data, it'll be every user16:03
mhall119because it's not importing openids16:03
* nigelb waves16:05
mhall119hey nigelb 16:07
nigelbmhall119: heya 16:07
nigelbmhall119: I finally learned how to start django over the weekend at the hackathon we had :D16:07
mhall119\o/16:07
mhall119more django-hackers!16:07
nigelbI wanted to help with fossevents16:08
mhall119I'll start assigning the hard bugs to you ;)16:08
nigelbseeing that's blocked, I'll just branch summit and try to fix stuff on it16:08
nigelbmhall119: um, when we hack on python, the virtual env thing is generally forgotten isn't it?16:19
nigelbs/python/summit16:19
mhall119I don't think we use virtualenv for summit16:20
nigelbyeah16:20
nigelband after all the pains that a friend took to get it into my head ;)16:20
mhall119:P16:21
nigelbat least I can separate my other hacking from the summit stuff16:22
mhall119true16:24
nigelbmhall119: do you have a few minutes to point me to starting hacking on summit? :)17:54
mhall119lp:summit17:55
* mhall119 points17:55
nigelbI branched17:55
nigelbI did everything in INSTALL17:55
mhall119so syncdb and all that?17:56
nigelbyup17:56
nigelbthe sign in isn't working though.  how do I fix that?17:56
mhall119do you have django-openid-auth?17:56
nigelbyep17:57
mhall119what's the error?17:57
nigelb"OpenID discovery error: Error fetching XRDS document: (28, 'Operation timed out after 20000 milliseconds with 0 bytes received')"17:57
mhall119hmmmm.....17:58
mhall119for now, just log into the /admin as the super user you created17:58
mhall119then create a new user account that matches your LP username17:58
mhall119while in /admin, create entries for the summits, rooms, slots, etc17:59
nigelbahh17:59
nigelbthe super user matches my lp user name17:59
nigelbwould that be a problem?18:00
mhall119shouldn't be, but you'll pass more has_perm checks that way than you would using your lp login in production18:00
mhall119it should be alright to get you started hacking though18:00
nigelbok \o/18:01
* nigelb looks at bug list18:03
=== txwikinger2 is now known as txwikinger
=== althara_ is now known as althara
TrickyJRonnie: Hi18:53
Ronnieheyhey18:53
leoquant!schedule20:28
ubot4Ubuntu releases a new version every 6 months. Each version is supported for 18 months to 5 years. More info at https://wiki.ubuntu.com/Releases & http://wiki.ubuntu.com/TimeBasedReleases20:28
leoquantpaultag do we have a loco (re) approval?21:06
leoquant-->ubuntu-meeting21:06
paultagback :)21:07
paultagsorry!21:07
paultagsorry!21:07
sensehttps://wiki.ubuntu.com/LoCoCouncil/Agenda21:07
paultagOh great21:08
Ronniepaultag: part of the '21:44
Ronniesupport map code' is already availabe for loco.ubuntu.com for the global events map21:44
paultagRonnie: gotcha :)21:44
Ronniehttps://bugs.launchpad.net/loco-directory/+bug/57061321:45
ubot4Launchpad bug 570613 in loco-directory "Show map of events (affects: 9) (heat: 43)" [High,In progress]21:45
paultagthanks, Ronnie!21:47
=== Mamarok_ is now known as Mamarok
=== Mamarok_ is now known as Mamarok
mhall119Ronnie is making the rest of us look like slackers23:51
mhall119or maybe just me23:52
mhall119since daker and cjohnston both have merge proposals waiting on review23:52
Ronnielol, its just a quick start :P23:52
Ronniei guess i will slow a bit down on the road (hopefully not too much ;))23:53

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