summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Hesketh <josh@nitrotech.org>2016-04-04 19:41:23 +1000
committerJoshua Hesketh <josh@nitrotech.org>2016-04-04 19:41:31 +1000
commit9aa89de92694236aeca5a15687fd36a25051a5c4 (patch)
tree27e464c79b9605ffc8cae3e7cc0677216f00ec8e
parentf224cae0bd01a4bb5d23381a417189bd10c40212 (diff)
downloadturbo-hipster-9aa89de92694236aeca5a15687fd36a25051a5c4.tar.gz
Add pip freeze for debugging
To assist with debugging show what's in the venv. Change-Id: If2c1455eaef22cf2087803860c5226a07801ea3e
-rwxr-xr-xturbo_hipster/task_plugins/real_db_upgrade/nova_mysql_migrations.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/turbo_hipster/task_plugins/real_db_upgrade/nova_mysql_migrations.sh b/turbo_hipster/task_plugins/real_db_upgrade/nova_mysql_migrations.sh
index 5ea4630..d23038c 100755
--- a/turbo_hipster/task_plugins/real_db_upgrade/nova_mysql_migrations.sh
+++ b/turbo_hipster/task_plugins/real_db_upgrade/nova_mysql_migrations.sh
@@ -57,6 +57,7 @@ pip_requires() {
fi
echo "Requirements installed"
+ pip freeze
}
db_sync() {