diff --git a/aegir.make b/aegir.make index 9326620a7f4bc3bb6e077735477b2a8baef87258..557ae353202def082c4ec0b0e58bf397178133a0 100644 --- a/aegir.make +++ b/aegir.make @@ -4,6 +4,6 @@ api = 2 projects[] = "drupal" projects[hostmaster][type] = "profile" -projects[hostmaster][download][type] = "git" -projects[hostmaster][download][url] = "git://git.aegirproject.org/hostmaster.git" -projects[hostmaster][download][branch] = "master" +projects[hostmaster][download][type] = "get" +projects[hostmaster][download][url] = "http://files.aegirproject.org/hostmaster-0.4-alpha14.tgz" +projects[hostmaster][download][directory_name] = "hostmaster" diff --git a/docs/INSTALL.txt b/docs/INSTALL.txt index 974499c5e07c785007919547fba5219be64eb03f..bb441f6331a6c9c2e470b1edd9e31197d69d270c 100644 --- a/docs/INSTALL.txt +++ b/docs/INSTALL.txt @@ -250,7 +250,7 @@ as the aegir user created above. This file is available in Provision or can be downloaded through the web with this command:: Shell commands:: - wget -O install.sh.txt 'http://git.aegirproject.org/?p=provision.git;a=blob_plain;f=install.sh.txt;hb=HEAD' + wget -O install.sh.txt 'http://git.aegirproject.org/?p=provision.git;a=blob_plain;f=install.sh.txt;hb=provision-0.4-alpha14' By default, the install script will install the "correct" version of Aegir (ie. if it was downloaded through git, it will install the version from the diff --git a/docs/UPGRADE.txt b/docs/UPGRADE.txt index 89d679059b0f007bc3f3486469e673f9ae6d9d83..9f521750809c9e7423a94110953f342b728692a2 100644 --- a/docs/UPGRADE.txt +++ b/docs/UPGRADE.txt @@ -35,13 +35,13 @@ you are reading this document. Shell commands:: - export AEGIR_VERSION=HEAD + export AEGIR_VERSION=0.4-alpha14 export AEGIR_DIR=/var/aegir export DRUPAL_DIR=$AEGIR_DIR/hostmaster-$AEGIR_VERSION export DRUSH_VERSION=6.x-3.3 export DRUSH_MAKE_VERSION=6.x-2.0-beta9 export AEGIR_DOMAIN=aegir.example.com - export OLD_DRUPAL_DIR=$AEGIR_DIR/hostmaster-0.4-alpha9 + export OLD_DRUPAL_DIR=$AEGIR_DIR/hostmaster-0.4-alpha13 This document also assumes drush is installed properly and we use an environment variable to simplify the documentation again. diff --git a/install.sh.txt b/install.sh.txt index 50fb52cab7dbee2bb01204aba7151e0da20fec56..69356e5670c086a988a57e74309d1ce8aa485acf 100644 --- a/install.sh.txt +++ b/install.sh.txt @@ -30,7 +30,7 @@ # ######################################################################## # basic variables, change before release -AEGIR_VERSION="HEAD" +AEGIR_VERSION="0.4-alpha14" DRUSH_VERSION=6.x-3.3 # when adding a variable here, add it to the display below