On 03/15/2013 02:02 PM, [email protected] wrote:
ACK. Good catch, we completely forgot about Windows. -- Michal
From: Dies Koper <[email protected]> --- server/bin/.gitattributes | 3 ++- server/bin/deltacloud-db-upgrade.bat | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 server/bin/deltacloud-db-upgrade.bat 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 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" %*
-- Michal Fojtik <[email protected]> Deltacloud API, CloudForms
