aboutsummaryrefslogtreecommitdiff
path: root/scripts/cbc_repo_copy
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/cbc_repo_copy')
-rwxr-xr-xscripts/cbc_repo_copy2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/cbc_repo_copy b/scripts/cbc_repo_copy
index 6ada4b9..68a22a3 100755
--- a/scripts/cbc_repo_copy
+++ b/scripts/cbc_repo_copy
@@ -10,6 +10,6 @@ if [ ! -d "$REPO_NEW" ]; then
mkdir -p "$REPO_NEW"
fi
-rsync -aH --progress "$REPO"/ "$REPO_NEW"
+rsync -aH --progress --exclude='repodata*' --exclude='.index.json' "$REPO"/ "$REPO_NEW"
cd "$REPO_NEW"
conda index .