File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ set +o xtrace
2929# --------
3030WSME_DIR=$DEST/wsme
3131PECAN_DIR=$DEST/pecan
32+ SQLALCHEMY_MIGRATE_DIR=$DEST/sqlalchemy-migrate
3233
3334# Entry Points
3435# ------------
@@ -40,6 +41,9 @@ function install_stackforge {
4041
4142 git_clone $PECAN_REPO $PECAN_DIR $PECAN_BRANCH
4243 setup_package $PECAN_DIR
44+
45+ git_clone $SQLALCHEMY_MIGRATE_REPO $SQLALCHEMY_MIGRATE_DIR $SQLALCHEMY_MIGRATE_BRANCH
46+ setup_package $SQLALCHEMY_MIGRATE_DIR
4347}
4448
4549# Restore xtrace
Original file line number Diff line number Diff line change @@ -319,6 +319,10 @@ WSME_BRANCH=${WSME_BRANCH:-master}
319319PECAN_REPO=${PECAN_REPO:-${GIT_BASE}/stackforge/pecan.git}
320320PECAN_BRANCH=${PECAN_BRANCH:-master}
321321
322+ # sqlalchemy-migrate
323+ SQLALCHEMY_MIGRATE_REPO=${SQLALCHEMY_MIGRATE_REPO:-${GIT_BASE}/stackforge/sqlalchemy-migrate.git}
324+ SQLALCHEMY_MIGRATE_BRANCH=${SQLALCHEMY_MIGRATE_BRANCH:-master}
325+
322326
323327# Nova hypervisor configuration. We default to libvirt with **kvm** but will
324328# drop back to **qemu** if we are unable to load the kvm module. ``stack.sh`` can
You can’t perform that action at this time.
0 commit comments