mirror of
				https://github.com/f-droid/fdroidserver.git
				synced 2025-11-04 06:30:27 +03:00 
			
		
		
		
	mirror-to-mirror.sh: replace mirror.f-droid.org with ftp.agdsn.de
* ftp.agdsn.de is a new official mirror that receives push updates. * mirror.f-droid.org is no more, it is now a DNS round robin redirector. admin#247 admin#298 [skip ci]
This commit is contained in:
		
							parent
							
								
									cfeeaff4c7
								
							
						
					
					
						commit
						23d9f0ed50
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -15,7 +15,7 @@ set -e
 | 
			
		|||
cd /home/fdroid
 | 
			
		||||
for section in repo archive; do
 | 
			
		||||
    echo "Started $section at `date`:"
 | 
			
		||||
    for host in fdroid@ftp-push.lysator.liu.se fdroid@plug-mirror.rcac.purdue.edu fdroid@mirror.f-droid.org; do
 | 
			
		||||
    for host in fdroid@ftp-push.lysator.liu.se fdroid@plug-mirror.rcac.purdue.edu fdroid@ftp.agdsn.de; do
 | 
			
		||||
        set -x
 | 
			
		||||
        # be super careful with the trailing slashes here! if one is wrong, it'll delete the entire section!
 | 
			
		||||
        rsync --archive --delay-updates --progress --delete \
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue