mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-27 15:55:00 +00:00
chore: Make rsync.sh executable and add remote dir creation
This commit is contained in:
parent
46a444dc21
commit
a0004ab892
1 changed files with 2 additions and 0 deletions
2
benchmark/rsync.sh
Normal file → Executable file
2
benchmark/rsync.sh
Normal file → Executable file
|
@ -14,6 +14,8 @@ EXCLUDE_FILE=$(mktemp)
|
|||
# Convert .gitignore patterns to rsync exclude patterns
|
||||
git -C "$REPO_ROOT" ls-files --exclude-standard --others --ignored --directory > "$EXCLUDE_FILE"
|
||||
|
||||
# make ~/aider on the remote side if needed ai!
|
||||
|
||||
# Sync the repository
|
||||
rsync -avz --delete \
|
||||
--exclude='.git/' \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue