mirror of
				https://github.com/f-droid/fdroidserver.git
				synced 2025-11-04 06:30:27 +03:00 
			
		
		
		
	gitlab-ci: switch debian/testing back to pure testing, no sid
The sid packages were needed as a temporary workaround while the new androguard packages were settling into Debian.
This commit is contained in:
		
							parent
							
								
									9b5f452f5d
								
							
						
					
					
						commit
						0e40387805
					
				
					 1 changed files with 8 additions and 4 deletions
				
			
		| 
						 | 
				
			
			@ -45,10 +45,14 @@ debian_testing:
 | 
			
		|||
    - apt-get -qy update
 | 
			
		||||
    - apt-get -qy dist-upgrade
 | 
			
		||||
    - apt-get -qy install --no-install-recommends
 | 
			
		||||
        fdroidserver git gnupg python3-defusedxml python3-setuptools
 | 
			
		||||
    - sed -i -e 's,testing,sid,g' -e  's,testing,sid,g' /etc/apt/sources.list
 | 
			
		||||
    - apt-get -qy update
 | 
			
		||||
    - apt-get install -y --no-install-recommends aapt androguard android-platform-tools-base zipalign
 | 
			
		||||
        aapt
 | 
			
		||||
        androguard
 | 
			
		||||
        fdroidserver
 | 
			
		||||
        git
 | 
			
		||||
        gnupg
 | 
			
		||||
        python3-defusedxml
 | 
			
		||||
        python3-setuptools
 | 
			
		||||
        zipalign
 | 
			
		||||
    - python3 -c 'import fdroidserver'
 | 
			
		||||
    - python3 -c 'import androguard'
 | 
			
		||||
    - export ANDROID_HOME=/usr/lib/android-sdk
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue