mirror of
				https://github.com/vyos/vyos-build.git
				synced 2025-10-01 20:28:40 +02:00 
			
		
		
		
	owamp: T4222: pin package to specific git tag
It's not a good idea to select master here as this might lead to unwanted code slipping in. Latest master branch (v5.0) is currently unbuildable with the build instructions used.
This commit is contained in:
		
							parent
							
								
									cd1c932fb7
								
							
						
					
					
						commit
						a8ba4d8be9
					
				
							
								
								
									
										2
									
								
								packages/owamp/Jenkinsfile
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								packages/owamp/Jenkinsfile
									
									
									
									
										vendored
									
									
								
							@ -23,7 +23,7 @@
 | 
			
		||||
// and not via a DEB package
 | 
			
		||||
def pkgList = [
 | 
			
		||||
    ['name': 'owamp',
 | 
			
		||||
     'scmCommit': 'master',
 | 
			
		||||
     'scmCommit': 'v4.4.6',
 | 
			
		||||
     'scmUrl': 'https://github.com/perfsonar/owamp',
 | 
			
		||||
     'buildCmd': 'cd ..; ./build.sh'],
 | 
			
		||||
]
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user