IRC log for #gooseproject on 20130207

00:28.10*** join/#gooseproject makfinsky (~imak@fedora/makfinsky)
01:50.43shalkieso i am going to be a bit late tonight (obviously). goozbach, are you running tonight/,
02:06.39goozbachjust got online
02:06.43goozbachI'll get it started
02:06.46goozbach#startmeeting
02:06.47goosebotMeeting started Thu Feb  7 02:06:46 2013 UTC.  The chair is goozbach. Information about MeetBot at http://gooseproject.org/2011/11/07/weekly-meetings.html.
02:06.47goosebotUseful Commands: #action #agreed #help #info #idea #link #topic.
02:09.33goozbach#chair shalkie herlo makfinsky nage zaytsev
02:09.33goosebotCurrent chairs: goozbach herlo makfinsky nage shalkie zaytsev
02:11.16goozbach#topic roll call and whatcah working on
02:11.16*** topic/#gooseproject by goosebot -> roll call and whatcah working on
02:17.31goozbach#action goozbach working on website publish.
02:43.49goozbachholycrap don't run make right now
02:45.49goozbachthe site's back up however
02:58.35shalkieK.
02:58.37herlolooks good!
02:58.40shalkieI am back.
03:00.02shalkieWow, yeah I agree.
03:01.07goozbachstill working on the changes to the makefile
03:01.15goozbachgot a supprise when I ran make clean.
03:01.23goozbachfind -delete in the root of the repo
03:01.25goozbachbuhahah
03:01.29goozbachall gone!
03:05.20shalkieWow, that is a surprise.
03:06.00goozbachoverzealous clean target
03:06.15goozbachor better said, with the new layout the clean target was mis-aimed
03:06.30goozbachherlo: how do I install the chunk theme?
03:08.54goozbachNM I found pelican-themes
03:16.55goozbach#topic anyone else doing anything?
03:16.55*** topic/#gooseproject by goosebot -> anyone else doing anything?
03:22.32herlogoozbach: chunk theme?
03:22.39herlois that the theme I was trying to do?
03:23.16goozbachI figured it out
03:23.19goozbachI had to install a theme
03:23.30goozbachI'm having an issue with the publish target ATM however
03:24.05herlogoozbach: please document the process
03:24.44goozbachI'm not entirely certian that it's becuse I'm running on a mac and had to use easy_install to get pelican
03:25.05goozbachherlo: can you clone this: https://github.com/goozbach/gooseproject.github.com and run make publish in your env to see if it's an issue?
03:27.09herlogoozbach: sure in a minute
03:27.46shalkiegoozbach: Any objection to me trying it?
03:30.08herloshalkie: go for it
03:30.33goozbachshalkie: go for it
03:31.04goozbachherlo: FYI the issue was that org pages don't use the gh-pages branch
03:31.08goozbachonly projects
03:31.31goozbachso the output dir needed to be the root of the repo in the master branch
03:31.38goozbachand the CNAME file needed to be there
03:40.08goozbachso weird
03:40.21goozbachI run the import manually in python and it doesn't blow up...
03:41.29goozbachohh nm I just read the full line
03:42.48herlogoozbach: oh, I think it was probably the cname file
03:46.20herlogoozbach: do you like pelican tho?
03:48.25shalkieHmm.. The pelican install seemed to go smooth but it is complaining about total_ordering not being found.
03:49.20herlothat may have been removed
03:53.36goozbachregenerate doesn't seem to finish
03:53.41shalkieI have repulled from github.
03:55.02shalkieIs `make html` the wrong thing to run? Almost all the files disappear.
04:01.45shalkieIt is actually deleting them.
04:01.49shalkieHrm...
04:15.11goozbachshalkie: did you pull from my repo?
04:15.24goozbachmake html has clean as a prereq
04:15.34goozbachmake clean removes all html files and a subset of folders
04:15.37goozbachthen regenerates
04:15.57goozbachor better said re-pelicans
04:16.13shalkiegoozbach: I did, but I didn't do make clean.
04:16.39goozbachmake html breaks for you?
04:16.41goozbachor doesn't run
04:17.29shalkiebreaks.
04:17.30goozbachoh Now I understand what regenerate does
04:17.36goozbachhow's it breaking?
04:20.30shalkieAh, now I think I understand there isn't a content directory from that clone.
04:20.54shalkieso it calls make clean and *poof*.
04:21.23shalkieNo content to rebuild from.
04:24.40shalkieIf I try just make publish, if that is all you want I get the following: http://fpaste.org/SPMf/
04:25.05shalkieI love the fpaste command. :-)
04:25.31goozbachno content directory?
04:26.08goozbachls src/
04:26.09shalkieOh that wasn't it.
04:26.10goozbach?
04:26.37goozbachwhen you run make clean you should have:
04:26.38goozbachCNAME     Makefile  src/
04:26.55shalkiehttp://fpaste.org/yoRu/
04:26.56goozbach$ ls src/
04:26.58goozbachcontent/           develop_server.sh* pelicanconf.py     pelicanconf.pyc    publishconf.py
04:27.08shalkieYes, that is the listing I have left is CNAME Makefile and src.
04:27.19goozbachthat's a python error
04:27.29goozbachprereq of some sort
04:27.41shalkieOh sorry, I miss red the make file.
04:27.51shalkieI see that the BASEDIR is CURDIR/src
04:28.00shalkieMy bad.
04:28.04shalkieis tired.
04:32.07shalkieI appear to have all the reqs listed in the dev_requirements file.
04:32.11shalkie:-(
04:38.18goozbachwellp whadda say we close this thing up?
04:38.25goozbach#topic report!
04:38.26*** topic/#gooseproject by goosebot -> report!
04:38.33goozbach#info goozbach fixed the site.
04:39.28goozbachfinal review here: https://github.com/gooseproject/gooseproject.github.com/pull/41
04:39.31shalkieI discovered the joys of tracking down brokenness! Well rediscovered.
04:39.45goozbachI shortcutted getting approval for the process
04:39.55goozbachreally the only way to test however
04:40.09goozbachsomeone please +1 and merge 41 and I'll be done
04:41.06goozbachanyone else?
04:41.13goozbach#topic last call
04:41.13*** topic/#gooseproject by goosebot -> last call
04:45.41goozbach#endmeeting
04:45.45*** topic/#gooseproject by goosebot -> GoOSe Project - http://gooseproject.org | GoOSe 6.0 Final TC1 is available for testing - http://get.gooseproject.org
04:45.45goosebotGoOSeProject Meeting ended Thu Feb  7 04:45:41 2013 UTC.
04:45.45goosebotMinutes:        http://admin.gooseproject.org/goosebot/logs/2013/2013-02-07-Meeting-gooseproject-0206.html
04:45.45goosebotMinutes (text): http://admin.gooseproject.org/goosebot/logs/2013/2013-02-07-Meeting-gooseproject-0206.txt
04:45.45goosebotLog:            http://admin.gooseproject.org/goosebot/logs/2013/2013-02-07-Meeting-gooseproject-0206.log.html
04:45.45goosebotThank you.
04:45.45goosebotsending meeting email
04:45.55goozbachgoodnight
04:52.47herlothanks guys!
04:57.25shalkiegoozbach: Merged.
13:28.48*** join/#gooseproject makfinsky (~imak@fedora/makfinsky)
18:59.13*** join/#gooseproject mdomsch (~mdomsch@cpe-70-116-14-133.austin.res.rr.com)
21:05.42herlogoozbach: ping
21:05.59herlogoozbach: re structure of gooseproject.github.com

Generated by irclog2html.pl Modified by Tim Riker to work with infobot.