mirror of
				https://github.com/f-droid/fdroidserver.git
				synced 2025-11-04 06:30:27 +03:00 
			
		
		
		
	Merge branch 'fixup-1438' into 'master'
fixups from "feat: add servergitmirrors as a dict support" See merge request fdroid/fdroidserver!1446
This commit is contained in:
		
						commit
						c794c0fe18
					
				
					 2 changed files with 5 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -542,7 +542,7 @@ servergitmirrors:
 | 
			
		|||
    - cp tests/repo/com.politedroid_6.apk /tmp/fdroid/repo/
 | 
			
		||||
    - cd /tmp/fdroid
 | 
			
		||||
    - touch fdroid-icon.png
 | 
			
		||||
    - printf "servergitmirrors:\n-\ url:\ $SERVER_GIT_MIRROR\n" >> config.yml
 | 
			
		||||
    - printf "\nservergitmirrors\x3a 'git@gitlab.com:fdroid/ci-test-servergitmirrors-repo.git'\n" >> config.yml
 | 
			
		||||
    - $PYTHONPATH/fdroid update --verbose --create-metadata
 | 
			
		||||
    - $PYTHONPATH/fdroid deploy --verbose
 | 
			
		||||
    - export DLURL=`grep -Eo 'https://gitlab.com/fdroid/ci-test-servergitmirrors-repo[^"]+' repo/index-v1.json`
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -203,6 +203,10 @@
 | 
			
		|||
#
 | 
			
		||||
# servergitmirrors: https://github.com/user/repo
 | 
			
		||||
# servergitmirrors:
 | 
			
		||||
#   - https://github.com/user/repo
 | 
			
		||||
#   - https://gitlab.com/user/repo
 | 
			
		||||
#
 | 
			
		||||
# servergitmirrors:
 | 
			
		||||
#   - url: https://github.com/user/repo
 | 
			
		||||
#   - url: https://gitlab.com/user/repo
 | 
			
		||||
#     indexOnly: true
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue