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.
		
			
				
	
	
		
			6 lines
		
	
	
		
			172 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			172 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
[[packages]]
 | 
						|
name = "telegraf"
 | 
						|
commit_id = "v1.28.3"
 | 
						|
scm_url = "https://github.com/influxdata/telegraf.git"
 | 
						|
build_cmd = "cd ..; ./build.sh; cp telegraf/build/dist/*.deb ."
 |