Parcourir la source

temporarily pin luajwtjitsi because v3 will intro a breaking change (#10262)

master
scott boone il y a 3 ans
Parent
révision
09d3344c39
Aucun compte lié à l'adresse e-mail de l'auteur
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      debian/jitsi-meet-tokens.postinst

+ 1
- 1
debian/jitsi-meet-tokens.postinst Voir le fichier

61
                 sed -i '/^\s*--\s*"token_verification"/ s/--\s*//' $PROSODY_HOST_CONFIG
61
                 sed -i '/^\s*--\s*"token_verification"/ s/--\s*//' $PROSODY_HOST_CONFIG
62
 
62
 
63
                 # Install luajwt
63
                 # Install luajwt
64
-                if ! luarocks install luajwtjitsi; then
64
+                if ! luarocks install luajwtjitsi 2.0-0; then
65
                    echo "Failed to install luajwtjitsi - try installing it manually"
65
                    echo "Failed to install luajwtjitsi - try installing it manually"
66
                 fi
66
                 fi
67
 
67
 

Chargement…
Annuler
Enregistrer