From my Slack post:
In the early days of ODK, the FlyBase repos (fbdv, fbbt, dpo, fbcv) were migrated over and releases were setup to run using a run_release.sh script which used -B. Very recently ODK developers have switched from promoting the use of -B, to assuming that it will not be used, and it is actually now harmful to be using it as it could result in a lot of unnecessary repetition - see #1285. I noticed today that this was resulting in the same dosdp command being run multiple times, slowing down the FBbt build.
From my Slack post:
In the early days of ODK, the FlyBase repos (fbdv, fbbt, dpo, fbcv) were migrated over and releases were setup to run using a
run_release.shscript which used-B. Very recently ODK developers have switched from promoting the use of-B, to assuming that it will not be used, and it is actually now harmful to be using it as it could result in a lot of unnecessary repetition - see #1285. I noticed today that this was resulting in the same dosdp command being run multiple times, slowing down the FBbt build.