We punted this over at #1365446: Add support to display patches applied to release packages and #779996: Add support to record and display external dependencies included in release packages.

However, this is actually worth doing. webchick just submitted a test release that's most of what a fully-packaged release of commons would do, and it includes patches against libraries. All the rest of the plumbing is working great, and the info is in the DB:

mysql> SELECT * FROM project_package_remote_patch WHERE package_nid  = 1476040;
+-------------+-----------+-----------------------------------------------------------------+---------------------------------+-----------+------------------+
| package_nid | remote_id | patch_file_url                                                  | patch_description_url           | patch_nid | patch_comment_id |
+-------------+-----------+-----------------------------------------------------------------+---------------------------------+-----------+------------------+
|     1476040 |       100 | http://drupal.org/files/1337004-ckeditor-remove-samples-3.patch | Remove CKEditor demos directory |   1337004 |          5225230 | 
|     1476040 |        96 | http://drupal.org/files/getid3-remove-demos-1.9.1.patch         | Remove id3 demo directory       |   1336886 |          5224638 | 
+-------------+-----------+-----------------------------------------------------------------+---------------------------------+-----------+------------------+
2 rows in set (0.00 sec)

So, now we just need a view to display this stuff, and to embed that view on the release nodes...

Comments

dww’s picture

Assigned: Unassigned » dww
Status: Active » Fixed

Committed, pushed, and deployed this:

https://drupal.org/commitlog/commit/122/a0c22abca224872b6534ad5a0f1ba8de...

Working fine, as you can see here:

https://drupal.org/node/1476040

Yay,
-Derek

p.s. Although wow, that kinda illustrates the need to fix #1432538: Move release notes above CRAZY tables on distro release nodes huh? ;)

Automatically closed -- issue fixed for 2 weeks with no activity.