On an initial scap sync after a new version is added to wikiversions.json, scap sync is failing to recognize the new version.
This commit is the likely culprit: https://github.com/wikimedia/scap/commit/08af4b9da9763e68588cfeba6c40fb5949a0dc1d
There are two problems:
- active_wikiversions is looking at the deploy_dir (i.e., /srv/mediawiki)
- sync_common is syncing to the deploy_dir after compile_wikiversions has run
I'm not sure which problem to correct just yet.