You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltacloud.apache.org by dk...@apache.org on 2013/03/18 12:06:15 UTC

git commit: Added batch file that invokes deltacloud-db-upgrade script on Windows

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 <di...@fast.au.fujitsu.com>
Authored: Sat Mar 16 00:02:24 2013 +1100
Committer: Dies Koper <di...@fast.au.fujitsu.com>
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" %*