I don't know whether Aegir 2.x actually supports Drupal 5, because the tests never run. Are we actually testing on a box with PHP <5.2 in Jenkins?
Either way, Drupal 5 is explicitely un-supported by Drush 5, which I believe is the new minimum recommended version for Aegir 2, no? Also, a Drush 6.x branch was recently started that requires PHP >5.3.5. It'll be the lowest Drush version to support Drupal 8, since that was just dropped from Drush 5.
I don't mean to be polemical, so we can set this to 'postponed' if we aren't ready to do this yet. But either way, it's coming, so we should prepare to be explicit about it, and clean up un-needed bits.
Comments
Comment #1
anarcat commentedYep, I guess this could be a reasonable API breakage of 2.x.
Comment #2
steven jones commentedDrop drop drop.
Comment #3
helmo commentedYes, please lets drop Drupal 5 for Aegir 2.x
Comment #4
anarcat commentedSo we seem to agree. What is there to be done here anyways? Update documentation and that's it? The Debian package already depends on Drush 5.5 or later...
Comment #5
anarcat commentedPing - what needs to be done here?
Comment #6
helmo commentedI've now explicitly added it to http://community.aegirproject.org/2.0-alpha1
At some point we also need to update http://community.aegirproject.org/installing/debian and community.aegirproject.org/installing/manual
Comment #7
ergonlogicI updated the installation docs, and dropped the D5 tests from Provision in f0980e0. If there's anything else, feel free to re-open this issue.
Comment #9
ergonlogicActually, there's still install_5.inc that'll need to go, at least.
Comment #10
ergonlogicFixed in bf292d8a1.