mirror of
				https://github.com/zokradonh/kopano-docker
				synced 2025-10-31 10:27:14 +00:00 
			
		
		
		
	add meet version detection to script
Signed-off-by: Felix Bartels <felix@host-consultants.de>
This commit is contained in:
		
							parent
							
								
									64b73be662
								
							
						
					
					
						commit
						cdd88b9d11
					
				| @ -62,6 +62,15 @@ zpush) | ||||
| 		exit | ||||
| 	fi | ||||
| 	;; | ||||
| meet) | ||||
| 	KOPANO_CORE_REPOSITORY_URL=${KOPANO_MEET_REPOSITORY_URL:-""} | ||||
|         if [[ $KOPANO_MEET_REPOSITORY_URL == http* ]]; then | ||||
|                 version=$(curl -s -S -L "$KOPANO_MEET_REPOSITORY_URL"/Packages | grep -A2 "Package: kopano-meet-packages") | ||||
|                 echo "${version##* }" | ||||
|                 exit | ||||
|         fi | ||||
|         ;; | ||||
| 
 | ||||
| kdav) | ||||
| 	git ls-remote --tags https://stash.kopano.io/scm/kc/kdav.git | awk -F/ '{ print $3 }' | tail -1 | sed 's/^.//' | ||||
| 	exit | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user