. ${GRIMOIRE}/FUNCTIONS &&

# backporting legacy branch selection
if [[ "$GNUTLS_BRANCH" != stable ]] && [[ "$GNUTLS_BRANCH" != stable-old ]]; then
  GNUTLS_BRANCH="stable"
fi &&
prepare_select_branch stable stable-old
