mirror of
				https://github.com/f-droid/fdroidserver.git
				synced 2025-11-03 22:20:28 +03:00 
			
		
		
		
	signindex: add JSON check for entry.json
Ran this to generate/refresh the test index files: `cd tests; ../fdroid update --nosign --pretty` * converts config.py description to a single line, since the values are no longer stripped, so this give the same output. closes #835
This commit is contained in:
		
							parent
							
								
									6e2b4f65c2
								
							
						
					
					
						commit
						0c9f62a5fe
					
				
					 11 changed files with 1048 additions and 31 deletions
				
			
		
							
								
								
									
										11
									
								
								tests/repo/entry.json
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								tests/repo/entry.json
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,11 @@
 | 
			
		|||
{
 | 
			
		||||
  "timestamp": 1676634233000,
 | 
			
		||||
  "version": 20002,
 | 
			
		||||
  "index": {
 | 
			
		||||
    "name": "/index-v2.json",
 | 
			
		||||
    "sha256": "da1d651eb7bbc27d2334819c591baa5afb70b01397849de515dade624a96de6d",
 | 
			
		||||
    "size": 32946,
 | 
			
		||||
    "numPackages": 10
 | 
			
		||||
  },
 | 
			
		||||
  "diffs": {}
 | 
			
		||||
}
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue