mirror of
				https://github.com/zokradonh/kopano-docker
				synced 2025-10-31 02:17:47 +00:00 
			
		
		
		
	Merge branch 'master' into compose
This commit is contained in:
		
						commit
						0b686587c2
					
				
							
								
								
									
										16
									
								
								version.sh
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										16
									
								
								version.sh
									
									
									
									
									
										Executable file
									
								
							| @ -0,0 +1,16 @@ | |||||||
|  | #!/bin/bash | ||||||
|  | if ! hash jq; then | ||||||
|  | 	echo "Please install jq in order to run this build script." | ||||||
|  | 	exit 1 | ||||||
|  | fi | ||||||
|  | 
 | ||||||
|  | source base/create-kopano-repo.sh | ||||||
|  | 
 | ||||||
|  | component=${1:-core} | ||||||
|  | 
 | ||||||
|  | # query community server by h5ai API | ||||||
|  | filename=$(h5ai_query "$component") | ||||||
|  | 
 | ||||||
|  | currentVersion=$(version_from_filename "$filename") | ||||||
|  | 
 | ||||||
|  | echo $currentVersion | ||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user