Browse code

Add oslo.context

Treat the new oslo.context library just like the other Oslo
libraries. i.e. make it possible to either test with upstream
released library, or with git versions of oslo.context.

Change-Id: I2dc498324d6c405655a8e2e249465c5b351ca960

Davanum Srinivas authored on 2014/11/18 07:35:40
Showing 2 changed files
... ...
@@ -23,6 +23,7 @@ set +o xtrace
23 23
 GITDIR["cliff"]=$DEST/cliff
24 24
 GITDIR["oslo.config"]=$DEST/oslo.config
25 25
 GITDIR["oslo.concurrency"]=$DEST/oslo.concurrency
26
+GITDIR["oslo.context"]=$DEST/oslo.context
26 27
 GITDIR["oslo.db"]=$DEST/oslo.db
27 28
 GITDIR["oslo.i18n"]=$DEST/oslo.i18n
28 29
 GITDIR["oslo.log"]=$DEST/oslo.log
... ...
@@ -279,6 +279,10 @@ GITBRANCH["oslo.concurrency"]=${OSLOCON_BRANCH:-master}
279 279
 GITREPO["oslo.config"]=${OSLOCFG_REPO:-${GIT_BASE}/openstack/oslo.config.git}
280 280
 GITBRANCH["oslo.config"]=${OSLOCFG_BRANCH:-master}
281 281
 
282
+# oslo.context
283
+GITREPO["oslo.context"]=${OSLOCTX_REPO:-${GIT_BASE}/openstack/oslo.context.git}
284
+GITBRANCH["oslo.context"]=${OSLOCTX_BRANCH:-master}
285
+
282 286
 # oslo.db
283 287
 GITREPO["oslo.db"]=${OSLODB_REPO:-${GIT_BASE}/openstack/oslo.db.git}
284 288
 GITBRANCH["oslo.db"]=${OSLODB_BRANCH:-master}