diff --git a/aegir.make b/aegir.make index c98843487bf6b14b470feb6d0bc856256cd7665f..f2fd0609e3a8a1e58ff5ea865bb378b39e2ba896 100644 --- a/aegir.make +++ b/aegir.make @@ -6,4 +6,4 @@ projects[drupal][type] = "core" projects[hostmaster][type] = "profile" projects[hostmaster][download][type] = "git" projects[hostmaster][download][url] = "http://git.drupal.org/project/hostmaster.git" -projects[hostmaster][download][branch] = "6.x-1.x" +projects[hostmaster][download][tag] = "6.x-1.2" diff --git a/provision.info b/provision.info index 43567aa49b14e8acb290edc2d178c9a9608ea1ce..b30fe6c8991caf65e1f0f4bc2914911e4ac91335 100644 --- a/provision.info +++ b/provision.info @@ -1,4 +1,4 @@ name=Provision description="Aegir backend" -version=6.x-1.x +version=6.x-1.2 diff --git a/upgrade.sh.txt b/upgrade.sh.txt index 93247eea6cd78f2a607df6a400868b914c545f13..78d35b2b92ba11ffed832ad4d3c089f88274660d 100644 --- a/upgrade.sh.txt +++ b/upgrade.sh.txt @@ -15,7 +15,7 @@ msg() { } # basic variables, change before running -AEGIR_VERSION="6.x-1.x" +AEGIR_VERSION="6.x-1.2" DRUSH_DIR=$HOME/drush DRUSH=$DRUSH_DIR/drush.php if which drush 2> /dev/null > /dev/null && which drush | grep -v 'no drush in' > /dev/null; then