File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ set +o xtrace
2323GITDIR["cliff"]=$DEST/cliff
2424GITDIR["oslo.config"]=$DEST/oslo.config
2525GITDIR["oslo.concurrency"]=$DEST/oslo.concurrency
26+ GITDIR["oslo.context"]=$DEST/oslo.context
2627GITDIR["oslo.db"]=$DEST/oslo.db
2728GITDIR["oslo.i18n"]=$DEST/oslo.i18n
2829GITDIR["oslo.log"]=$DEST/oslo.log
Original file line number Diff line number Diff line change @@ -279,6 +279,10 @@ GITBRANCH["oslo.concurrency"]=${OSLOCON_BRANCH:-master}
279279GITREPO["oslo.config"]=${OSLOCFG_REPO:-${GIT_BASE}/openstack/oslo.config.git}
280280GITBRANCH["oslo.config"]=${OSLOCFG_BRANCH:-master}
281281
282+ # oslo.context
283+ GITREPO["oslo.context"]=${OSLOCTX_REPO:-${GIT_BASE}/openstack/oslo.context.git}
284+ GITBRANCH["oslo.context"]=${OSLOCTX_BRANCH:-master}
285+
282286# oslo.db
283287GITREPO["oslo.db"]=${OSLODB_REPO:-${GIT_BASE}/openstack/oslo.db.git}
284288GITBRANCH["oslo.db"]=${OSLODB_BRANCH:-master}
You can’t perform that action at this time.
0 commit comments