diff options
Diffstat (limited to 'scripts/cbc_repo_copy')
-rwxr-xr-x | scripts/cbc_repo_copy | 2 |
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 . |