You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 24, 2025. It is now read-only.
The compare tool has been refitted to properly handle plaintext so that it can make use of the genRoutesConfig.py script (pending PR #2948 ), but it very frequently generates diffs based on the timestamps in the Traffic Ops-generated file headers for those configuration files. These can pretty easily be stripped out, but it'll require inspection of the content to determine if it's JSON prior to comparison (could use the Content-Type HTTP header, as soon as Issue #2565 is dealt with).
The compare tool has been refitted to properly handle plaintext so that it can make use of the genRoutesConfig.py script (pending PR #2948 ), but it very frequently generates diffs based on the timestamps in the Traffic Ops-generated file headers for those configuration files. These can pretty easily be stripped out, but it'll require inspection of the content to determine if it's JSON prior to comparison (could use the Content-Type HTTP header, as soon as Issue #2565 is dealt with).