the project/release/project_release_update.php conversion script in the DRUPAL-4-7--2 branch of this code (see http://drupal.org/node/83339) made a few assumptions about converting core releases. these assumptions are now broken for the 5.0-beta-1 release, so the script needs a little help before we can deploy the new release system. marking as criticial since this is a show-stopper before we can do another trial-run on scratch.d.o (see http://drupal.org/node/90436).

CommentFileSizeAuthor
#1 project_release_update_92633_patch.txt 4.43 KBdww

Comments

dww’s picture

Comment #1

dww
we/he/they
commented
Status: Active » Needs review
StatusFileSize
new project_release_update_92633_patch.txt 4.43 KB

here's a patch against the DRUPAL-4-7--2 branch of contributions/modules/project/release/project_release_update.php:

  • handles core releases of either 3 or 2 digit version numbers
  • properly handles "extra" (we don't want the '-' in the field, but we need it in the tag)
  • slightly more robust about version strings we can't recognize

i think this is everything for the conversion script... natrak, feel free to test this on a clean scratch.d.o install...

dww’s picture

Comment #2

dww
we/he/they
commented
Status: Needs review » Fixed

natrak re-installed scratch.d.o and ran the latest copy of this script, including the above patch, and it all appears to be fine. committed as revision 1.1.2.16 on the DRUPAL-4-7--2 branch.

Anonymous’s picture

Comment #3

(not verified) commented
Status: Fixed » Closed (fixed)