chiark / gitweb /
Change engine repo to use ssh.
authordaid <daid303@gmail.com>
Thu, 30 Oct 2014 16:00:34 +0000 (17:00 +0100)
committerYouness Alaoui <kakaroto@kakaroto.homelinux.net>
Wed, 14 Jan 2015 17:14:05 +0000 (12:14 -0500)
Conflicts:
package.sh

package.sh

index e0787f08e80eb6ae1a838e3193899db7b302d58c..442b166bf197186a373d3797be29ca4f443472b1 100755 (executable)
@@ -33,7 +33,7 @@ WIN_PORTABLE_PY_VERSION=2.7.2.1
 
 ##Which CuraEngine to use
 if [ -z ${CURA_ENGINE_REPO} ] ; then
-       CURA_ENGINE_REPO="https://github.com/alephobjects/CuraEngine"
+       CURA_ENGINE_REPO="git@github.com:alephobjects/CuraEngine.git"
 fi
 
 #############################