There is confusion about where installation of new libraries should end up, to prevent lots of little files being added make a lib/libraries which is the old lib/oslo. Put compat functions and includes in place to help with transition. Change-Id: Ieeab605d187ef6aec571211ab235ea67fa95a607
		
			
				
	
	
		
			12 lines
		
	
	
		
			281 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			281 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
#!/bin/bash
 | 
						|
#
 | 
						|
# lib/oslo
 | 
						|
#
 | 
						|
# Functions to install **Oslo** libraries from git
 | 
						|
#
 | 
						|
# We need this to handle the fact that projects would like to use
 | 
						|
# pre-released versions of oslo libraries.
 | 
						|
#
 | 
						|
# Included for compatibility with grenade, remove in Queens
 | 
						|
source $TOP_DIR/lib/libraries
 |