Skip to content

Commit

Permalink
Update src/local/butler/scripts/migration/monorail_to_issuetracker_mi…
Browse files Browse the repository at this point in the history
…grator.py

Co-authored-by: Titouan Rigoudy <[email protected]>
  • Loading branch information
rmistry and letitz authored Jan 26, 2024
1 parent 1345426 commit dd85fea
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
Run locally with this command:
PROJECT_NAME=chromium BATCH_SIZE=100 FILE_LOC=${mapping_file_location} python \
butler.py run -c ${internal_config_dir} --non-dry-run \
PROJECT_NAME=chromium [BATCH_SIZE=100] FILE_LOC=${mapping_file_location} python \
butler.py run -c ${internal_config_dir} [--non-dry-run] \
migration.monorail_to_issuetracker_migrator
The mapping_file_location must point to a CSV file containing
Expand Down

0 comments on commit dd85fea

Please sign in to comment.