Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordaid303 <daid303@gmail.com>2012-10-12 11:31:05 +0400
committerdaid303 <daid303@gmail.com>2012-10-12 11:31:05 +0400
commit67d51bd066d6f7b5362680318d0ae54b52797f68 (patch)
treea6dd7bb85ff08729feec1fddd9f7d7c4dcf1f43e /package.sh
parent009b856310a45cf2c0918fe8ceacef0a89e1b05f (diff)
Remove printrun
Diffstat (limited to 'package.sh')
-rwxr-xr-xpackage.sh14
1 files changed, 0 insertions, 14 deletions
diff --git a/package.sh b/package.sh
index 29dc4581a0..349b9e87dd 100755
--- a/package.sh
+++ b/package.sh
@@ -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/