The aegir.make in the 1.0-rc6 tag is
core = 6.x
api = 2
projects[drupal][type] = "core"
projects[hostmaster][type] = "profile"
projects[hostmaster][download][type] = "http://git.drupal.org/project/hostmaster.git"
projects[hostmaster][download][url] = "http://git.drupal.org/project/hostmaster.git"
projects[hostmaster][download][tag] = "6.x-1.0-rc6"
That type should simply be "git".
I might simply roll out rc7 to fix this as it sounds like there were several other issues with rc6 / upgrading.
Comments
Comment #1
Anonymous (not verified) commentedIt seems people knew about this already even in the rc6 release notes (?). I missed that. Anyway I have tagged rc7. Doing the release notes, but it occurred to me that someone at koumbit needs to do the debian packages, and I can't..
Comment #2
Anonymous (not verified) commentedAh I see, the fix anarcat made to the aegir.make was only in the debian branch, and not the 6.x-1.x branch, which is why it was still a problem for installs
http://drupalcode.org/project/provision.git/commitdiff/64d5fb0af66d50fce...
Comment #3
anarcat commentedI'll mark this as fixed - the release.sh was fixed and the tags were laid down correctly.