Skip to content

Commit

Permalink
Removing git garbage collection if repo is already up to date (#27)
Browse files Browse the repository at this point in the history
* Removing git garbage collection if repo is already up to date
  • Loading branch information
marcleblanc2 authored Mar 22, 2024
1 parent d1b4487 commit 7c4c792
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions repo-converter/build/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -808,8 +808,8 @@ def clone_svn_repo(repo_key):

log(f"{repo_key}; up to date, skipping; local rev {previous_batch_end_revision}, remote rev {last_changed_rev}", "info")

subprocess_run(cmd_git_garbage_collection)
cleanup_branches_and_tags(local_repo_path)
# subprocess_run(cmd_git_garbage_collection)
# cleanup_branches_and_tags(local_repo_path)

return

Expand Down

0 comments on commit 7c4c792

Please sign in to comment.