mirror of
				https://github.com/vyos/vyos-build.git
				synced 2025-10-01 20:28:40 +02:00 
			
		
		
		
	Add build scripts for .deb packages without Jenkins. To exclude Jenkins we need some place where we can put new builds-scripts to run in parallel (old/new) during meantime We will deprecate old Jenkins package builds in the future.
		
			
				
	
	
		
			13 lines
		
	
	
		
			263 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			263 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
[[packages]]
 | 
						|
name = "wpa"
 | 
						|
commit_id = "debian/2%2.10-12"
 | 
						|
scm_url = "https://salsa.debian.org/debian/wpa"
 | 
						|
build_cmd = "/bin/true"
 | 
						|
 | 
						|
[[packages]]
 | 
						|
name = "hostap"
 | 
						|
commit_id = "e7172e26d"
 | 
						|
scm_url = "git://w1.fi/srv/git/hostap.git"
 | 
						|
build_cmd = "cd ..; y | ./build.sh"
 | 
						|
 |