Cleaning up my own mess here. ;) Just wanted to ask via the issue queue for transparency...

Due to #1455614: Packaging script doesn't allow distributions to patch core or specify a git revision 3 of the official releases of OpenPublic have release nodes that claim to have 2 core patches applied, when in fact, those patches were not included in the release:

  1. openpublic 7.x-1.0-alpha5
  2. openpublic 7.x-1.0-beta5
  3. openpublic 7.x-1.0-beta6

My plan is to just clear out the faulty records in the d.o database about the patches applied to core in these releases so that the release nodes themselves no longer claim to have the core patches applied. That seems better than continuing to lie about something that didn't actually happen. ;) Any objections to me running the following query?

DELETE FROM project_package_local_patch WHERE item_nid = 1425104 AND package_nid IN (1436452, 1436514, 1459154);

Once I do that, the release nodes will stop listing the two core patches against Drupal core 7.12 (that what's item_nid = 1425104 is about).

If y'all are okay with this, please just set to RTBC and I'll do the deed. If you have any concerns or reservations, just reply here and let me know so we can work it out.

Thanks!
-Derek

Comments

hefox’s picture

Issue summary: View changes
Status: Needs review » Reviewed & tested by the community

Um, that seems fine to me. Or just close this if not relevant anymore 2+ years later.

hefox’s picture

Status: Reviewed & tested by the community » Closed (won't fix)