From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yagnesh Raghava Yakkala Subject: Re: [BUG] ob-sql.el: probably an extra paren Date: Fri, 22 Mar 2013 01:58:17 +0900 Message-ID: <87hak4d712.fsf@yagnesh.org> References: <16047.1363748067@alphaville> <86vc8mtfcx.fsf@somewhere.org> <87fvzqnpfd.fsf@bzg.ath.cx> <87fvzozx88.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:60198) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UIioo-00020q-Ay for emacs-orgmode@gnu.org; Thu, 21 Mar 2013 12:58:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UIioh-0001Zo-Vh for emacs-orgmode@gnu.org; Thu, 21 Mar 2013 12:58:22 -0400 Received: from mailgate3.sys.hokudai.ac.jp ([133.87.1.142]:37575) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UIioh-0001XO-LN for emacs-orgmode@gnu.org; Thu, 21 Mar 2013 12:58:15 -0400 Received: from mailgate3.sys.hokudai.ac.jp (mailgate3.sys.hokudai.ac.jp [127.0.0.1]) by localhost.sys.hokudai.ac.jp (Postfix) with ESMTP id D1CCC2302A0 for ; Fri, 22 Mar 2013 01:58:07 +0900 (JST) Received: from okhotsk19 (okhotsk19.lowtem.hokudai.ac.jp [133.87.217.175]) by mailgate3.sys.hokudai.ac.jp (Postfix) with ESMTP id C698422F1F6 for ; Fri, 22 Mar 2013 01:58:07 +0900 (JST) In-Reply-To: <87fvzozx88.fsf@bzg.ath.cx> (Bastien's message of "Thu, 21 Mar 2013 14:41:27 +0100") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Bastien Cc: Achim Gratz , emacs-orgmode@gnu.org Hello Bastien, We can use travis-ci for automated tests, I just run tests for org-mode=C2= =B9 on travis with emacs-snapshot. Magit has been setup recently to run tests for multiple emacs versions=C2=B2 (emacs23, emacs24 and snapshot). travis has a facility= to send mails if a test fails.=20 I see you have org-mode repo on your github account, all we need to do put a post recieve hook to mirror org-mode repo to github. we can adopt magit script=C2=B3 to org-mode as it won't be synced to emacs trunk. what do you think? Thanks., =C2=B9 https://travis-ci.org/yyr/org-mode/builds/5692183 =C2=B2 https://travis-ci.org/magit/magit =C2=B3 https://github.com/magit/magit/blob/master/.travis.yml --=20 =E0=B0=8E=E0=B0=82=E0=B0=A6=E0=B0=B0=E0=B1=8B =E0=B0=AE=E0=B0=B9=E0=B0=BE= =E0=B0=A8=E0=B1=81=E0=B0=AD=E0=B0=BE=E0=B0=B5=E0=B1=81=E0=B0=B2=E0=B1=81 = =E0=B0=85=E0=B0=82=E0=B0=A6=E0=B0=B0=E0=B0=BF=E0=B0=95=E0=B0=BF =E0=B0=B5= =E0=B0=82=E0=B0=A6=E0=B0=A8=E0=B0=AE=E0=B1=81=E0=B0=B2=E0=B1=81. YYR