Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
update robtk clone protocol (https instead of git)
  • Loading branch information
x42 committed May 19, 2022
1 parent bdb2cc6 commit bf7a84a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions localize_rtk.sh
Expand Up @@ -6,7 +6,7 @@ trap "rm -rf ${ROBTK}" EXIT
set -e
pushd $ROBTK
set -e
git clone git://github.com/x42/robtk.git || true
git clone https://github.com/x42/robtk.git || true
cd robtk
git pull
RTKVERSION=`git describe --tags`
Expand All @@ -20,5 +20,5 @@ rsync -va \
$ROBTK/robtk/jackwrap.c $ROBTK/robtk/jackwrap.mm $ROBTK/robtk/weakjack $ROBTK/robtk/win_icon.rc \
robtk/
rsync -va $ROBTK/robtk/pugl/ pugl/
echo "exported git://github.com/x42/robtk.git $RTKVERSION" > robtk/README
echo "exported https://github.com/x42/robtk.git $RTKVERSION" > robtk/README
git add robtk pugl

0 comments on commit bf7a84a

Please sign in to comment.