mirror of
				https://github.com/vyos/vyos-build.git
				synced 2025-10-01 20:28:40 +02:00 
			
		
		
		
	Note: pbuilder --create does not work well with relative build path, base.tgz creation fails. This led to the build_dir path being absolute. Perhaps we should make it more granular and only use absolute paths for pbuilder options.
		
			
				
	
	
		
			7 lines
		
	
	
		
			163 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			163 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
#!/bin/sh
 | 
						|
# invoke shell if build fails.
 | 
						|
 | 
						|
apt-get install -y --force-yes vim nano less bash
 | 
						|
cd /tmp/buildd/*/debian/..
 | 
						|
/bin/bash < /dev/tty > /dev/tty 2> /dev/tty
 |