chiark / gitweb /
Remove printrun
authordaid303 <daid303@gmail.com>
Fri, 12 Oct 2012 07:31:05 +0000 (09:31 +0200)
committerdaid303 <daid303@gmail.com>
Fri, 12 Oct 2012 07:31:05 +0000 (09:31 +0200)
package.sh

index 29dc4581a0fb34f9adcc3bf76f872763dbac7090..349b9e87dd2b963b7a0e05b5273b09c936e860b8 100755 (executable)
@@ -103,16 +103,6 @@ else
        downloadURL https://bitbucket.org/pypy/pypy/downloads/pypy-${PYPY_VERSION}-${BUILD_TARGET}.tar.bz2
 fi
 
-#Get our own version of Printrun
-if [ ! -d "Printrun" ]; then
-  git clone git://github.com/daid/Printrun.git
-else
-  echo "Updating Printrun"
-  cd Printrun
-  git pull
-  cd ..
-fi
-
 #############################
 # Build the packages
 #############################
@@ -180,10 +170,6 @@ cp -a Cura/* ${TARGET_DIR}/Cura
 #Add cura version file
 echo $BUILD_NAME > ${TARGET_DIR}/Cura/version
 
-#add printrun
-cp -a Printrun ${TARGET_DIR}/Printrun
-rm -rf ${TARGET_DIR}/Printrun/.git*
-
 #add script files
 if [ $BUILD_TARGET = "win32" ]; then
     cp -a scripts/${BUILD_TARGET}/*.bat $TARGET_DIR/