Browse code

Merge "Add cursive to LIBS_FROM_GIT"

Jenkins authored on 2017/04/19 21:37:15
Showing 3 changed files
... ...
@@ -25,6 +25,7 @@ set +o xtrace
25 25
 GITDIR["automaton"]=$DEST/automaton
26 26
 GITDIR["castellan"]=$DEST/castellan
27 27
 GITDIR["cliff"]=$DEST/cliff
28
+GITDIR["cursive"]=$DEST/cursive
28 29
 GITDIR["debtcollector"]=$DEST/debtcollector
29 30
 GITDIR["futurist"]=$DEST/futurist
30 31
 GITDIR["os-client-config"]=$DEST/os-client-config
... ...
@@ -74,6 +75,7 @@ function install_oslo {
74 74
     _do_install_oslo_lib "automaton"
75 75
     _do_install_oslo_lib "castellan"
76 76
     _do_install_oslo_lib "cliff"
77
+    _do_install_oslo_lib "cursive"
77 78
     _do_install_oslo_lib "debtcollector"
78 79
     _do_install_oslo_lib "futurist"
79 80
     _do_install_oslo_lib "osc-lib"
... ...
@@ -493,6 +493,10 @@ GITBRANCH["pbr"]=${PBR_BRANCH:-master}
493 493
 #
494 494
 ##################
495 495
 
496
+# cursive library
497
+GITREPO["cursive"]=${CURSIVE_REPO:-${GIT_BASE}/openstack/cursive.git}
498
+GITBRANCH["cursive"]=${CURSIVE_BRANCH:-master}
499
+
496 500
 # glance store library
497 501
 GITREPO["glance_store"]=${GLANCE_STORE_REPO:-${GIT_BASE}/openstack/glance_store.git}
498 502
 GITBRANCH["glance_store"]=${GLANCE_STORE_BRANCH:-master}
... ...
@@ -40,7 +40,7 @@ ALL_LIBS+=" python-openstackclient osc-lib os-client-config oslo.rootwrap"
40 40
 ALL_LIBS+=" oslo.i18n oslo.utils python-openstacksdk python-swiftclient"
41 41
 ALL_LIBS+=" python-neutronclient tooz ceilometermiddleware oslo.policy"
42 42
 ALL_LIBS+=" debtcollector os-brick automaton futurist oslo.service"
43
-ALL_LIBS+=" oslo.cache oslo.reports osprofiler"
43
+ALL_LIBS+=" oslo.cache oslo.reports osprofiler cursive"
44 44
 ALL_LIBS+=" keystoneauth ironic-lib neutron-lib oslo.privsep"
45 45
 ALL_LIBS+=" diskimage-builder os-vif python-brick-cinderclient-ext"
46 46
 ALL_LIBS+=" castellan"