2012-08-17T08:22:25 *** ecthiender has joined #amclug 2012-08-17T08:35:56 *** arvind_khadri has joined #amclug 2012-08-17T08:38:19 ecthiender, morning :) 2012-08-17T08:38:46 arvind_khadri, morning :) when did you reach? 2012-08-17T08:38:53 ecthiender, at 7 2012-08-17T08:38:57 nice place :) 2012-08-17T08:39:20 told dinesh about your laptop. He told you can his for the time being :) when money comes he can sponsor you 2012-08-17T08:44:18 *** ecthiender has quit IRC (Ping timeout: 245 seconds) 2012-08-17T08:45:19 *** ecthiender has joined #amclug 2012-08-17T08:47:23 nice place :) 2012-08-17T08:47:24 told dinesh about your laptop. He told you can his for the time being :) when money comes he can sponsor you 2012-08-17T08:47:28 ecthiender, ^ 2012-08-17T08:47:36 arvind_khadri, oh okay. 2012-08-17T08:47:55 arvind_khadri, I am thinking should I ask my dad. 2012-08-17T08:48:51 ecthiender, hmmm 2012-08-17T08:48:57 think about it 2012-08-17T08:49:33 arvind_khadri, I also have to transfer a lot of data from this laptop. 2012-08-17T08:49:36 :P 2012-08-17T08:50:14 arvind_khadri, yeah thinking about it. 2012-08-17T08:50:43 ecthiender, I know :) 2012-08-17T09:30:10 ecthiender, so wassup 2012-08-17T09:31:31 arvind_khadri, umm trying to make a build process, which would minify all js and css files concatenate them and upload them to s3. right now at the very first point. have to find out what files changed in git since the last revision 2012-08-17T09:34:04 ecthiender, oh ok :) 2012-08-17T09:35:35 arvind_khadri, do you know how to do that? for example, when you do a pull, you get the list of files that changed on your screen right? how can I do that programmatically? when I pull I want to know what files changed/ 2012-08-17T09:36:13 git show-branch 2012-08-17T09:37:30 ecthiender, ^ 2012-08-17T09:37:50 arvind_khadri, what will that show? 2012-08-17T09:38:05 ecthiender, the list og files changed 2012-08-17T09:38:53 ecthiender, oh wait sorry 2012-08-17T09:39:20 arvind_khadri, hmm 2012-08-17T09:39:43 its probably git diff HEAD@{1} 2012-08-17T09:39:49 ecthiender, git whatchanged? 2012-08-17T09:40:13 but I dont know if HEAD@{1} will give me since the last commit that was there. 2012-08-17T09:41:06 ecthiender, why not whatchanged? 2012-08-17T09:41:22 arvind_khadri, suppose I have the copy of the repo in some remote machine, where the build happens. whenever we push, that machine pulls the latest code and starts the build. 2012-08-17T09:42:00 arvind_khadri, so, I have to find out what changed in the last merge( when the machine pulled, what files changed from its index) 2012-08-17T09:42:01 ecthiender, so write it in git pull hooks 2012-08-17T09:42:44 git whatchanged shows for the entire history. or only if you know the revisions. 2012-08-17T09:43:08 arvind_khadri, there is no pull hook 2012-08-17T09:43:33 arvind_khadri, there is a pre-receive hook and a post receive hook 2012-08-17T09:44:02 ecthiender, you know what I meant :) 2012-08-17T09:44:14 arvind_khadri, hmm 2012-08-17T09:51:59 arvind_khadri, sorry man. receive hooks are for the sever you push to. there are no pull hooks. 2012-08-17T09:52:56 ecthiender, So you can automatically ask for a pull as soon as a push right? 2012-08-17T09:53:54 arvind_khadri, no :) thats some another service and little hack that we do 2012-08-17T09:56:08 arvind_khadri, we use a service which pings our server whenever there is a push, and then the server pings a local server that we have here, through some port forwarding in the router. and then the local server pulls and builds. 2012-08-17T09:56:44 arvind_khadri, and everytime our public ip changes we upload that to the server 2012-08-17T09:56:44 wow ecthiender 2012-08-17T09:57:08 arvind_khadri, :) 2012-08-17T10:55:42 arvind_khadri, wassup? 2012-08-17T10:55:49 arvind_khadri, what you doing? 2012-08-17T11:53:38 ecthiender, had gone for lunch 2012-08-17T11:54:53 arvind_khadri, oh ok 2012-08-17T12:01:28 ecthiender, you ate?? 2012-08-17T12:02:04 arvind_khadri, yeah man. why the relegious question about lunch everyday btw?? I hate it 2012-08-17T12:06:30 ecthiender, :) 2012-08-17T12:11:16 ecthiender, won't ask from now :P what you doing now? 2012-08-17T12:41:04 arvind_khadri, working on the same thing 2012-08-17T13:05:02 arvind_khadri, you? 2012-08-17T13:05:23 ecthiender, talking on alipi profiles 2012-08-17T13:05:36 arvind_khadri, oh ok 2012-08-17T13:15:29 arvind_khadri, http://raphaelhertzog.com/2012/08/13/looking-back-at-16-years-of-dpkg-history-with-some-figures/ 2012-08-17T13:15:30 Title: Looking back at 16 years of dpkg history with some figures (at raphaelhertzog.com) 2012-08-17T14:30:41 <&Siyo> i successfully stopped a print job once 2012-08-17T14:30:41 <&Siyo> AM I GOD? 2012-08-17T14:30:43 arvind_khadri, ^ 2012-08-17T14:30:59 ecthiender, heh 2012-08-17T14:31:01 :) 2012-08-17T15:19:19 *** ecthiender has quit IRC (Ping timeout: 246 seconds) 2012-08-17T15:31:37 *** ecthiender has joined #amclug 2012-08-17T15:56:49 *** ecthiender has quit IRC (*.net *.split) 2012-08-17T15:57:24 *** ecthiender has joined #amclug 2012-08-17T15:58:53 *** arvind_khadri has quit IRC (Ping timeout: 245 seconds) 2012-08-17T16:55:05 *** ecthiender has quit IRC (Quit: gotta go)