mirror of
				https://github.com/f-droid/fdroidserver.git
				synced 2025-11-04 06:30:27 +03:00 
			
		
		
		
	use example.com as default repo domain name, closes admin#300
This commit is contained in:
		
							parent
							
								
									40fbbd2e48
								
							
						
					
					
						commit
						4cf3727db7
					
				
					 9 changed files with 23 additions and 23 deletions
				
			
		| 
						 | 
				
			
			@ -705,7 +705,7 @@ class IndexTest(unittest.TestCase):
 | 
			
		|||
        self.assertEqual(
 | 
			
		||||
            repodict['mirrors'],
 | 
			
		||||
            [
 | 
			
		||||
                {'isPrimary': True, 'url': 'https://MyFirstFDroidRepo.org/fdroid/repo'},
 | 
			
		||||
                {'isPrimary': True, 'url': 'https://example.com/fdroid/repo'},
 | 
			
		||||
                {'url': 'http://foobarfoobarfoobar.onion/fdroid/repo'},
 | 
			
		||||
                {'url': 'https://foo.bar/fdroid/repo'},
 | 
			
		||||
            ],
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue