*** nyergler has quit IRC | 00:11 | |
*** JED3 has quit IRC | 00:28 | |
*** wormsxulla has quit IRC | 00:31 | |
*** wormsxulla has joined #cc | 00:49 | |
*** oshani has joined #cc | 00:49 | |
*** mralex has quit IRC | 01:02 | |
*** JoiIto has joined #cc | 01:05 | |
*** JoiIto has quit IRC | 01:07 | |
*** MarkDude has quit IRC | 01:11 | |
*** MarkDude has joined #cc | 01:36 | |
*** nkinkade has quit IRC | 01:40 | |
*** midoubleko has quit IRC | 01:41 | |
*** midoublekoooo has joined #cc | 01:41 | |
midoublekoooo | got booted for some reason | 01:41 |
---|---|---|
*** JoiIto has joined #cc | 01:55 | |
*** oshani has quit IRC | 02:14 | |
*** JoiIto has quit IRC | 02:22 | |
*** JoiIto has joined #cc | 02:33 | |
*** JoiIto has left #cc | 02:34 | |
*** jtmoni has joined #cc | 03:32 | |
*** jtmoni has left #cc | 03:32 | |
*** JoiIto has joined #cc | 04:10 | |
*** JoiIto has quit IRC | 04:14 | |
*** JoiIto has joined #cc | 04:26 | |
*** wormsxulla has quit IRC | 04:55 | |
*** TDJACR has quit IRC | 05:17 | |
*** TDJACR has joined #cc | 05:21 | |
*** TDJACR has quit IRC | 05:31 | |
*** TDJACR has joined #cc | 05:32 | |
*** wormsxulla has joined #cc | 05:40 | |
*** JoiIto has quit IRC | 05:45 | |
*** JoiIto has joined #cc | 06:00 | |
*** Kaetemi has quit IRC | 06:05 | |
*** JoiIto has quit IRC | 06:52 | |
*** JoiIto has joined #cc | 07:00 | |
*** paulproteus has quit IRC | 08:21 | |
*** pyrak has quit IRC | 09:52 | |
*** pyrak has joined #cc | 09:53 | |
*** bassel has joined #cc | 10:24 | |
*** _Danny_B_ is now known as Danny_B | 10:29 | |
*** igorlukanin has joined #cc | 10:46 | |
*** johnsu01 has quit IRC | 11:07 | |
*** johnsu01 has joined #cc | 11:08 | |
*** Elive_user38_es has joined #cc | 11:14 | |
*** Elive_user38_es has left #cc | 11:15 | |
*** igorlukanin has quit IRC | 11:33 | |
*** JoiIto has quit IRC | 11:54 | |
*** JoiIto has joined #cc | 12:06 | |
*** igorlukanin has joined #cc | 12:18 | |
*** FHaag has joined #cc | 12:56 | |
*** wormsxulla has quit IRC | 13:13 | |
*** JoiIto has quit IRC | 13:19 | |
*** tvol has joined #cc | 13:38 | |
*** nkinkade has joined #cc | 13:41 | |
*** akila87 has joined #cc | 13:43 | |
*** wormsxulla has joined #cc | 13:46 | |
*** oshani has joined #cc | 14:16 | |
*** jgay has joined #cc | 15:08 | |
*** JED3 has joined #cc | 15:26 | |
*** Kaetemi has joined #cc | 15:33 | |
*** tvol has quit IRC | 15:37 | |
*** akila87 has left #cc | 15:44 | |
*** MarkDude has quit IRC | 16:08 | |
*** michi__ has joined #cc | 16:20 | |
nkinkade | paroneayea: The launch of the Vietnam 3.0 licenses was deferred, so we probably won't have to think about that, and it means that we can still go forward the cc.engine launch on Monday and not have to worry about syncing svn and git. | 16:26 |
*** michi__ has quit IRC | 16:26 | |
paroneayea | ah ok | 16:26 |
*** pyrak has quit IRC | 16:27 | |
*** rafpaf has quit IRC | 16:28 | |
*** rafpaf_ has joined #cc | 16:28 | |
*** pyrak has joined #cc | 16:30 | |
*** rafpaf has joined #cc | 16:30 | |
nkinkade | JED3: Regarding your /a/invite/ code, you'll probably need to add one small check for $data->contribution_status_id, and only create/send the invite if it's == 1. | 16:33 |
nkinkade | Your endpoint *may* get notified if the user or the payment processor cancels the order at some point. | 16:35 |
JED3 | okay, i'll add that today | 16:35 |
JED3 | ok | 16:35 |
nkinkade | Come to think of it, you may not need that. | 16:35 |
nkinkade | You should never get a cancel notification until you've already added the code and sent the invite. | 16:36 |
nkinkade | Nevermind. | 16:36 |
*** nyergler has joined #cc | 16:36 | |
nkinkade | You can implement that if you want, but on second though it may not be necessary. | 16:36 |
*** oshani has quit IRC | 16:41 | |
*** jgay has quit IRC | 16:43 | |
*** rafpaf_ has quit IRC | 16:49 | |
*** MarkDude has joined #cc | 16:52 | |
*** mralex has joined #cc | 16:57 | |
JED3 | nkinkade: have a sec? | 16:59 |
JED3 | i just mucked up the privieleges for the mysql roundup user on a7 | 16:59 |
nkinkade | JED3: What's up? | 16:59 |
nkinkade | JED3: What do they need to be? | 16:59 |
JED3 | user roundup needs all priv.s on the issues and roundup db's | 17:00 |
JED3 | nkinkade: ran "grant all privileges on roundup.* to 'roundup'@'localhost' with grant option;" | 17:00 |
JED3 | now I'm not even able to connect to mysql for that user | 17:01 |
nkinkade | JED3: Roundup needs grant permissions? | 17:02 |
JED3 | no it doesn't, but i was going to go back and remove that later | 17:03 |
nkinkade | JED3: There is no password set for the user roundup@localhost | 17:07 |
nkinkade | JED3: I set the password for roundup and now can login as roundup | 17:09 |
nkinkade | When using GRANT you may need to use the "IDENTIFIED BY '<pass>'" part??? | 17:09 |
JED3 | otherwise it'll clear the password for that user? | 17:10 |
nkinkade | I'm not 100% sure. It seems to have done that in your case. | 17:11 |
*** jgay has joined #cc | 17:11 | |
nkinkade | I always use the 'indentified by' part and haven't had a problem. | 17:11 |
JED3 | hmm okay, thanks nkinkade | 17:11 |
nkinkade | Are you also familiar with "show grants for roundup@localhost" to see what's going on? | 17:12 |
JED3 | nkinkade: will the prior grant priv's i issued conflict with anything? | 17:13 |
nkinkade | JED3: Not that I know of, but I can't see any reason that roundup should have any permission to anything in the mysql.* database. I'd remove that grant. | 17:18 |
nkinkade | I have to run to a court hearing at City Hall regarding my building ... be back in a few hours (hopefully!) <sigh> | 17:20 |
*** paulproteus has joined #cc | 17:21 | |
paulproteus | nyergler: Sanity check: There should be only one database for DiscoverEd -- Jena and everything else (is there anything else?) uses the same MySQL db. Yes/no? | 17:22 |
*** nkinkade has quit IRC | 17:23 | |
nyergler | paulproteus, there is nothing else | 17:23 |
paulproteus | Great. | 17:23 |
*** nkinkade has joined #cc | 17:42 | |
*** oshani has joined #cc | 18:03 | |
paroneayea | nyergler: nkinkade: so we're doing the go-live on monday... is it fine for me to get cc.engine running on a separate port and directory on there now without changing the config files over? | 18:03 |
paroneayea | that way on monday all we have left to do is to get the config files ported and flip the /etc/init.d restart switches | 18:05 |
nyergler | paroneayea, yes | 18:10 |
paroneayea | kk | 18:17 |
*** oshani has quit IRC | 18:29 | |
*** luisv has joined #cc | 18:30 | |
*** oshani has joined #cc | 18:31 | |
*** bassel has quit IRC | 18:42 | |
*** jgay has quit IRC | 19:09 | |
*** michi__ has joined #cc | 19:11 | |
*** oshani has quit IRC | 19:22 | |
*** jgay has joined #cc | 19:28 | |
*** michi__ has quit IRC | 20:10 | |
*** dithyramble has joined #cc | 20:11 | |
*** ic3k0ld has joined #cc | 20:21 | |
*** midoublekoooo has quit IRC | 20:46 | |
*** midoublekoooo has joined #cc | 20:46 | |
*** oshani has joined #cc | 20:59 | |
*** ic3k0ld has quit IRC | 21:14 | |
*** jgay has quit IRC | 21:23 | |
nkinkade | paroneayea: Are the post-commit hooks still not working for i18n? | 21:34 |
nkinkade | How do we update translations on staging? | 21:34 |
paroneayea | arg | 21:37 |
paroneayea | looks like they are not working :( | 21:38 |
nkinkade | :-) | 21:38 |
paroneayea | cwebber@a7:~$ cd /var/www/staging.creativecommons.org/cc.engine_stage/cwebber@a7:/var/www/staging.creativecommons.org/cc.engine_stage$ sudo su git | 21:39 |
paroneayea | sh-3.2$ ./update_i18n.sh | 21:39 |
paroneayea | sh-3.2$ exit | 21:39 |
paroneayea | cwebber@a7:/var/www/staging.creativecommons.org/cc.engine_stage$ rm -rf cache/licenses/ | 21:39 |
paroneayea | 21:39 | |
paroneayea | are the steps | 21:39 |
paroneayea | just did it | 21:39 |
paroneayea | git can't clear the cache because of permission errors | 21:39 |
paroneayea | not sure how to resolve that | 21:40 |
paroneayea | although that's not what's at fault because it doesn't look like update_i18n.sh was run at all | 21:40 |
nkinkade | paroneayea: Something doesn't seem right. There were a lot of changes committed, but I don't see any of them on staging still: http://code.creativecommons.org/viewsvn/i18n/trunk/i18n/vi/cc_org.po?r1=14406&r2=14409 | 21:43 |
paroneayea | oh | 21:43 |
paroneayea | and I forgot to restart the server | 21:43 |
paroneayea | how about now? | 21:44 |
paroneayea | oh | 21:44 |
paroneayea | those were comitted today | 21:44 |
*** FHaag has left #cc | 21:44 | |
paroneayea | did they propagate to git yet? | 21:44 |
nkinkade | Yeah, they were committed 10 minutes ago. | 21:44 |
nkinkade | Ah, probably not. How often does that script run? | 21:44 |
paroneayea | I think daily :) | 21:44 |
paroneayea | okay | 21:45 |
paroneayea | I'm going to work on this now | 21:45 |
paroneayea | and if I don't manage to get it done before the sanity stuff launches it's at least the thing I want to do immediately afterward | 21:45 |
paroneayea | I was trying to figure out | 21:54 |
paroneayea | how would I deal with these permission errors? | 21:54 |
paroneayea | considering that the webserver writes the cache files as one user and doesn't set the group permission as g+w | 21:55 |
paroneayea | and the git/svn user removes the cache files with another | 21:55 |
paroneayea | and then I realized | 21:55 |
paroneayea | maybe we just shouldn't cache things on staging :P | 21:55 |
paroneayea | that's like, the really easy solution. | 21:55 |
paroneayea | now that we know that wsgit_cache works | 21:55 |
paroneayea | I can keep a config file there that can *optionally* use caching and we can turn it on manually if we want. | 21:56 |
nkinkade | paroneayea: Yeah, I can't see a need to cache on staging. In fact, we I can think of at least one good reason not to cache. | 22:17 |
nkinkade | I mean, the post-commit code could perhaps remove cached items, but we just obviate that step. | 22:17 |
nkinkade | Caching could be turned on when we want to test caching. | 22:18 |
nkinkade | But for staging, we mostly want everything as fresh as possible, and there will be very little traffic to it so caching isn't really going to help anything. | 22:19 |
nkinkade | However, I don't know if turning off the cache might affect your unit tests in any way. | 22:19 |
*** midoublekoooo has quit IRC | 22:49 | |
paulproteus | nkinkade: I think the issues-admin alias goes to me. | 23:01 |
paulproteus | To: issues-admin@creativecommons.org | 23:01 |
nkinkade | paulproteus: It seems to me that I've received stuff from that address too. | 23:01 |
nkinkade | Wait, who set that alias up? | 23:01 |
nkinkade | Let me check. | 23:01 |
mattl | paulproteus: are you back at CC? | 23:01 |
paulproteus | Half time, I'm doing some contracting on a CC gig. | 23:02 |
paulproteus | But right now I'm going to cook dinner. | 23:02 |
paroneayea | nkinkade: it doesn't affect the unit tests, they're cleanly separated... caching is implemented as middleware that cc.engine is agnostic to | 23:02 |
nkinkade | paulproteus: I removed you from the alias. | 23:02 |
paulproteus | nkinkade: Thanks! | 23:05 |
nkinkade | And I just added you to info@ | 23:05 |
nkinkade | ;-) | 23:05 |
paulproteus | Normally I like receiving CC diagnostic mail, but lately there was a lot of it. | 23:05 |
paulproteus | hah! (-: | 23:06 |
nkinkade | I filter issue-admin mail to a separate folder and automatically mark it as read. :-) | 23:06 |
*** oshani has quit IRC | 23:20 | |
*** wormsxulla has quit IRC | 23:36 | |
*** luisv has quit IRC | 23:38 | |
*** everton137 has joined #cc | 23:51 | |
*** wormsxulla has joined #cc | 23:56 | |
*** everton137 has quit IRC | 23:59 |
Generated by irclog2html.py 2.6 by Marius Gedminas - find it at mg.pov.lt!