mirror of
				https://github.com/f-droid/fdroidserver.git
				synced 2025-11-04 06:30:27 +03:00 
			
		
		
		
	Strip ipfsCIDv1 before testing index-v2
This commit is contained in:
		
							parent
							
								
									239ab5bd21
								
							
						
					
					
						commit
						d59a88f844
					
				
					 4 changed files with 40 additions and 21 deletions
				
			
		| 
						 | 
				
			
			@ -19,7 +19,7 @@ buildserver run-tests:
 | 
			
		|||
  image: registry.gitlab.com/fdroid/fdroidserver:buildserver
 | 
			
		||||
  script:
 | 
			
		||||
    - apt-get update
 | 
			
		||||
    - apt-get install gnupg-agent python3-babel python3-clint
 | 
			
		||||
    - apt-get install gnupg-agent jq python3-babel python3-clint
 | 
			
		||||
    - ./tests/run-tests
 | 
			
		||||
    # make sure that translations do not cause stacktraces
 | 
			
		||||
    - cd $CI_PROJECT_DIR/locale
 | 
			
		||||
| 
						 | 
				
			
			@ -97,6 +97,7 @@ debian_testing:
 | 
			
		|||
        git
 | 
			
		||||
        gnupg
 | 
			
		||||
        ipfs-cid
 | 
			
		||||
        jq
 | 
			
		||||
        python3-defusedxml
 | 
			
		||||
        python3-setuptools
 | 
			
		||||
    - python3 -c 'import fdroidserver'
 | 
			
		||||
| 
						 | 
				
			
			@ -119,7 +120,7 @@ ubuntu_lts_ppa:
 | 
			
		|||
    - echo "deb http://ppa.launchpad.net/fdroid/fdroidserver/ubuntu $RELEASE main" >> /etc/apt/sources.list
 | 
			
		||||
    - apt-get update
 | 
			
		||||
    - apt-get dist-upgrade
 | 
			
		||||
    - apt-get install --install-recommends dexdump fdroidserver git python3-setuptools
 | 
			
		||||
    - apt-get install --install-recommends dexdump fdroidserver git jq python3-setuptools
 | 
			
		||||
    - cd tests
 | 
			
		||||
    - ./run-tests
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -131,7 +132,7 @@ ubuntu_jammy_pip:
 | 
			
		|||
  image: ubuntu:jammy
 | 
			
		||||
  <<: *apt-template
 | 
			
		||||
  script:
 | 
			
		||||
    - apt-get install git default-jdk-headless python3-pip python3-venv rsync
 | 
			
		||||
    - apt-get install git default-jdk-headless jq python3-pip python3-venv rsync
 | 
			
		||||
 | 
			
		||||
    # setup venv to act as release build machine
 | 
			
		||||
    - python3 -m venv sdist-env
 | 
			
		||||
| 
						 | 
				
			
			@ -300,6 +301,7 @@ fedora_latest:
 | 
			
		|||
                     git
 | 
			
		||||
                     gnupg
 | 
			
		||||
                     java-17-openjdk-devel
 | 
			
		||||
                     jq
 | 
			
		||||
                     openssl
 | 
			
		||||
                     python3
 | 
			
		||||
                     python3-babel
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue