Return-Path: X-Original-To: apmail-deltacloud-commits-archive@www.apache.org Delivered-To: apmail-deltacloud-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 87A4DEC6F for ; Mon, 18 Mar 2013 11:06:18 +0000 (UTC) Received: (qmail 25217 invoked by uid 500); 18 Mar 2013 11:06:18 -0000 Delivered-To: apmail-deltacloud-commits-archive@deltacloud.apache.org Received: (qmail 25170 invoked by uid 500); 18 Mar 2013 11:06:17 -0000 Mailing-List: contact commits-help@deltacloud.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@deltacloud.apache.org Delivered-To: mailing list commits@deltacloud.apache.org Received: (qmail 25146 invoked by uid 99); 18 Mar 2013 11:06:16 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Mar 2013 11:06:16 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id E06A535C92; Mon, 18 Mar 2013 11:06:15 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: dkoper@apache.org To: commits@deltacloud.apache.org X-Mailer: ASF-Git Admin Mailer Subject: git commit: Added batch file that invokes deltacloud-db-upgrade script on Windows Message-Id: <20130318110615.E06A535C92@tyr.zones.apache.org> Date: Mon, 18 Mar 2013 11:06:15 +0000 (UTC) Updated Branches: refs/heads/master d8e671a12 -> 858bbe0ef Added batch file that invokes deltacloud-db-upgrade script on Windows Project: http://git-wip-us.apache.org/repos/asf/deltacloud/repo Commit: http://git-wip-us.apache.org/repos/asf/deltacloud/commit/858bbe0e Tree: http://git-wip-us.apache.org/repos/asf/deltacloud/tree/858bbe0e Diff: http://git-wip-us.apache.org/repos/asf/deltacloud/diff/858bbe0e Branch: refs/heads/master Commit: 858bbe0efca6661d6771b2ff0cb12a286b4f86c7 Parents: d8e671a Author: Dies Koper Authored: Sat Mar 16 00:02:24 2013 +1100 Committer: Dies Koper Committed: Mon Mar 18 22:05:40 2013 +1100 ---------------------------------------------------------------------- server/bin/.gitattributes | 3 ++- server/bin/deltacloud-db-upgrade.bat | 1 + 2 files changed, 3 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/deltacloud/blob/858bbe0e/server/bin/.gitattributes ---------------------------------------------------------------------- diff --git a/server/bin/.gitattributes b/server/bin/.gitattributes index 744c27c..09cf277 100644 --- a/server/bin/.gitattributes +++ b/server/bin/.gitattributes @@ -1 +1,2 @@ -deltacloudd -crlf \ No newline at end of file +deltacloudd -crlf +deltacloud-db-upgrade -crlf \ No newline at end of file http://git-wip-us.apache.org/repos/asf/deltacloud/blob/858bbe0e/server/bin/deltacloud-db-upgrade.bat ---------------------------------------------------------------------- diff --git a/server/bin/deltacloud-db-upgrade.bat b/server/bin/deltacloud-db-upgrade.bat new file mode 100644 index 0000000..b3b6793 --- /dev/null +++ b/server/bin/deltacloud-db-upgrade.bat @@ -0,0 +1 @@ +@ruby "%~dp0deltacloud-db-upgrade" %*