mirror of
				https://github.com/f-droid/fdroidserver.git
				synced 2025-11-04 06:30:27 +03:00 
			
		
		
		
	makebuildserver: use vagrant package; purge custom code
				
					
				
			Years ago, vagrant-libvirt did not implement the `vagrant package` command that we needed, and there were no Ruby people around to implement it for us. So we hacked a custom version in our Python wrapper. Now, vagrant-libvirt v0.7.0 does implement it, so this switches things to just using `vagrant package`
This commit is contained in:
		
							parent
							
								
									380403cb54
								
							
						
					
					
						commit
						b4d25d2834
					
				
					 2 changed files with 1 additions and 183 deletions
				
			
		| 
						 | 
				
			
			@ -426,7 +426,7 @@ def main():
 | 
			
		|||
    if os.path.exists(boxfile):
 | 
			
		||||
        os.remove(boxfile)
 | 
			
		||||
 | 
			
		||||
    vm.package(output=boxfile)
 | 
			
		||||
    v.package(output=boxfile)
 | 
			
		||||
 | 
			
		||||
    logging.info("Adding box")
 | 
			
		||||
    vm.box_add('buildserver', boxfile, force=True)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue