Based on the above comment, it seems that DMTN-027 (Renaming an LSST git repository) may require an additional check:
- ensure that no changes in the old package have been introduced after the fork.
and for changes, I am not only referring to code changes, that are quite unlikely to happen but tags.
In this case in fact, during the process, two tags have been added in the old one and have not been propagated to the new one.
I can't be sure, but if this were the case, the official-release job 31 yesterday would not have failed, because of the correct v19.0.0.rc1 tag was found in the new lsst/dax_apdb, and the correct 19.0.0 would have been tagged in the right place.
Said that I am quite reluctant to suggest a change in the tooling. If the renaming of the package is done properly, there should be no problems. In case of a missing tag, the workaround is trivial.
The two repositories, lsst/dax_apdb, and lsst-dm/dax_ppdb, are supposed to have the same history, from what I have understood since the first is a copy of the second. But they don't.
lsst/dax_apdb is missing w.2019.46 and v19.0.0.rc1 tags, that are instead visible in lsst-dm/dax_ppdb.
This means, something when wrong during the copy, probably it has been done during the weekend when w.2019.46 has been tagged.
It implies also, that the v19.0.0.rc1 has been done before dax_ppdb is moved from lsst to lsst-dm.
We shall add the 2 tags to lsst/dax_apdb in order to make them consistent.