From 562eaea8448de1a99ad2919d72a88db4c4b328ad Mon Sep 17 00:00:00 2001 From: Seth Call Date: Mon, 17 Sep 2012 22:38:21 -0500 Subject: [PATCH] * disabling test until pgmigrate allows specification of password argument --- .pg_migrate | 2 +- Gemfile.lock | 2 ++ build | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.pg_migrate b/.pg_migrate index 14b242c75..e19fb90af 100644 --- a/.pg_migrate +++ b/.pg_migrate @@ -1,2 +1,2 @@ build.connopts=dbname:jam_db_build -build.oob_connopts=dbname:postgres +build.oob_connopts=dbname:postgres user:postgres password:postgres diff --git a/Gemfile.lock b/Gemfile.lock index 0383b3549..e82ee1e90 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -5,6 +5,7 @@ GEM logging (1.7.2) little-plugger (>= 1.1.3) pg (0.14.0) + pg (0.14.0-x86-mingw32) pg_migrate (0.1.5) logging (= 1.7.2) pg (= 0.14.0) @@ -13,6 +14,7 @@ GEM PLATFORMS ruby + x86-mingw32 DEPENDENCIES pg_migrate (= 0.1.5) diff --git a/build b/build index 8e504f306..301096623 100755 --- a/build +++ b/build @@ -21,7 +21,7 @@ mkdir -p $PG_RUBY_PACKAGE_OUT bundle update echo "building migrations" -bundle exec pg_migrate build --source . --out $PG_BUILD_OUT --test +bundle exec pg_migrate build --source . --out $PG_BUILD_OUT echo "packaging migrations for ruby"bundle exec pg_migrate package --source $PG_BUILD_OUT --out $PG_RUBY_PACKAGE_OUT --name jam-db --version "0.0.1" bundle exec pg_migrate package --source $PG_BUILD_OUT --out $PG_RUBY_PACKAGE_OUT --name $PROJECT_NAME --version $BUILD_NUMBER