diff options
Diffstat (limited to 'docs/how-to/migration-scripts/21-compare-relays.sh')
| -rwxr-xr-x | docs/how-to/migration-scripts/21-compare-relays.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/how-to/migration-scripts/21-compare-relays.sh b/docs/how-to/migration-scripts/21-compare-relays.sh index 6b40dc8..b9c0d30 100755 --- a/docs/how-to/migration-scripts/21-compare-relays.sh +++ b/docs/how-to/migration-scripts/21-compare-relays.sh | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | # | 2 | # |
| 3 | # 21-compare-relays.sh - Compare prod vs archive category files to find gaps | 3 | # 21-compare-relays.sh - Compare prod vs archive category files to find gaps |
| 4 | # | 4 | # |
| 5 | # PHASE 3b of the ngit-relay to ngit-grasp migration analysis pipeline. | 5 | # PHASE 3b of the GRASP relay to ngit-grasp migration analysis pipeline. |
| 6 | # Compares categorized output from prod and archive to identify: | 6 | # Compares categorized output from prod and archive to identify: |
| 7 | # - Repos complete in prod but missing/incomplete in archive | 7 | # - Repos complete in prod but missing/incomplete in archive |
| 8 | # - Repos in archive but not in prod | 8 | # - Repos in archive but not in prod |
| @@ -39,7 +39,7 @@ | |||
| 39 | # RUNTIME: < 1 second (local processing only) | 39 | # RUNTIME: < 1 second (local processing only) |
| 40 | # | 40 | # |
| 41 | # SEE ALSO: | 41 | # SEE ALSO: |
| 42 | # docs/how-to/migrate-ngit-relay-to-ngit-grasp.md - Full migration guide | 42 | # docs/how-to/migrate-to-ngit-grasp.md - Full migration guide |
| 43 | # 20-categorize.sh - Phase 3a script that produces input for this script | 43 | # 20-categorize.sh - Phase 3a script that produces input for this script |
| 44 | # | 44 | # |
| 45 | 45 | ||