Sean Dague | e263c82 | 2014-12-05 14:25:28 -0500 | [diff] [blame] | 1 | #!/bin/bash |
| 2 | # |
Sean Dague | 1b6b531 | 2013-07-31 06:46:34 -0400 | [diff] [blame] | 3 | # lib/oslo |
| 4 | # |
Dean Troyer | dc97cb7 | 2015-03-28 08:20:50 -0500 | [diff] [blame] | 5 | # Functions to install **Oslo** libraries from git |
Sean Dague | 1b6b531 | 2013-07-31 06:46:34 -0400 | [diff] [blame] | 6 | # |
| 7 | # We need this to handle the fact that projects would like to use |
| 8 | # pre-released versions of oslo libraries. |
Adam Spiers | 6a5aa7c | 2013-10-24 11:27:02 +0100 | [diff] [blame] | 9 | # |
Sean Dague | 3ed99c0 | 2017-06-20 14:09:30 -0400 | [diff] [blame] | 10 | # Included for compatibility with grenade, remove in Queens |
| 11 | source $TOP_DIR/lib/libraries |