2014-12-05 14:25:28 -05:00
|
|
|
#!/bin/bash
|
|
|
|
#
|
2013-07-31 06:46:34 -04:00
|
|
|
# lib/oslo
|
|
|
|
#
|
2015-03-28 08:20:50 -05:00
|
|
|
# Functions to install **Oslo** libraries from git
|
2013-07-31 06:46:34 -04:00
|
|
|
#
|
|
|
|
# We need this to handle the fact that projects would like to use
|
|
|
|
# pre-released versions of oslo libraries.
|
2013-10-24 11:27:02 +01:00
|
|
|
#
|
2017-06-20 14:09:30 -04:00
|
|
|
# Included for compatibility with grenade, remove in Queens
|
|
|
|
source $TOP_DIR/lib/libraries
|