aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xupdate-cauldron-to-tmp7
1 files changed, 0 insertions, 7 deletions
diff --git a/update-cauldron-to-tmp b/update-cauldron-to-tmp
deleted file mode 100755
index f7f8701..0000000
--- a/update-cauldron-to-tmp
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-
-SCRIPTSDIR=$(dirname $0)
-. $SCRIPTSDIR/config
-
-RSYNC_OPTIONS="-avH --delete-after -S"
-rsync $RSYNC_OPTIONS "$CAULDRON_MIRROR_DIR/" "$NEW_RELEASE_TMP_DIR"