From 0aa36c3692b2b40ed82ec90ad78d3105e32bb338 Mon Sep 17 00:00:00 2001 From: Joe Hunkeler Date: Fri, 11 Mar 2016 09:14:31 -0500 Subject: Stop transferring json data --- scripts/cbc_repo_copy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/cbc_repo_copy') 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 . -- cgit