mirror of
				https://github.com/zokradonh/kopano-docker
				synced 2025-10-31 02:17:47 +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 | 		exit | ||||||
| 	fi | 	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) | kdav) | ||||||
| 	git ls-remote --tags https://stash.kopano.io/scm/kc/kdav.git | awk -F/ '{ print $3 }' | tail -1 | sed 's/^.//' | 	git ls-remote --tags https://stash.kopano.io/scm/kc/kdav.git | awk -F/ '{ print $3 }' | tail -1 | sed 's/^.//' | ||||||
| 	exit | 	exit | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user